Pasting PRE code into VSComm2015, removes extra carriage returns
Hello..When I paste PRE code into visual studio, it's removing my extra line feeds; there 470 total lines.I have to go through and add the appropriate carriage returns to return the code to what it...
View ArticleVSO Queue Build dropdown list is empty
Hi all,I'm trying to create a new build in VSO but the Queue list is empty. How do I proceed on this?Appreciate any help.
View ArticleError message during debugging
Hello,when I open a aspx page, I get a lot of error messages relating to *.PDB files (see below). The page works as expected, but I don't get the error messages in an older backup copy of the project.I...
View ArticleMachine config is loading from Framework folder instead if Framework64 folder
Hi All,All my projects had the platform x86. Now the client want us to change the platform to x64. So i have changed the active platform to x64.Question1) All projects platform version is not changed...
View ArticleCannot run ASP.NET solution
When I try to run my MVC project it just says "Operation not supported. Unknown error 0x80004005", no matter what browser I use. When I try to run in browser (Ctrl+Shift+W) it says that it cannot run...
View ArticleVS crashing as soon as I edit master page
Hi all,I recently got VS community 2015 update 1 (got it bundled with Unity3d) and it is absolutely unusable for me as it keeps crashing 100% of the time as soon as I get anywhere near a master page....
View ArticleJust in time debugger popup message issue
hi,In my production, Iam getting the JIT debugger Popup msg frequently due to that server is getting slow and in production I don't have VS but only IIS.I tried to fix this issue by using following...
View ArticleBuild-Launch current page in Visual Studio
Hello,How do I make Visual Studio 2013 launch the current .aspx page that is open at the time I do the Build? In my project Properties > Web > Start Action, it is already set to Current Page, but...
View ArticleScript for Notification Counter
Good Day!I am requesting assistance for a script on Notification Counter. I have searched the forum and did not find what I needed.I am a new in SD. I am trying to create a script that counts how many...
View ArticleVisual Studio 2015 does not remember stuff
Visual Studio 2015 seems to forget several things: 1. The Toolbox is empty each time I open a project; if I reset the Toolbox, exit and reopen the project, it is OK, but next time - same problem.2....
View Article.ExecuteNonQuery() line in code [written in VB] doesn't work on Win Server 2012
I have a well behaved ASP.net 2.0 application written in VB using Visual Web Developer [last updated with VWD 2012]; the app has been live since 2003, and generally runs bug freeMy hosting company...
View ArticleVS 2012 Copy Web Site Button
Hello,I created my first web application in VS 2012. It is one that existed in VS 2008 and I converted it to VS 2012(via Create new Project??).When I start VS 2012, I have the options of Opening a...
View ArticleVS 2015 assembly error
We are using VS 2015 Community and when I load my website and open a page in VS I get an underlined row at top of page that says "ASP.Net runtime error: Could not load the assembly. The property...
View ArticleVS2013 CE + GIT - solution code not the same as unsynced commit
I had a working development environment with VS2013 Community, GIT and Azure.Something got hosed up, and as a result the code in the solution is older than what is in an unsynced commit.No clue how I...
View ArticleVisual Studio 2013 - Identity - incorrect URLs
Visual Studio 2013, using Identity account register/change password/login functions.When sending a "confirm" or "reset password" email, the URL in the email is correct when running within the Visual...
View Articleasp textbox vs input type="text"
I have a form that inputs data. When I submit the text from the input type="text" it makes it into the database but when I try to input text from theasp textbox I get an error saying that a value for...
View ArticleMy check box always submits "Yes"?
I have a checkbox that I have setup to send in a Yes or No value. It was working a while back but for some reason it's only submitting Yes now. <asp:CheckBox ID="cbAdminUser" runat="server" />Dim...
View Articleproblems with breakpoints and cached (?) page
I am having 2 problems with an application I am developing (they are related).I have been working on this application for a week or so and have not had any problems, everything including debugging was...
View ArticleCreating Virtual Directory for MVC Application
Hello All I am using VS 2015 and MVC 6 for my application. For prior versions of MVC we can create the virtual directory easily from Project=>Properties=>Web=>Create Virtual Directory under...
View ArticleHow to debug mvc application from url in vs 2015
I have a MVC application in vs 2015. I want to debug from url with query string likehttp:/xxx.com/Register/SmartLink/85. But when I copy it in address bar and run it, program can not stop at the break...
View Article