Hi there,
I have created a windows application on a networked server called "NS1". When i set up the new project, i specified the folder path as "//NS1/VS Projects/MAD/MAD v1.0/Project/".
The folder was created successfully, and all the files open into the solution box, and it all updates excellently.
Please note, that i have another copy of the exact same solution on the development system, which debugs and runs perfectly.
When i run the networked version through the debugger, it gets to
Public Sub New()
MyBase.New()
and it fries itself. It comes up with the following error:
"An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: Invalid URL."
What on earth does this mean??
When i go to view this same form's design view in Visual Studio, it does not show the design, but instead it displays the following error:
"An error occurred while loading the document. Fix this error, and then try loading the document again. The error message follows:
Invalid URL."
What on earth does this mean?
Also, for your information, the networked server that the project folder is sitting on now has the .NET Development Environment on it. It originally didn't, and the error appeared, so i installed it, but the error is the same anyway.
If you have any information that could help with my problem, please let me know as soon as possible.
Regards,
Michelle
I have created a windows application on a networked server called "NS1". When i set up the new project, i specified the folder path as "//NS1/VS Projects/MAD/MAD v1.0/Project/".
The folder was created successfully, and all the files open into the solution box, and it all updates excellently.
Please note, that i have another copy of the exact same solution on the development system, which debugs and runs perfectly.
When i run the networked version through the debugger, it gets to
Public Sub New()
MyBase.New()
and it fries itself. It comes up with the following error:
"An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: Invalid URL."
What on earth does this mean??
When i go to view this same form's design view in Visual Studio, it does not show the design, but instead it displays the following error:
"An error occurred while loading the document. Fix this error, and then try loading the document again. The error message follows:
Invalid URL."
What on earth does this mean?
Also, for your information, the networked server that the project folder is sitting on now has the .NET Development Environment on it. It originally didn't, and the error appeared, so i installed it, but the error is the same anyway.
If you have any information that could help with my problem, please let me know as soon as possible.
Regards,
Michelle