How To Devide The Page In Visual Studio 2010
Sep 23, 2010I want to know how to devide the page in visual studio 2010 so I can put elements in the left, elements in the center, naviagation on the top
View 2 RepliesI want to know how to devide the page in visual studio 2010 so I can put elements in the left, elements in the center, naviagation on the top
View 2 RepliesI tried to install Visual Studio Prof 2010 trail version in my system, but i got an error saying 'Please remove/uninstall Visual Studio 2010 load test controller' to proceed installation. i uninstalled my previous VS2008 software from system and i could not find anything like 'Remove/Uninstall Visual Studio 2010 load test controller' software in my Add/Remove Programs.
View 1 RepliesI'm thinking about installing vwd 2010 or vs 2010 express but want to know if either offer integrated jquery support.
View 4 Repliesis it possible to convert whole visual studio 2008 web site project to visual studio 2010 web site project
my current project references
i have a very annoying iis problem
iis server stops working until app pool is recycled
i am hoping that new visual studio (net framework 4.0) may solve this very annoying unsolveable problem
Anyone know if I can maintain a VS 2008 (.net 3.5) project by using the VS 2010 IDE ?
View 1 RepliesI have tried attaching the debugger to the IIS worker process and have a break point on the asp page. But it never hits the breakpoint.
I am able to debug the aspx pages in the same site using the above process.
I have been ising TFS 2010 with VS 2010 Ultimately for a couple of months now. I have a client who is using Visual Web 2010, does anyone know if this integrated with TFS easily?
View 1 RepliesI just recently upgrade my asp.net web project from visual studio 2005 to visual studio 2010. The upgrade was successful with no problems however im missing some features with this project. The One Click Publish feature(which is greyed out) in the header area of Visual Studio 2010 and the Add Config Transforms feature which is no where to be seen when you right click on web.config. When i create a new web project straight from visual studio 2010, these options work fine.
View 1 RepliesVisual Studio 2010 Beta 2 locked up, and when I tried to restart it, it wouldn't load, so I did a devenv.exe /resetuserdata to get it going again. It reset everyhing in my options of the web app/ etc, and now some AJAX conrols don't work such as dragpanel. I assume that it is because something got reset that I haven't enabled again, but can't figure it out.
View 2 RepliesIm working on a website project with Visual Studio 2010 from 2 different computers (home & work).
In Dreamweaver Im used to FTP to upload/download files to/from a webserver to syncronice my files on the current computer Im working on.What is best option in Visual Studio 2010 to sync project files between home & work computers? I have seen there is a built in FTP, but seems only it can upload files, limited functionality?
I want to use a source control in VS2010, I know my best bet is TFS, but at the moment TFS(can't afford ). As i understand TFS is the new VSS_2005(can afford)Can VSS 2005 be use as a source control for VS 2010 solutions/projects?
View 2 RepliesI upgraded from VS2008 to VS2010. If I modify an aspx page that I created in VS2008, I am not able to close the page. Visual Studio 2010 becomes not respond. I am using Windows 7 and Telerik tools. Do you know why this is?
View 2 Replieswhen i opened my Visual Studio 2010 i noticed that my ajax tab was missing from my toolbox and ajax control kit too.Then i noticed even that when i create new website, there is no web.config in it and it should be.WHAT IS GOIN ON???? :/
View 13 RepliesIs it possible to migrate the application which is in visual studio 2003 to visual studio 2010. provide me details about how to migrate.
View 2 RepliesI have a site in production developed in 2005 and i am planning to migrate to Visual studio 2010. Is there an easy way to do it?
View 1 RepliesFrom where can I download Bootstrapper Manifest Generator for Visual Studio 2010?
View 2 RepliesEvery time I press F1 to view the online Help it launches in the Opera browser. I really dislike Opera and only have it installed on my PC for testing purposes. How do I change it to IE?
View 1 RepliesI am having an issue in VS 2010 trying to get even the default ASP.NET Web Application to run in Debug mode. I get the error:
"Unable to start program 'http://localhost:1443/Default.aspx'.
The system cannot find the file specified."
I am stumped here and cannot find anything out there with this error.
Let's say I am working on a multiple page web solution and make a small change to one web page. The small change needs to get published but I want to be able to publish it without having to republish the entire site. How do i do that? How do i publish a single page of a multi-page solution in Visual Studio 2010?
View 1 RepliesI am trying to convert guidance package of vs2008 to vs2010,
followed instructions as per this link {http://msdn.microsoft.com/en-us/library/ff697211.aspx}
and getting error as
Error 1 The "GenerateMenuResource" task failed unexpectedly....
I'm using visual studio 2010 professional, I dont what had happened but i lost my settings suddenly and the VS editor is generating a HYPHEN (-) everytime when i press SPACE BAR key..
I've tried restoring the settings, changing the settings from OPTIONS without any luck.
When I first open vs there is a screen with a blue background that is displayed. That screen has a very noticable flicker which is actually painful to my eyes. It is like my monitor is out of sync. I am running vista, screen resolution 1920 x 1200. I have two identical monitors, graphics card is ATI radeon 3800 series.I have no problems with any other application or game. I was hoping this would go away with the RC but it is still there.
View 1 RepliesI am using VWD 2010 Express, usually with several site pages open in tabs. For some reason, when I move from one tab to another, the newly active page is not highlighted in the Solution Explorer pane. Is there some setting that is causing this? I often have two similar pages open, referring to the code on one as I work on the other, and not having the Solution Explorere correctly highlighting the active page make it really easy to be working on the wrong page.
View 2 RepliesCan I install Microsoft Visual Studio 2010 Service Pack 1 in Microsoft Visual Web Developer 2010 Express?
View 1 RepliesI am debugging an ASP.Net C# application in Visual Studio 2010, the application is running and execution is currently stopped at a breakpoint. How can I stop the page execution without "Terminate All" or killing the debugging process altogether, similar to what would happen if an unhandled exception was thrown? The "Break All Cntl+Alt+Break" option is grayed out in the Debug menu.
I want to stop the app from running but not have to go through a compile/start again. EDIT: I want execution to stop, not break, so that the page finishes loading and I don't continue running the application from the breakpoint forward. I've looked through the Breakpoints panel, the Debug menu and have right clicked all over but still haven't found the right option.