D
David Pendleton
Hello all.
The following code...
Dim objXMLSerializer As XmlSerializer
objXMLSerializer = New XmlSerializer(GetType(Settings))
....generates the following exception in my application...
An unhandled exception of type 'System.IO.FileNotFoundException'
occurred in mscorlib.dll
Additional information: File or assembly name twcpkrac.dll, or one of
its dependencies, was not found.
The DLL name is always a 'random' string of characters.
Any ideas why?
The following code...
Dim objXMLSerializer As XmlSerializer
objXMLSerializer = New XmlSerializer(GetType(Settings))
....generates the following exception in my application...
An unhandled exception of type 'System.IO.FileNotFoundException'
occurred in mscorlib.dll
Additional information: File or assembly name twcpkrac.dll, or one of
its dependencies, was not found.
The DLL name is always a 'random' string of characters.
Any ideas why?