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?
Mike - 22 Jul 2005 19:04 GMT
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).