After installing Windows sharepoint services for VS 2005, I created a web part but then went I attempt to view the Sharepoint solution properties tab in project properties it causes Visual studio to crash.
The following error is displayed.
"Microsoft Visual Studio has encountered a problem and needs to close"
The further error message displayed in the Event log is as follows;
Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699, faulting module unknown, version 0.0.0.0, stamp 00000000, debug 0, fault address 0x0a9f042e.
Has anyone seen this error before

Visual Studio 2005 Crashes after installing Extensions for Windows Sharepoint services
Joe Kehnast
Joubin (or Anyone),
Thanks for the post and I am seeing the same problems as you. First, can you give the complete workaround for getting the contents to appear in the SharePoint Solution tab Also did you have any luck with the 404 error Looking at my trace it looks as though it can't find the right webservice to perform this task. Any help would be great.
System.Net.WebException
The request failed with HTTP status 404: Not Found.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.SharePoint.Tools.SharePointSoapProxies.Sites.GetSiteTemplates(UInt32 LCID, Template[]& TemplateList)
at Microsoft.SharePoint.Tools.IO.SiteDefinitionCollectionCreator.UpdateSolutionElement(ISiteDefinition siteDefinition)
Thanks
Josh
gil bil
Any solution found for this problem
Binu Jeesman
It would then crash when I tried viewing the SharePoint Solution tab in Project properties, though I kinda fixed that by copying the SharePoint assemblies into my GAC. But there is no option for "Deploy to URL" on the Debug tab.
MrWolf78
Hi everyone... here is my workaround and explanation: http://joubin.net/Lists/Posts/Post.aspx ID=18
Good luck and send me comments.
Joubin
blog: www.joubin.net
Omniscient
enric vives
Hi... I have the extension running. Sorta...
First off, the "SharePoint Solution" tab under the "Project Properties" didn't work. I found a workaround by placing a solution.xml file in the root of the project folder. I had to go through some more steps as well before it worked. Let me know if you're interested to know about the entire workaround.
Second: And this is my issue. The project (Team Site) won't deploy properly even though it builds successfully. I get this error: "The request failed with HTTP status 400: Bad Request"
I appreciate anyone's feedback.
Thanks,
Joubin
Trevor E Hilder
As many of you out there may know, version 1.0 of these tools have been released.
http://www.microsoft.com/downloads/details.aspx FamilyID=19f21e5e-b715-4f0c-b959-8c6dcbdc1057&DisplayLang=en
http://joubin.net/Lists/Posts/Post.aspx ID=23
Cheers,
Joubin
dragon123