Groups | Blog | Home
all groups > dotnet xml > april 2004 >

dotnet xml : shared source System.Xml


Stefan Lischke
4/6/2004 11:57:56 PM
Hi,

I downloaded the shared source cli and change XPathParser from internal
to public and added a

public static void test(){}

method. Then i put the new compiled System.Xml.dll into the visual
studio .net reference list of a small ConsoleApplication.

i called the method via:

XPathParser.test()

Compiling worked without problems, but executing it throws a
MissingMethodException.

Can anybody help me why the executable can't find the added method in
System.Xml.dll?

This is really strange.

thanx for any hint from you

stefan
Oleg Tkachenko [MVP]
4/13/2004 10:36:01 AM
[quoted text, click to view]

Hmmm, sounds weird. Did you remove original System.Xml from the
ConsoleApplication project's references?

--
Oleg Tkachenko [XML MVP, XmlInsider]
AddThis Social Bookmark Button