Clear Cache - IIS/ASP .NET Core
The problem that I am having is that all of the browsers I'm using are clinging on to an older version of my JavaScript file. I've tried Chrome, Firefox, IE, and Edge. I've tried manually clearing out...
View ArticleHow to refresh the page or Update the UI after downloading the file( tracking...
I am trying to download a file which needs to track whether file downloaded succesfully or not.Based on the result i need to update the UI with succssfuly or unsuccesfuly download message.Could someone...
View ArticleWhat's the replacement for System.Diagnostics.Trace in ASP.net CORE
Currently, I use System.Diagnostics.Trace class to log information to the ASP.NET application diagnostics log. And I am porting it to ASP.NET CORE, but I cannot find System.Diagnostics.Trace class/api...
View ArticleASP.NET Core / IIS Express Request Size Limits
I am working with ASP .NET Core (.NET Framework). I have done my best to install the latest preview tools and remove older versions, but most of installers fail when I try to uninstalled anything. I...
View ArticleASP.NET Core MVC Edit CheckBoxList values in Database
I'm having trouble understanding how to update the CheckBoxList values to the CustomerDevice table in my Database on the [HttpPost] Edit Action Method CustomerDeviceController.My Index Action Method...
View ArticleCS7038: Failed to emit module in ASP.NET Core
While building the ASP.NET Core project, I am getting folllowing error.Severity Code Description Project File Line Source Suppression StateError...
View ArticleProblem with BundlerMinifier.Core v2.2.296
I've got a Core web project, but using .NET 4.6.1 (to reuse a shared DAL project with EF6.1). The generated new project code includes "BundlerMinifier.Core": "2.2.281" in project.json.This works, but...
View ArticleASP.Net Core Web API with Entity Framework
Hi,We are using ASP.Net Core with Entity Framework to create a Web API.We have one database with different schemas for different clients, the Entity framework data context class is written to work for...
View ArticleHow to specify a custom build step in xproj for ASP.NET Core?
I have an ASP.NET Core server providing server-side ReSTful API methods to an Ember JS client. I keep and build the client separately, and target the results into the wwwroot of the server project....
View Articleerror MSB1009: *.csproj Project file does not exist
Hi There,I have created a sample ASP.NET CORE app in VS 2015 and deploying on cloud ubuntu 14.04 platform. I am using custom compile script for deploy my app on cloud server.In my script I have written...
View ArticleSSRS 2016 Report Viewer Control
Hi,How can I display SSRS 2016 Report Viewer Control in ASP.NET Core? If it still not supported, will ASP.NET Core team implement this in the future?
View ArticleEF Populate Inverse Navigation Entity
I'm trying populate an object using EF Core that has an inverse relationship. I have a table "Party" with a child table "PartyEntertainment" that has a collection of entertainers. There is a field in...
View ArticleHow can I separate areas in another project?
How can I separate areas in another project?
View ArticleAsp.NetCoreWebApplication (.NET Framework)
Hello Everyone,I have ran into an issue while using a VC++ project reference in my aspnetcore Webapplication solution(.net Framework).Let me explain the issue.1.Created a new aspnetcore...
View ArticleMTOM setting in asp core
How can I pass the MTOM binding setting when calling an existing WCF service from an asp.net core application?
View ArticleFileNotFoundException
I have being trying to open a pdf file in the Browser like this,return File(docPath, "application/pdf");and I get this error FileNotFoundException: Could not find file:...
View ArticleError occurred when opening my ASP.NET Core Project
The error is:--------------------------- Microsoft Visual Studio --------------------------The following error occurred attempting to run the project model server process (1.0.0-preview3-004056).Unable...
View ArticleHigh memory consumption of ASP.NET Core vs previous ASP.NET
I’ve been searching for answers concerning this questions for quite some time.Our team has been developing an ASP.NET Core web application since the first releases of ASP.NET Core / ASP.NET vNext....
View Articleunexpected behavior of Object
static void Main(string[] args) { object a = new object(); object cst=a; a = 6; Console.WriteLine(a + " " + cst); a="klm"; Console.WriteLine(a+" "+cst); }output:6 System.Objectklm System.ObjectI...
View Articleerror on r egister
I am doing a tutorial for entity framework and aspent.Identity. Making a register.aspx page. When I run it I get errors. "the name 'Password' does not exist in the current context".c#using...
View Article