Click to See Complete Forum and Search --> : wsdl problem


gabrielgv
09-12-2006, 06:59 PM
Hi:

I uninstalled net Framework v1.0.3705 from my computer and install net Framework 2.0

But now, when I try to run wsdl.exe on the cmd window I get this error


"To run this application, you first must install one of the following versions of the .net Framework"
v1.0.3705

I use wsdl.exe to generate *.vb files (when I make web services)

Is there a wsdl version that can I use with net Framework 2.0?

Thanks!

sirpelidor
09-13-2006, 01:18 PM
locate a file name: wsdl.config, open in notepad, change the following code from

<requiredRuntime version="v1.0.3705" />


to whatever .net version you have. see if that helps


Because I have vs.net, so I never had the need to mess with configuration. I can't promise this will works. :P

good luck