index > Team Foundation Server - Version Control > VSS --> TFS How to disable incremental migration

VSS --> TFS How to disable incremental migration


Threee attempts of attempting to migrate Visual SourceSafe to TFS results in the following error message:

TF60047: Converter is retrying to migrate the action that was failed to migrate
. This could be due a temporary problem with network or server. Incase this prob
lem persist then please check your network connection or Team Foundation Server.

Interestingly, the VSS database resides on TFS, so I doubt this is a network problem.

I'd like to start "fresh" and do a full migration instead of incremental. What files do I need to delete? The message I'm seeing is below:

E:\>VSSConverter migrate convert_migrate.xml
Microsoft (R) Visual SourceSafe Converter version 8.0.0.0
for Microsoft (R) Visual Studio 2005 Team System
(C) Copyright 2006 Microsoft Corporation. All rights reserved

Initializing...
Please confirm that you want to do incremental migration. Converter will migrate
only the actions that were not migrated previously.
Start migration (Y/N)?

Answering "Y" results in TF60047, "N" exits.

TIA for your help.

-tom




-tom
tomc1

I'm sorry to hear you are running into issues converting this file from VSS to TFS. I have seen the error message you describe but not in the scenario in which you desribe it.

To help identify what the possible cause, and resolution, are I need some additional information from you.

When you ran the converter it should have produced several log files and reports. For example VSSConverter.log. Seeing that information will greatly help narrow down the problem.

Since this happened so quickly I expect the log will be relatively small and may be sharable on this forum (if you are not comfortable sharing the log on this forum please see my contact info at the end of this post).

If you are able to re-run the migration I would ask that you first enable "verbose" logging. Verbose logging can be enabled by opening the VSSConverter.exe.config file (located next to VSSConverter.exe) and changing the diagnostic logging switchs to have level "4" logging (it is level 2 by default) and to ensure that a trace listener is configured (it should be by default).

The following is a configuration file that demonstrates this:

<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="PrivateAssemblies"/>
</assemblyBinding>
</runtime>

<system.diagnostics>
<switches>
<add name="MinLevelForAllSource" value="4" />
<add name="Common" value="4" />
<add name="VersionControl" value="4" />
<add name="VSS" value="4" />
</switches>
<trace autoflush="true" indentsize="2">
<listeners>
<add name="VSSConverterTraceListener"
type="Microsoft.TeamFoundation.Converters.Utility.LogListener,VSSConverter"
initializeData="VSSConverter.log" />
</listeners>
</trace>
</system.diagnostics>
</configuration>

Any existing logs you have - and any new ones you generate - can be sent directly to me. To reduce spam to my work account I have setup a non-microsoft.com address that you can send the data to. I will respond to you from my Microsoft.com account to confirm receipt. The address is (with some spam avoidance):

rhorvick AT msn.com

If the logs will exceed 3 MB in size (feel free to compress them using a zip or rar format) please contact me ahead of time and let me know the total size so I can ensure I have enough mailbox free space.

Thanks.

Robert.




Robert Horvick - SDE - TFS Version Control
Robert Horvick MSFT

Here is the VSSConverter.log:

