Missing DefaultWsdlHelpGenerator.aspx

M

Mike

I am attempting to write a webservice in VS.NET2003 for the first time,
and when I try to run the service I get the following error:

c:\winnt\microsoft.net\framework\v1.1.4322\Config\DefaultWsdlHelpGenerator.aspx

Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException:
c:\winnt\microsoft.net\framework\v1.1.4322\Config\DefaultWsdlHelpGenerator.aspx

I checked and the file is not there. I've tried to reinstall .NET 1.1
SDK, but that did not fix the problem.

Does anyone have any suggestions?
 
M

Mike

To answer my own question (In case anyone has the same problem in the
future):

It looks like I had .NET 1.1 installed on my Win NT4 box, then upgraded
to Win2000. When .NET 1.1 was originally installed, the
DefaultWsdlHelpGenerator.aspx page was not installed, and when I
upgraded to 2K, my .NET install was still as if I was running NT4.

The solution was to uninstall .NET 1.1 runtime and then re-install it
(Note, need to re-install the runtime, not the SDK, as I had originally
tried).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top