uxrummerd9
New Member
Hi,<BR><BR>Am not sure whether this is configuration based or what, but it is confusing me somewhat. I have been attempting to create a very simple Web Service by way of a test. I decided to copy one from the Microsoft website and have been trying to compile it.<BR><BR>I get the following errors for whihc I cannot find any documentation either locally or on the web.<BR><BR>vbc CompVB.vb /out:..innCompVB.dll /t:library<BR><BR>Microsoft (R) Visual Basic.NET Compiler version 7.00.9030<BR>for Microsoft (R) .NET Framework Common Language Runtime version 1.00.2914.16<BR>Copyright (C) Microsoft Corp 2000. All rights reserved.<BR><BR>vbc : error BC31011: Unable to load referenced library 'C:WINNTMicrosoft.NETFrameworkv1.0.2914mscorlib.dl l': No such interface supported<BR>C:WINNTMicrosoft.NETFrameworkv1.0.2914mscorlib.dll : error BC31011: Unable to load referenced library 'C:WINNTMicrosoft.NETFrameworkv1.0.2914mscorlib.dl l': No such interface supported<BR>vbc : error BC31011: Unable to load referenced library 'C:WINNTMicrosoft.NETFrameworkv1.0.2914Microsoft.V isualBasic.dll': No such interface supported<BR>C:WINNTMicrosoft.NETFrameworkv1.0.2914Microsoft.Vi sualBasic.dll : error BC31011: Unable to load referenced library 'C:WINNTMicrosoft.NETFrameworkv1.0.2914Microsoft.V isualBasic.dll': No such interface supported<BR>vbc : Command line error BC2010 : compilation failed : '0xC0000005'<BR><BR>I'm sure theres a really simple solution, it just eludes me.<BR><BR>Thanks in advance<BR><BR>Mark