Error installing Team Foundation App-Data Tier Beta2
I am receiving an error when the Team Foundation Server is almost finished installing. The Error number is 32000. It is saying that "The commandline "C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\uninstall\createds.exe" returned a non-zero value: 3. Any Idea how to fix this or what causes it.
Thanks,
Michael
[343 byte] By [
hallmw] at [2007-12-16]
Typically, this error occurs when SQL Reporting Services isn't running. The CreateDS program is attempting to configure some items w/ Reporting and is sensitive to having the service being available. So, you should check to see that the service is running.
Also, if you have a firewall in place and the EXE can't reach the Reporting service you can see the same issue coming up.
marc
Hi, i′m the same problem and the ReportServer service is running. I think that createds.exe call ReportService.asmx because appear follows createds.exe string. I tryed call it by Internet Explorer and throw this exception:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS0234: The type or namespace name 'Xml' does not exist in the namespace 'System' (are you missing an assembly reference?)
Source Error:
|
Line 2: <%@ Import Namespace="System.IO" %> Line 3: <%@ Import Namespace="System.Xml.Serialization" %> Line 4: <%@ Import Namespace="System.Xml" %> Line 5: <%@ Import Namespace="System.Xml.Schema" %> Line 6: <%@ Import Namespace="System.Web.Services" %>
|
Source File: h:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\CONFIG\DefaultWsdlHelpGenerator.aspx Line: 4 it is possible the core of the problem?
How and where i can regenerate this assembly?
thanks