VS2015 ignoring changes to .js files
I have an mvc project in vs2015 that I've been working on for 3 years now.. I just cloned the repository fresh this morning. When I ran the code, I noticed that there was a bug in one of the .js files...
View ArticleVS issues when VBCSComplier.exe doesn't unload from memory when existing VS...
Does anyone know if MS is going to fix the issue where if you do a lot of builds and test runs of your app, at some point VBCSCompiler.exe (or many instances of it) stays in memory, causing issues ....
View ArticleWeb Deploy on Visual Studio 2015
I got questions about Web Deploy for Visual Studio 2015:1. Is there any way to make Visual Studio 2015 Web Deploy only show some files (e.g. files that content have been changed)?2. Is there any way to...
View ArticleError when running a localhost site
I have created the simplest ASP.NET web site just a label on the default.aspx page. When I deploy it to my local host I get the errorThe CodeDom provider type...
View ArticleVisual Studio Code and sql server
I have installed visual studio code, mssql extension on a new machine. Do i have to install also sql server to use mssql extension? What database name should i use to connect?i followed all the steps...
View Articlevisual studio code and iis
Can i use iis express with visual studio code? Or can i run c# razor pages from visual studio code?
View ArticleWhere is Website project in 2017 community
Is there no longer a way to create a website project in 2017 community. All I can find is website application. I need the to be able to update pages without having to recompile the entire site. Thanks.
View ArticleHow to organize code into library code and application-specific code?
Hello,I have in Visual Studio a Web Forms project in C#, which has been growing for some years. Whenever I had a common functionality that is not specific to the application, I have placed it into a...
View ArticleHow to disable black box intellisense VS Studio 2015
hiHow do you disable to black box which appears along side normal intellisense in Visual Studio 2015. See picture below. I have to keep pressing the escape key just to see what I am typing. I would...
View ArticleVisual Studio 2015 Getting Method add_PropertyChanged in type...
Hi,I am working on a webform application which I migrated with Visual Studio 2015 from 4.6.I am getting the following errorMethod 'add_PropertyChanged' in type Namespace_Accessor from assembly does not...
View ArticleCompile TypeScript from VS 2015 and 2017
Hi,This is probably a stupid question for some. How do I compile TypeScript to javascript automatically in VS 2015 and 2017? I want it to happen either on TS files being saved or project being...
View ArticleUsing VS 2015 - Can I Publish and make my site .COM instead of .ASPX
I am using VS 2015 and when I publish my site on the web it ends with .ASPX. What must I do to make my site .COM
View ArticleWeb application no longer works
I had built a small web application using .net framework 4.5.2, C#, Entity framework and Ninject. When I ran it in Visual Studio, IIS Express would launch in my system tray and the browser would...
View ArticleSuggestions on Web Deployment tool issue
I have a central site where I host web apps I've built for our department. Two are hosted fine and am trying to get the third up right now and have an frustrating anomaly that I've been working on most...
View ArticleVisual Studio 2017 Lost Code, CSS and Images
Hi there, I'm working on c# asp.net mvc project in VS 2017. On Friday I was working on the project and all was ok. On Monday morning, I installed .Net Framework v4.6.2 and 4.7. After the installation,...
View ArticleCustom controller templates for ASP.NET Core in VS2017
Is it possible to write new controller templates in VS2017 for Core? I've spent a lot of time in my current project doing 2 things - making the provided "Index" method async, and adding a matching...
View ArticleHelp with new project
Hi Everyone,I'm looking for help with what I hope to be a quick and simple little project. I have limited programming experience (I can usually modify existing code to make things work but not very...
View ArticleExtensions and Updates button missing
After I install VS2017 Community Edition, the "Extensions and Updates" button is missing under Tools.https://www.screencast.com/t/noy4KqyGz3LqThanks,
View ArticleConversion to 64 bit application from (32 bit / Any CPU) causing application...
I am using VS Enterprise update 3 - 64 bit version on Windows server 2008. The Issue I am facing is that when a web application created in platform 32 bit changed to 64 bit, the applications fails...
View ArticleGetting error while publish asp.net web app on IIS
Hi,I am new to .net platform and trying to publish a sample web app on IIS.but unfortunately I am getting some error while publishing.The error is"An error occurred while processing the request: Could...
View Article