Convert version 1.1 to version 2.0 .NET Framework
-
I try to convert my project from version 1.1 to version 2.0 and using VB.NET. When I run my project in VS 2005, I get this error: Visual Studio cannot start debugging because the debug target 'C:\Projects\SCM\bin\SCM.exe' is missing. Please build the project and retry, or set the OutputPath and AssemblyName properties appropriately to point at the correct location for the target assembly. Any ideas for error message above ??:doh: angela
-
I try to convert my project from version 1.1 to version 2.0 and using VB.NET. When I run my project in VS 2005, I get this error: Visual Studio cannot start debugging because the debug target 'C:\Projects\SCM\bin\SCM.exe' is missing. Please build the project and retry, or set the OutputPath and AssemblyName properties appropriately to point at the correct location for the target assembly. Any ideas for error message above ??:doh: angela
Have you checked the upgrade log for your project for any messages? Has the project been rebuilt successfully? Is the account you're logged in under a member of the Debugger Users group? Dave Kreskowiak Microsoft MVP - Visual Basic
-
Have you checked the upgrade log for your project for any messages? Has the project been rebuilt successfully? Is the account you're logged in under a member of the Debugger Users group? Dave Kreskowiak Microsoft MVP - Visual Basic
I can't rebuilt my project succesfully cause get certain errors, those errors are about name, type of control or form is not defined :| I had include one of the reference which is the version 1.0.0.0, isn't this matter cause I can't run my project properly?? By the way, how do I check the account that I logged is under a member of the Debugger Users group and upgrade log for my project :confused: Thanks for your help, Dave Kreskowiak :) angela
-
I can't rebuilt my project succesfully cause get certain errors, those errors are about name, type of control or form is not defined :| I had include one of the reference which is the version 1.0.0.0, isn't this matter cause I can't run my project properly?? By the way, how do I check the account that I logged is under a member of the Debugger Users group and upgrade log for my project :confused: Thanks for your help, Dave Kreskowiak :) angela
angelagke wrote:
I can't rebuilt my project succesfully cause get certain errors, those errors are about name, type of control or form is not defined I had include one of the reference which is the version 1.0.0.0, isn't this matter cause I can't run my project properly??
You can't run your project because you can't compile the bloody thing. Fix the problems first, then it'l compile, then you'll actually have something to run!
angelagke wrote:
how do I check the account that I logged is under a member of the Debugger Users group
Right-click MyComputer, pick Manage. Expand the Users and Groups folder, then click on the Groups folder. Double-click the Debugger Users group.
angelagke wrote:
upgrade log for my project
The Upgrade log will be in a file in your project's folder, called UpgradeReport.xml. Double-click that to open it in a web browser for all the details on what the Upgrade Wizard did and what it couldn't do. Dave Kreskowiak Microsoft MVP - Visual Basic
-
angelagke wrote:
I can't rebuilt my project succesfully cause get certain errors, those errors are about name, type of control or form is not defined I had include one of the reference which is the version 1.0.0.0, isn't this matter cause I can't run my project properly??
You can't run your project because you can't compile the bloody thing. Fix the problems first, then it'l compile, then you'll actually have something to run!
angelagke wrote:
how do I check the account that I logged is under a member of the Debugger Users group
Right-click MyComputer, pick Manage. Expand the Users and Groups folder, then click on the Groups folder. Double-click the Debugger Users group.
angelagke wrote:
upgrade log for my project
The Upgrade log will be in a file in your project's folder, called UpgradeReport.xml. Double-click that to open it in a web browser for all the details on what the Upgrade Wizard did and what it couldn't do. Dave Kreskowiak Microsoft MVP - Visual Basic