Excaption in ASP.Net Core web app after deploy
I have a .Net Core web app that is throwing an error when I deploy it. Everything runs fine if I run it from Visual Studio (2017). After I deploy it, I get an error when I try to go to one of the...
View ArticleCore 2 Framework error “FileNotFoundException” referencing libaries
Hello, this question is posted in StackOverflow without response in two days. For this reason I make a duplicate here.I have a Core 2 Framework Project. I use Core 2 for performance and need to use...
View ArticleCascading @Html.DropDownList
H All,I had no experience in html/asp code.Now, I'm trying to cascade 2 dropdown list. First of all, I prepare the Model #region Category public class Category { [Key] public int CategoryID { get; set;...
View ArticleRunning .netcore 1.1 by using windows Task Scheduler
I am running a console app by .net core 1.1. It's runs fine under CMD, but when I try to run it by windows Task Scheduler, it's got following error in the windows event log I try windows server 2012...
View ArticleCreate ComboBox in ASP.NET Core 2.0 Razor Pages
I am looking to make a ComboBox in my razor pages just like the ComboBox they have in the normal Windows Forms .NET framework in the Ajax Toolbox.Does anyone know how to get that?
View ArticleASP.NET Core 2.0 Identity Server changes
So I watch a great plural site video (Understanding ASP.NET Core Security by Roland Guijt) and read and study tutorials by the masters of Identity Server, Brock Allen & Dominick Baier. I felt...
View ArticleAcessing ViewData Using Variable Name
I'm still new to .NET, and am struggling with something I'm hoping someone here can help me out with...I've got a number of ViewData objects that I'm sending from my Controller to my View. What I want...
View ArticleAsp.net core 2.0 comma and point decimal separator
Hello,<div> <div id="m_4925469674113528411divtagdefaultwrapper" dir="ltr">I tried to make an attempt of a basic project Core 2 with just a model:<div> public class Bilance {...
View ArticleProperly deploying .net Core web app with IIS
I am trying to deploy a .net core web app with IIS. I've read through the documentation but I'm only getting so far. If I run the application with Visual Studio (ctrl+F5), everything runs as expected....
View Article"Can not find compilation library location for package.." error right after...
I have an ASP.NET Core 1.1 website that targets .NET Framework 4.6.1. Now after installing .NET Core SDK 2.0, I can't view any of the pages because of the error:InvalidOperationException: Can not find...
View Articlecant install nuget package: Microsoft.Extensions.Identity.Stores -Version 2.0.0
<div class="body"> <div>Trying to install the following nuget pkg to my asp.net core 2.0 library per a compile err that tells me to install it, but just get the error that follows. I copied...
View Articledrop down responsive menu
I'm starting to learn core 2.0 . When I did my project . I did the 2.0 Web Application . So I lean some the code I want to add a drop down responsive menu from the code there how do I add the drop down...
View ArticleDeployment and directories
I'm a newbie when it comes to web hosting/deployment, and I'm trying to understand something about that. I have developed a very basic Web API and Web App in ASP .Net Core 2.0. I would like to upload...
View ArticleASP.NET Core 1.0.0 RC2 Local Feed
I came across something as Microsoft ASP.NET Core 1.0.0 RC2 Local Feed on a machine.. What exactly is Local Feed?Mariam
View ArticleASP.Net Core Identity - How to call an existing Login stored procedure using...
I have a PHP dashboard system that uses MS SQL Server and Stored Procs,I am revamping ti to ASP.Net MVC Core , so for now I need to know how can I call the existing Login Stored Proc using ASP.Net...
View ArticleWhy Can I not Access This Control
I am using a Telerik RadGrid and have an ASP Dropdown List within an EditItemTemplate as shown in the code below.<telerik:GridTemplateColumn UniqueName="TemplateColumn"...
View Article"Can not find compilation library location for package" when opening sites...
I have an ASP.NET Core MVC 1.0 projecting targeting .NET Framework 4.6.2. I installed the .NET Core 2.0 SDK and immediately got errors when I ran the project and opened it in a browser that "Can not...
View ArticleHow to call a function with parameters from DynamicMethod?
Here is a code to help you understand.publicstringHelloWorld(stringGreeting){returnGreeting;}publicvoidMethodGenerator(){MethodInfoHelloWorldMethod=typeof(MyClass).GetMethod("HelloWorld");DynamicMethod...
View ArticleReading related Data
I'm trying to figure out what's wrong here. Is not very complex but I was sure I had everything in order.I have two models, Machines and Devices. I'm constructing a table for theDevice where, in one...
View ArticleJavascript not working in ASP.Net Core Web app
I have deployed an ASP.Net Core Web application, but the javascript is not working. It all works in VS 2017, but after deploying it does not work. Any odea what I might be missing when deploying the app?
View Article