Fails to create new team project
After a while I managed to make a single server install of team foundation. However, when trying to create new Team project I get the following error:
Stack Trace:
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.VisualStudio.ELead.WssProxy.UserGroup.GetUserInfo(String userLoginName)
at Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.WssSiteCreator.Initialize(ProjectCreationContext context)
at Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.PluginInitializer.InitializePlugins(MsfTemplate template, ProjectCreationContext context)
end Exception entry
07/25/2005 10:21:17.607 | Module: GSSStructureUploader | Thread: 7 | Entering Initialize in GssStructureCreator
07/25/2005 10:21:24.150 | Module: GSSStructureUploader | Thread: 7 | Exiting Initialize for GssStructureCreator
07/25/2005 10:21:24.150 | Module: Initializer | Thread: 7 | Initialization for plugin "Microsoft.Pcw.gss" succeeded
07/25/2005 10:21:36.357 | Module: Currituck | Thread: 7 | About to begin the creation of project TestProj on server app
07/25/2005 10:21:36.357 | Module: Initializer | Thread: 7 | Initialization for plugin "Microsoft.Pcw.currituck" succeeded
07/25/2005 10:21:36.357 | Module: SccTask | Thread: 7 | User chose no folder creation
07/25/2005 10:21:36.357 | Module: Initializer | Thread: 7 | Initialization for plugin "Microsoft.Pcw.scc" succeeded
begin Exception entry
Time: 07/25/2005 10:21:36.367
Module: Engine
Event Description: Project creation failed
Exception Type: Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.PluginInitializationFailedException
Exception Message: Initialization failed for plugin(s): 'Microsoft.Pcw.wss'
Stack Trace:
at Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.PluginInitializer.InitializePlugins(MsfTemplate template, ProjectCreationContext context)
at Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.EngineStarter.RunEngine(Boolean isValidationRun, String templateFolder)
at Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.EngineStarter.TryCreateProject(ILogHandler logHandler, String& completionMessage)
end Exception entry
07/25/2005 10:21:36.367 | Module: Engine | Thread: 7 | Attempting to delete MSF folder "C:\Documents and Settings\TFSSETUP\Local Settings\Temp\PCW_07-25-2005_10.19.23"
begin Exception entry
Time: 07/25/2005 10:21:36.747
Module: Engine
Event Description: Deleting directory "C:\Documents and Settings\TFSSETUP\Local Settings\Temp\PCW_07-25-2005_10.19.23" failed
Exception Type: System.UnauthorizedAccessException
Exception Message: Access to the path 'CssTasks.xml' is denied.
Stack Trace:
at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive)
at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
at Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.EngineStarter.SafeRemoveDirectory(String folderToRemove)
end Exception entry
Does anyone have any idea on how to fix this?

