Yesterday I was working on a development laptop from home on a web app. When I finished I checked everything in to TFS as normal. When I came in to the office today I got the latest version from source explorer in VS2008 then opened the solution... and the website is not there. There is a website project, but instead of the project name it has the location, and a folder whose name looks like a GUID. The other DLL projects loaded as expected. None of the web site files are there.
Were this a windows app I'd open the project files in a text editor to look for paths that had got lost, but I can't see how to do this for a web project.
Unfortunately the development laptop is still at home, so I'm hoping there's a way to fix this without needing it...
I am attempting to debug my Visual Studio 2005 project. I have Internet explorer 8 and it's running on IIS.
When I hit the "debug" button, a new Internet Explorer browser window opens and my ASP VB .NET application loads normally. However, Visual studio returns back to regular editting mode and I can hit the "debug" button again. No break points hit but my web page still runs and loads normally.
The Output screen use to show Web.Server(exit 0) but now it doesn't show anything.
Is there any resource out there , where one can learn how to properly design user interfaces with ASP.NET controls on Visual Studio ?I have tried on my own by adding <asp:Table/> to form and then trying to accomodate panels within <asp:TableCell/> controls but that isn't quite going the way I imagined it would.This may not be the right way to design UIs, but I don't know any better for now.
in my project i can open all the webpages but the one which am currently working is taking much time to load i dont even get it in browser its loading from 1hour
We developed a big website and now we are maintaining it, which is continuously growing, Now project size is nearly 1.GB. Majority of files are Images and PDF and Docs etc.
My Question is, i want to load the VS solution with minimal files, .NET Stuff only (Master pages, UserControls, Js etc). Is there any way to unpin a complete folder? I can not see any option to pin unpin folder in VS 2010 or VS 2008
I have been using Visual Web Developer without any problems until yesterday, when it decided that it is no longer going to load any of my web pages. I have tried creating a very simple project with a single hyperlink on the page, but the page does not load.
If I Change the "use dynamic ports" to false and select a port number i get the following message "unable to launch the ASP.Net development Server. Port 'xxxx' is in use".
I recently upgraded from VWD 2008 Express to VWD 2010 Express. A problem has developed in that the website's graphics no longer appear in Design mode, there are "Error Creating Control" error messages that did not exist before, and also debugging errors that did not exist before. (Note: these problems did not exist when I first used VWD 2010; they may have originated with recent automatic Windows updates (I use Vista Home Premium SP2 with IIS 7)). The problem exists if I open the website either as a project file or as a website directory.
When clicking on design view button - Received error "Microsoft.VisualStudio.Xaml" has failed to load properly(GUID = {E58C2A8B-BCC4-4559-AD59-D62EB6D58A22}). Possible environment corruption.
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?
I 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.
Visual 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.
Im 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?