Reference issues/App_Code
Hello all, I've created (in the app_code folder) a class called common.vb. At the top of the file, before the public class common line, i created a public structure called User, and it contains basic...
View ArticleVisual Studio Ultimate 2013 - Go Online Option
Hi All ,I am using Visual Studio ultimate 2013Yesterday when i was working in visual studio , the solution was offline , this morning when i came in and opened the visual studio , I clicked on Go...
View ArticleUrgent Help! Character is not valid!
Hi all.I've made a schoolboy error. I've tried to replace double-spaced lines using a regex search and replace, to neaten up my code. I tested on a small area and it looked ok, so I did it on the...
View ArticleNo Scaffold options on MVC Projects in VS2013
Hi,Trying to do some ASP.NET MVC development in VS2013 Premium with Update 2. I get none of the context menu options.For example, if I right-cliock on 'Controllers' then 'Add', the Scaffold option does...
View ArticleTesting both the Pop-up Window (Pop-up page) and its Calling Window (Main Page)
I was directed to this forum. So, I hope this will work:I am a newbie to VS 2012 and I have an unique situation.I have a Main Page and a Pop-Up Window that is called from the Main Page. These two are...
View ArticleGoogle Authentication is requiring a registered domain on some test project
I have created asp.net mvc5 web project, I have enabled GoogleAuthtication by un-commenting the following inside the Startup.Auth.CS:-app.UseGoogleAuthentication();now I have create a project on the...
View Articlehow to write asp code to click link that is visible only when hover over an item
I am trying to use ASP to automate clicking on a list, e.g. "first child", that is only visible when the mouse hover over it. Example of the HTML code is:<ul id='table' class="table">...
View Articlehow to change File Version manually?
<div class="post-text" itemprop="description">I am using VS 2010. In local File Version of any DDL is showing as required like (1.0.0.2) but after deployment its showing in 1.0.J.B format(like...
View ArticleCreatinga New Database in Visual Studio 2010
I am new to C# and SQL Server and I have been trying to figure this out for over a week. I did see the thread titled "Adding a database to Visual Studio 2010" but was unable to solve my issue. For...
View ArticleIIS Express high CPU usage VS2013
I am developing MVC4 application with EF5. There only small amount of data on the dev DB. the IIS Express Wroker process takes up 100% CPU, leaving the system almost unworkable. Following is my system...
View ArticlePage Inspector error Visual Studio 2013 - on basic ASP.NET MVC5 project
Hello everyoneI have got a problem with Visual Studio. I create a simple ASP.NET Web Application: File>new>project>web>ASP.NET Web Application >MVC>OK, and then on the solution...
View ArticleAdd/Go to a Controller/View disappear in Visual Studio 2012
Hi, I am using VS2012, and my colleague upgraded to VS2013. Today I suddently find the Add/Go to a Controller/View items in the context menu disappear. I navigated to Tools=>Customize… =>...
View Articlevisual studio slowdown
Has anyone else experienced a major slowdon of visual studio 2010 after Microsoft installed a windows update? The update on my machine was downloaded last night, installed today, 6-23-2014.
View ArticleMVC Razor WYSIWYG editor options
Imagine my surprise when I upgraded to VS 2013 to get Blend for Visual Studio 2013, and opening a .cshtml document meant that Blend tried to open it with VS 2010.For us, the professional developers in...
View ArticleNew to VS2013 (just moved in from VS2010)
So the boss allowed me to upgrade from 2010 to 2013. I created a new website using the default ASP.Net Web Forms Site. Wow things have changed! I seen things I ain't never seen before (Mama told me...
View ArticleVS2012 -MVC4 Intranet App publish using File System
Hi, I am pretty new to publish using VS2012, have done in the past only for web form based applications.My Environment: VS2012, .NET 4.0, MVC4 Intranet app with connection to SQL 2008 in...
View ArticleVS2013 ASP.NET just my code not detecting my code
I'm using Visual Studio 2013 Update 2 with "Just My Code" turned on and none of my code seems to be identified as "MyCode". Exceptions are ignored by the debugger.All of my script is in a subfolder...
View ArticleError Microsoft.ReportViewer.WebForms, Version=10.0.0.0 with Windows Azure
Hello,I want to upload my website (Framework 4) on Windows Azure but I have a problem with "Microsoft.ReportViewer.WebForms, Version=10.0.0.0"If you want, you can go on this website to better...
View ArticleVisual Studio debug(F5) now redirects to the live production site instead of...
Yesterday when I clicked the green debug arrow or hit F5 the asp.net application would start up localhost and the app would run to the first breakpoint just like it has since I first started using...
View Article