B
Brian
I've created a proxy class using wsdl.exe, and I am now trying to compile it
to use with a VS2005 project.
I enter:
vbc /t:library /r:System.dll,System.XML.dll,System.Web.Services.dll MyProxy.vb
On a machine with ASP 1.0 & 2.0, VS 2003 & 2005 installed, I receive the
following : vbc : Command line error BC2010 : compilation failed : 'unable to
load international DLL: VBC7ui.dll'
On a machine with ASP 1.0 & VS2003 installed, it compiles just fine.
Any idea what I should look for? Thanks.
to use with a VS2005 project.
I enter:
vbc /t:library /r:System.dll,System.XML.dll,System.Web.Services.dll MyProxy.vb
On a machine with ASP 1.0 & 2.0, VS 2003 & 2005 installed, I receive the
following : vbc : Command line error BC2010 : compilation failed : 'unable to
load international DLL: VBC7ui.dll'
On a machine with ASP 1.0 & VS2003 installed, it compiles just fine.
Any idea what I should look for? Thanks.