IIS Express Hangs
I'm using VS2010 Express with SP1 on XP Pro SP3. I have a web development site on a local drive that was running fine under IIS Express. Now when I launch under IISEx it give "cannot display web...
View ArticleUsing jQuery in Debug Mode in VS2012
In the VS2008 IDE, if I inserted a 'debugger' statement in my Javascript code, when the execution halted, I could go to the Immediate or Command Window and use jQuery like this: ? $(...Where the...
View ArticleWhere are VWD2008 Dropdowns?
VWD 2008 Express had dropdown lists in IDE that provided quick access to "Server Objects & Events" , "Client Objects and Events", "Server Code" and "Client Script". These seem to be absent in VWD...
View ArticleMethod not found: 'Void...
I am having an issue with Visual Web Developer 2010 and Web Platform Installer1. My hosting site supports Sql2008 and ASP.net 3.52. When I tried to revert my site back to 3.5 I get the following error...
View ArticleVisual Studio 2012 Local DB Add Table menu option missing
Usually connect to an external database but I wanted to fiddle with creating a project with a local database. I am using SQLServer Express Local Database, not CE.I can add tables with EF but if I right...
View ArticleUser defined Data type in C#.net
Dear all friends, I would like to know how to define user defined data type/ custom defined data type in C#.net. In C++, we can use typedef keyword for custom defined data type. But I don't...
View ArticleVisual Studio editor strange problem
Hi, I am having a very strange problem with the Visual Studio editor. I am working with Visual Studio 2010 SP1. Every once in a while, while editing the source code of an ASPX page in code view...
View Articlevs 2012 knokout intellisense doesn't work
in a new web api project in the script folder there there is the _references.js file[code]/// <reference path="jquery-1.7.1.js" />/// <reference path="jquery-ui-1.8.20.js" />///...
View Articleresolving missing assembly reference error in vs2010
In vs2008 if any code ,(class) is referred without its corresponding namespace ,a small rectangle wouldappear that would when selected would add necessary assembly refernce and namespace would be...
View ArticleData menu in asp.net 4.0
What is the exact usuage of new "data" menu available in asp.net 4 website .It has schema comparision,data comparion and other tabs.can anyone tell me.
View ArticleMultiple ValidationSummary Control problem in vs 2012
Hi All, We have migrated our project source from vs2010 to vs2012. we are facing script problem "Object Expected" on the pages where we have used multipe validationSummary Control. The...
View ArticleUpgrade VS 2005 to VS 2010
I have installed VS2010 and opened my sln with Visual Studio 2010. The conversion was successful and the projects build successfully. The solution file was changed and each project file now has the...
View Articlevs2010 toolbox controls
I am working as a beginner in vs2010 for asp.net 4.0.I see controls such as Dynamiccontrol,Dynamicdatamanager.I wanted to work with it but could not get good example on it and I saw Pressbook but not...
View ArticleMicrosoft.office.core
I have a .net project and I added a reference to Microsoft office 12.0 Object Library. It added Microsoft.Office.Core to the references but it has a warning symbol that it can't be found.OK. I...
View Articlefxcop10 with vs2005 & winXP
Hi all,Is fxCop10 is compactable with windowsXP and Visualstudio 2005 directly..?
View ArticleVisual web developer vs Visual Studio
Hi,I have been teaching with Visual Web Developer Express since 2005 and have the latest VWD2010.Looking for any upgrades, I find the documentation very unclear.It seems the latest versions are for...
View Articleplaceholder messages on asp textbox
In VS2012 i am getting many messages, not errors, just messages like the followingMessage 2 Validation (ASP.Net): Attribute 'placeholder' is not a valid attribute of element 'TextBox'.Since my doctypes...
View ArticleHow to get VS2012 to use IIS on server rather than built-in development server?
I have a situation where my app is running fine within the VS2012 IDE but crashes when I deploy it to a server running IIS7. So I need to run it within the VS2012 IDE but use IIS rather than the...
View ArticleSouce Control problem
I need to change the local path of a project in a solution.The solution folder is called app. It has an app.sln file. And all of the files and directories are in this level.But I somehow set the...
View ArticleVS2012 missing intellisense and code completion
has anyone else experienced problems with missing code completion and intellisense in VS2012 ? It seems to happen randomly. I get nothing after the '.', yet other times it seems ok. Is this a known...
View Article