[Common, Warning, 3, 2006/07/07 09:05:48.991] Version : 8.0.50727.147
[VSS, Perf, 3, 2006/07/07 09:25:43.785] Starting Migration
[VersionControl, Warning, 17, 2006/07/07 09:25:51.411] Source Changeset: 1, WorkSpace: 0
[VersionControl, Warning, 17, 2006/07/07 09:25:51.567] Starting Pend Changes, RequestType Edit, request.Length 1
[VersionControl, Warning, 17, 2006/07/07 09:25:51.926] Ending Pend Changes: 1
[VersionControl, Warning, 17, 2006/07/07 09:25:51.926] Source Changeset: -1, WorkSpace: 1
[VersionControl, Warning, 17, 2006/07/07 09:25:51.926] Source Changeset: -1, WorkSpace: 2
[VersionControl, Warning, 17, 2006/07/07 09:25:51.926] Source Changeset: -1, WorkSpace: 3
[VersionControl, Warning, 17, 2006/07/07 09:25:51.926] Source Changeset: -1, WorkSpace: 4
[VersionControl, Warning, 17, 2006/07/07 09:25:51.926] Source Changeset: -1, WorkSpace: 5
[VersionControl, Warning, 17, 2006/07/07 09:25:51.926] Source Changeset: -1, WorkSpace: 6
[VersionControl, Warning, 17, 2006/07/07 09:25:51.926] Source Changeset: -1, WorkSpace: 7
[VersionControl, Warning, 17, 2006/07/07 09:25:51.926] Source Changeset: -1, WorkSpace: 8
[VersionControl, Warning, 17, 2006/07/07 09:25:51.926] Source Changeset: -1, WorkSpace: 9
[VersionControl, Warning, 18, 2006/07/07 09:25:51.942] Source Changeset: 1, WorkSpace: 0
[VersionControl, Warning, 18, 2006/07/07 09:25:54.286] Changeset added to Version Control: 4221
[VersionControl, Warning, 18, 2006/07/07 09:25:54.301] Label: @date.txt, WorkSpace: 1, comit.Labels.m_labelItemSpec.Length: 1
[VersionControl, Warning, 17, 2006/07/07 09:25:54.301] Source Changeset: -1, WorkSpace: 0
[VersionControl, Warning, 17, 2006/07/07 09:25:55.723] Source Changeset: 2, WorkSpace: 1
[VersionControl, Warning, 18, 2006/07/07 09:25:55.723] Label: @date.txt, WorkSpace: 2, comit.Labels.m_labelItemSpec.Length: 1
[VersionControl, Warning, 18, 2006/07/07 09:25:55.973] Label: @date.txt, WorkSpace: 3, comit.Labels.m_labelItemSpec.Length: 1
[VersionControl, Warning, 17, 2006/07/07 09:25:56.254] Starting Pend Changes, RequestType Edit, request.Length 4
[VersionControl, Warning, 17, 2006/07/07 09:25:56.332] Ending Pend Changes: 4
[VersionControl, Warning, 17, 2006/07/07 09:25:56.364] Source Changeset: 3, WorkSpace: 2
[VersionControl, Warning, 17, 2006/07/07 09:25:56.661] Starting Pend Changes, RequestType Edit, request.Length 2
[VersionControl, Warning, 18, 2006/07/07 09:25:56.707] Label: Automation, WorkSpace: 4, comit.Labels.m_labelItemSpec.Length: 1
[VersionControl, Warning, 17, 2006/07/07 09:25:56.707] Ending Pend Changes: 2
[VersionControl, Warning, 17, 2006/07/07 09:25:56.723] Source Changeset: -1, WorkSpace: 3
[VersionControl, Error, 18, 2006/07/07 09:25:56.770] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.770] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.786] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.786] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.786] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.786] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.786] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.786] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.801] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.801] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.801] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.801] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.817] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.817] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.817] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.817] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.817] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.832] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.832] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.832] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.848] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.848] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.848] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.864] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.864] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.864] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.864] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.879] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.879] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.879] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.879] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.879] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.895] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.895] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.895] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.911] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.911] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.911] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.926] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.926] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.926] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.942] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.942] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.942] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.942] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.957] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.957] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.957] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.973] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.973] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.973] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.973] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.973] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:56.989] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:56.989] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:56.989] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:57.004] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:57.004] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:57.004] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:57.020] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:57.020] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:57.020] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:57.020] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:57.036] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:57.036] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:57.036] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:57.036] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:57.036] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:57.051] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:57.051] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:57.051] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:57.067] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:57.067] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:57.067] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:57.082] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:57.082] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:57.082] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:57.098] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:57.098] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:57.098] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:57.098] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:57.114] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:57.114] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:57.114] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:57.114] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:57.129] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:57.129] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:57.129] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:57.129] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:57.145] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:57.145] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:57.145] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 09:25:57.161] Repository is back
[VersionControl, Error, 18, 2006/07/07 09:25:57.161] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 09:25:57.161] Repository is down. Retrying...
[VersionControl, Warning, 3, 2006/07/07 09:26:11.630] Conflicting item: $/TEST PROJECT/VMOD_TEST/QA_TESTS/VERILOG_CUDJOE for item: $/Test Project/vmod_test/qa_tests/verilog_Cudjoe/cudjoe_ccp.vin
[VersionControl, Warning, 3, 2006/07/07 09:26:11.645] Conflicting item: $/TEST PROJECT/VMOD_TEST/QA_TESTS/VERILOG_CUDJOE/VERILOG_CUDJOE_CCP.VIN for item: $/Test Project/vmod_test/qa_tests/verilog_Cudjoe
[VersionControl, Warning, 3, 2006/07/07 09:26:11.645] Conflicting item: $/TEST PROJECT/VMOD_TEST/QA_TESTS/VERILOG_CUDJOE/VERILOG_CUDJOE_PSM2_CORE_TB.VIN for item: $/Test Project/vmod_test/qa_tests/verilog_Cudjoe
[VersionControl, Warning, 3, 2006/07/07 09:26:11.645] Conflicting item: $/TEST PROJECT/VMOD_TEST/QA_TESTS/VERILOG_CUDJOE/VERILOG_CUDJOE_PSM2_CORE_TB.VMP for item: $/Test Project/vmod_test/qa_tests/verilog_Cudjoe
[VersionControl, Warning, 3, 2006/07/07 09:26:11.958] Reached max limit for queue: PendChangeQueue, thread: Main Thread
[VersionControl, Warning, 18, 2006/07/07 11:26:07.290] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.290] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.290] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.306] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.306] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.306] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.321] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.321] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.321] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.321] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.321] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.321] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.337] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.337] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.337] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.352] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.352] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.352] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.352] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.368] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.368] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.368] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.368] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.368] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.384] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.384] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.384] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.399] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.399] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.399] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.399] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.399] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.415] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.415] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.415] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.415] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.431] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.431] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.431] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.446] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.446] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Message: There was an error generating the XML document.
InnerException Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
InnerException Help Link:
InnerExceptionBaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.

[VersionControl, Warning, 18, 2006/07/07 11:26:07.446] Repository is down. Retrying...
[VersionControl, Warning, 18, 2006/07/07 11:26:07.446] Repository is back
[VersionControl, Error, 18, 2006/07/07 11:26:07.446] Exception: System.InvalidOperationException
Message: There was an error generating the XML document.
Stack Trace: at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Serialize(SoapClientMessage message)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.VersionControl.Proxy.Repository.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
at Microsoft.TeamFoundation.Converters.VersionControl.Common.HatterasWrapper.LabelChunk(LabelItemSpec[] labelItemSpec, String label, Workspace ws, VersionControlLabel sccLabel)
Help Link:
BaseExceptionMessage: ' ', hexadecimal value 0x1A, is an invalid character.
InnerException: System.InvalidOperationException
InnerException Messa