error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying the downloadable edition of VB Express.. Is this the same as
VB.NET?? Would this be the same as in Visual Studio 2005????

Anyway when I try to run (F5) i get this error

"Error while trying to run project, binding handle is invalid"
What's wrong here please?????
 
Go to the project properties ( Project --> MyApp Properties) and under
the "Debug" tab uncheck the box that says "Enable the Visual Studio
hosting process" See if that helps

Thanks,

Seth Rowe
 
Go to your app's project properties (Project --> 'MyApp' Properties)
and then click the Debug tab. Uncheck the "Enable the Visual Studio
hosting process". Let me know if that fixes the problem.

Thanks,

Seth Rowe
 
Mitch5713 said:
I'm trying the downloadable edition of VB Express.. Is this the same as
VB.NET?? Would this be the same as in Visual Studio 2005????

Anyway when I try to run (F5) i get this error

"Error while trying to run project, binding handle is invalid"
What's wrong here please?????

Uninstall the software.

Download the image from
http://msdn.microsoft.com/vstudio/express/support/install/

Burn a CD and install from that.

Works for me.


--
_____ _ _
|_ _| | | | |
| | __ _ _ __ ___ | |__| | ___ _ __ ___ ___ _ __
| | / _` | '_ ` _ \ | __ |/ _ \| '_ ` _ \ / _ \ '__|
_| |_ | (_| | | | | | | | | | | (_) | | | | | | __/ |
|_____| \__,_|_| |_| |_| |_| |_|\___/|_| |_| |_|\___|_|
__ ____
/ _| | _ \
___ | |_ | |_) | ___ _ __ __ _
/ _ \| _| | _ < / _ \| '__/ _` |
| (_) | | | |_) | (_) | | | (_| |_
\___/|_| |____/ \___/|_| \__, (_)
__/ |
|___/
 
Back
Top