XML Error associated with mscoree.dll  
Author Message
Dave Snyder





PostPosted: Common Language Runtime, XML Error associated with mscoree.dll Top

My solution consists of a dll to interface with ESRI's ArcMap application as well as two executables, an XML document (AddPLSS.xml) and an install package. It compiles and installs without any problems, but when I try to open ArcMap, I get the following error:

XML Error: The sytem cannot locate the resource specified. In (failed) mscoree.dll/AddPLSS.xml.

The xml file itself seems to be included in the dll and the install package. It ends up in the right place on the client machine. In fact, this application was working well until fairly recently. I did add one of the executables to the solution, but I never changed anything related to the XML file.

I cannot find any reference to this specific error anywhere via Google or MSDN. I'm hoping this is the right forum for this question.

David Snyder
Resource Data, Inc.
Anchorage, Alaska



.NET Development2  
 
 
Dave Snyder





PostPosted: Common Language Runtime, XML Error associated with mscoree.dll Top

Hacked my registry, deleted all entrys associated with my application and the error went away. Not that I would recommend doing this....

David


 
 
Dave Snyder





PostPosted: Common Language Runtime, XML Error associated with mscoree.dll Top

I hacked my registry, deleted all entrys associated with my application and the error went away. I really wouldn't recommend doing this, however...

David