Need Help! VB.Net Error message on start up "XML Parsing Error"

Mykro

Newcomer
Joined
Aug 31, 2003
Messages
23
Location
Dana Point Ca.
I just installed VB.Net 2003 I get this error message on start up:

file://C:\program files \Microsoft Visual Studio.Net 2003\Common7\IDE\html\xmlinks\1033\context.xml(0,0):XML error C00E508: An invalid Charachter was found in content.

What can I do to correct this.. Uninstall and re-install??
 
HELP....!

VolteFace said:
What do the contents of the file mentioned look like?

There are no contents in the file...

Also when I go to start a new project and try to save it I get another message box saying:

Microsoft JScript Compilation Error
Syntax Error
/>

Any ideas Whats happened ?? :confused:
 
Where'd you get your copy of .NET? Is it the Professional edition?

I have .NET 2002, but mine contains:
Code:
<?xml version='1.0' encoding="utf-8" ?>
<DynamicHelp xmlns="http://microsoft.com/vstudio/tbd/vsdh.xsd">
  <Preference AttrName="Locale" AttrValue="kbEnglish"/>
  <LINKGROUP ID="help" Title="Help" Priority="500">
    <GLYPH Expanded="vs:/ctxhelp_show.gif" Collapsed="vs:/ctxhelp_hide.gif"/>
  </LINKGROUP>
  <LINKGROUP ID="actions" Title="Actions" Priority="1000">
    <GLYPH Expanded="vs:/ctxwiz_show.gif" Collapsed="vs:/ctxwiz_hide.gif"/>
  </LINKGROUP>
  <LINKGROUP ID="misc" Title="Miscellaneous" Priority="10">
    <GLYPH Expanded="vs:/ctxmsc_show.gif" Collapsed="vs:/ctxmsc_hide.gif"/>
  </LINKGROUP>
  <LINKGROUP ID="samples" Title="Samples" Priority="400">
    <GLYPH Expanded="vs:/ctxsample_show.gif" Collapsed="vs:/ctxsample_hide.gif"/>
  </LINKGROUP>
  <LINKGROUP ID="GettingStarted" Title="Getting Started" Priority="300">
    <GLYPH Expanded="vs:/ctxhelp_show.gif" Collapsed="vs:/ctxhelp_hide.gif"/>
  </LINKGROUP>
</DynamicHelp>
 
Back
Top