Visual Studio 2019 - Incorrect Namespace when adding a new page
Hi everyoneIn visual studio 2019, when I try to add a new razor page (new scaffolded item) after creating a model, the namespace is not right as I want. the namespace does not contain the folders name...
View ArticleDebugging
Hi Friends,I was wondering why I am not able to get my application to step through the code in my class library even though I have breakpoints on the methods.Thanks !
View ArticleWhy does Server Explorer always need a refresh of Data Connections?
I can't remember if it worked properly as far back as VS 2008, but from at least VS 2013 onwards, I havealways had to refresh the Data Connections in Server Explorer after opening Visual Studio. This...
View ArticleMissing(?) references?
Visual Studio 2015Just downloaded a project from TFS after a hard drive crash and restore.[IMG]http://i66.tinypic.com/v63m9z.jpg[/IMG]There are multiple "Yellow icons" in the references list... does...
View ArticleRegAsm : warning RA0000 : No types were registered
hi all,i am getting a warning when i am registering an assembly with visual studio 2005.The warning message shows like "RegAsm : warning RA0000 : No types were registered"If anybody knows the solution...
View ArticleWhy doesn't Visual Studio 2019 recognize Razor syntax from an ASP.NET MVC 4...
Hi folks,Visual Studio 2019 is not recognizing Razor template engine syntax, for some reason. I'm working on an older ASP.NET MVC 4 project. Certain syntax, such as@model and ViewBag show up with red...
View ArticleUpload
hi guys , i had been working on Asp 2003 and had some files there can i put them in the VWD 2005 project? And i wand to ask about the uploading file from the PC to the website process... i know there...
View ArticleReproduce my visual studio 2013 enviroment in my new PC
Hi,i have build my current web site in C# visual studio 2013 express in my OLD PC... if i pass in visual studio 2019 express with my new PC i guess it will not build correctly anymore...So i would love...
View ArticleProblem Viewing MVC Pages In Visual Studio
When I created a Web API project in Visual Studio 2019, I noticed that along with an MVC Home controller a Web API controller is also created automatically for me. The problem is that when I set the...
View ArticleCopying specific rows from a set of CSV files
Hello! I'm trying to make a program in VB to take the first 25 rows of a little over 150 CSV files and copy them into one larger dataset. Each dataset has a top row with notes and a header row that...
View ArticleVS2019 Community Edition - can't find file
Hello Just installed VS2019 Community Edition 2019 on a brand new Window10 Pro. Can't create projects because VS can't find sln file (neither do I, for what matters) Any ideia why? The message i had...
View ArticleIISExpress Custom Domains
I've been (successfully) running a couple of ASP.NET (.NET Framework 4.6.2, WebForms) websites through Visual Studio 2017 / IISExpress using custom domains. I installed Visual Studio 2019 (Community)...
View Articleopening a git hub project in VS 2015
I've downloaded a project from git hub url :: https://github.com/ayeshasiddika/School-Management-SystemHow can I run this project in my local machine with VS 2015?Which one is the main projet sln...
View ArticleJavascript File with Code
I have several .aspx pages that use the same javascript functions.These functions include code <%= variable%>. I want to pass these functions to a .js file but they are not displayed correctly...
View ArticleUsing statements are grayed out and Intellisense doesn't work on Razor pages...
After updating to VS2019 v. 16.4.5 the using statements in my .cshml.cs files are grayed out and Intellisense doesn't work. What's happening? How can I get around this?
View Articlerunning a console application in an MVC solution
Hi guys,I have a solution which contains an MVC project, a MsTest project and a Console application. How do I run the console application without the launching IIS and the MVC web app? When I build and...
View ArticleConnection to .mdf database closed immediately after start debug on Visual...
Hi all,I have added SQL Database called "LangkaDatabase.mdf" into the project. I have also created a new table called "Members" and populated with data, and added Members dataset into Form1 in the...
View ArticleServer 2012 Report Viewer 2008 error
We are upgrading a clients server from 2008 R2 Standard to 2012 R2 Standard.They have a web application the was developed in visual Web developer 2008 and ruining great on Server 2008. We upgraded...
View ArticleVS2019 - how to prevent new updates from being downloaded
Notifications about new updates are fine, but I want to be in control when something downloads.Most of the time I am not installing new updates.
View ArticleWhere can i find the config file for Visual Studio compilation ?
Hi ,when i change Visual Studio to compile in Release and use x64 as the platform, does Visual studio modify some config file that it reads when it compiles ?If so where is this file located ?thanks
View Article