Hey

I was wondering if anybody could help me with this problem, I cannot
get my head around it.

Basically I installed a program called editvoicepack that adds
callsigns to microsofts flight simulator 2002. It also requires
microsofts .net framework 1.1. It ran fine but I had to restore my
computer to an earlier time because I lost a bit of work by mistake.

Anyway after this the program did not work, I tried reinstalling it,
resetting the restore point, completely deleting it from the registry
and then resinstalling it and i still get this an unhandled exception.
So I downloaded the .net SDK and ran the program through the compiler.
I get the following problems.

THE FIRST PROBLEM

When the program runs the following error message occurs:

An unhandled exception of type 'System.InvalidOperationException'
occurred in system.xml.dll

Additional information: There is an error in XML document (0, 0).

Furthermore the output is as follows:

'DefaultDomain': Loaded
'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', No
symbols loaded.
'EditVoicepack': Loaded 'C:\Documents and Settings\John Woodhouse\My
Documents\flight sim data\Voice
Pack\EditVoicepack22a\EditVoicepack.exe', No symbols loaded.
'EditVoicepack.exe': Loaded
'c:\windows\assembly\gac\system.windows.forms\1.0.5000.0__b77a5c561934e089\system.windows.forms.dll',
No symbols loaded.
'EditVoicepack.exe': Loaded
'c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll',
No symbols loaded.
'EditVoicepack.exe': Loaded 'c:\documents and settings\john
woodhouse\my documents\flight sim data\voice
pack\editvoicepack22a\datahandler.dll', No symbols loaded.
'EditVoicepack.exe': Loaded
'c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll',
No symbols loaded.
'EditVoicepack.exe': Loaded 'prz3pleu', No symbols loaded.
An unhandled exception of type 'System.InvalidOperationException'
occurred in system.xml.dll

Additional information: There is an error in XML document (0, 0).

Finally when I click break in the disassembly there appears to be a
problem with the line,

00000206 mov dword ptr [ebp-8],0

I cannot get my head round any of this I am not good at programming,
especiallcy in .net framework language.

THE SECOND PROBLEM.

This is the error message:

An unhandled exception of type 'System.TypeInitializationException'
occurred in Unknown Module.

Additional information: The type initializer for
"EditVoicepack.MainForm" threw an exception.

THERE IS APPARANTLY NO COURCE CODE WHICH SEEMS A BIT ODD, the output
is

An unhandled exception of type 'System.TypeInitializationException'
occurred in Unknown Module.

Additional information: The type initializer for
"EditVoicepack.MainForm" threw an exception.


Unhandled Exception: The program '[4008] EditVoicepack.exe' has exited
with code 0 (0x0).
System.TypeInitializationException: The type initializer for
"EditVoicepack.MainForm" threw an exception. --->
System.InvalidOperationException: There is an error in XML document
(0, 0). ---> System.Xml.XmlException: The root element is missing.
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read4_editvoicepack_userpreferences()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
xmlReader, String encodingStyle)
at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader
textReader)
at EditVoicepack.UserPreferences.Deserialize()
at EditVoicepack.MainForm..cctor()
--- End of inner exception stack trace ---
at EditVoicepack.MainForm.Main()


I am not sure if anyone can help me, but any would be greatly
appreciated. I have looked at the system.xml document and it wont open
because it has the wrong version attacthed to it, cant understand why.
Any soulutions would be good.

Thanks, John