-
"Unspecified Error"
Whenever I go to add a new form, it pops up an Unspecified Error. I am using Microsoft Visual Studio Basic.NET Enterprise Edition.
I am a noobie to VB all together, and have been taking a college intro class to the language. Please help if you can. Thanks.
-
Reinstall Visual Studio .NET......
-
I second that only if this is happening when you create a new solution, with a new project, with a new form. If this is happening with an existing solution, it is most likely something you did. A couple of the developers at my work have encountered this error, and it was ALWAYS something they did or were doing. It could also be a third party control like Crystal also.
-
Hi,
One of the causes is the incorrect framework use in the Visual Studio.Net. If this is the case. first uninstall all the dot net framework (1.0 and 1.1).
Then reinstall back the framework based on the Visual Studio you use.
2002 Version - Required 1.0
2003 Version - Required 1.1
To avoid confusion, try red to install both. It will makes your apps "panic", especially the ASP.NET.
-
Sorry, typing mistake.
try not to use both version of framework.
-
Thanks a lot. I'll reinstall.