Visual studio 2012: Dom Explorer
I have a question, is about the dom explorer in visual studio 2012, what happens is that when I change the value of what I do not care, again as it was before, and when I click on the source of the...
View ArticleSystem Error &h80070002&
I upgraded a VS 2003 web application to VS 2010.I had to sort out a whole range of errors.When I compile now I get the following error message:'Unable to open file...
View ArticleVS2012 Express Open Website does not find .sln file
Forgive me if I am missing something obvious, but if I select New Web Site a folder is created under Websites to contain the website folders and files and another folder is created under Projects to...
View ArticleUpgrading to VS 2010
I have an asp.net web application that was written in VS 2003 and I have upgraded it to VS 2008.I am now trying to upgrade it to VS 2010 but keep getting the following error: "The Selected file is not...
View ArticleIIS Express recycling/recompiling my app for no apparent reason
I have an mvc4 web app and am working on my local dev machine using IIS Express.I used NuGet to add Twitter Bootstrap to my project. This simply adds a few .css files and a few .js files to my...
View ArticleWhy is there no "entity framework" menu in my vs 2012?
Why is there no "entity framework" menu in my vs 2012?
View ArticleDisabling auto-refresh for references
Is there any way to disable the check to refresh a reference I have in my project, so when I build it, I don't get "unable to update auto-refresh reference". The reason I am getting this error is that...
View ArticleDebugger not hitting break points in sub project
I have a C#.NET project that is embedded within another project (vb.net). The C# project will not work on it's own as it is designed this way. We bought the C# code from another company with full...
View Articlehow to open file by typing name in Visual Studio Express 2012
In Visual Web Developer Express 2010 pressing Ctrl+O and entering >of index.aspx shows list and allows to select and open proper file. How to do same thing in Visual Studio Express 2012 ? I pressed...
View ArticleDebug Javascript while testing multiple user scenario in IIS5
I'm running VS2010 Ultimate on XP Pro SP3, testing in IIS5. The application, written in VB.net uses extensive callbacks and polling from the client to the server.The scenario that I'm testing involves...
View ArticleWhat to watch for when upgrading to VWD 2010 Express?
I started building my website with WWD 2005 Express, and asp.net 2.0 or 3.5 (not sure which).Along the way I installed VWD 2008 Express and later VWD 2010 Express which I am currently using.I just...
View ArticleCSC : error CS0006: Metadata file 'file name.dll' could not be found
Hi , when ever i try to make project and run it in visual studio 2012 i get this error :2>CSC : error CS0006: Metadata file...
View ArticleUnable to debug XSLT after installing SP1 for VS 2010 Ultimate
Hiwe've VS 2010 Ultimate. I did debug XSLT without any problem.after installing SP1 for VS 2010, I am unable to debug XSLT file.Start XSLT Debugging Alt+F5Start XSLT Without Debugging...
View ArticleAsync and Await Keywords
Hello,Are these two keywords new in VS 2012 ? What exactly is the functionality behind these two keywords ?TIA
View ArticleInstalling template in Microsoft Visual Web Developer
Hi all. I have am using Microsoft Visual Web Developer 2010 Express.I just downloaded a template online and have been trying to add it to Visual Web Developer but found nothing. How can I install/add a...
View ArticleVisual Studio 2010 Ultimate crashes while opening default.aspx in design view
Hiwe've VS10 Ultimate.I can open Default.aspx or Page.htm in Source View without any problem.butIf I want to open the same page in Design view, It Crashes.Please advice
View ArticleNew Project vs New Website
Hello,Whenever I developing a new web application, I always use New Project instead of New website.What is the difference between these two ?TIA
View ArticleAdd controller/view in web forms application project
I have an existing Web Forms Application project, I want to gradually migrate it to MVC 4 application.I created folders named controllers/views. right click the folder name in solution explorer, I...
View Articlevisual studios 2012 detached from browser
Hello,All of a sudden, Visual Studios 2012 decided to detach itself from IE10. Now, whenever I run my web app, it runs independently of my browser. This means that I click start, the browser opens with...
View ArticleFile Download Works in Visual Studio But Not on Deployed Site
Visual Studio Express 2012 for Web. Windows Server 2008 R2. IIS 7.0. I have code that creates an Excel workbook from the results of a SQL query and then offers to open or download the Excel file. This...
View Article