473,566 Members | 2,763 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS 2005 : "Error when trying to run project"??

GB
Hi,

I used VB2005 (VB.Net Apps) for about a year without problem. And all at a
sydden, nothing works now : When starting a project in VB.net (debug mode),
I get a strange message : "Error while trying to run project : unable to
start debugging. Handle de liaison non valide" (The last sentence is in
french and means someting like "Linking handle not valid.)

This happens for ALL projects, including NEW projects without any added
object or code of my own. So I am totally stuck!

I understand I may have to reinstall the whole thing. Do you have any other
idea?

Thanks in advance.

GB
Apr 14 '07 #1
3 1636
Hi,

Try to disable vs hosting process on project properties, Debug Tab...

Another strange answer googling is Enable Terminal server services ?!
--
Roger
..NET 2005 and DB developer
"GB" wrote:
Hi,

I used VB2005 (VB.Net Apps) for about a year without problem. And all at a
sydden, nothing works now : When starting a project in VB.net (debug mode),
I get a strange message : "Error while trying to run project : unable to
start debugging. Handle de liaison non valide" (The last sentence is in
french and means someting like "Linking handle not valid.)

This happens for ALL projects, including NEW projects without any added
object or code of my own. So I am totally stuck!

I understand I may have to reinstall the whole thing. Do you have any other
idea?

Thanks in advance.

GB
Apr 14 '07 #2
GB
Hi Roger,

You're just GREAT : disabling hosting proceee dit fix it ! (I dont even know
what it means but its just fine for me)

The question remains : Who the hell did select this property? I am the only
one (sure!) to use my computer, and it was not there before.
It may be that I changed my router and workgroup, and that the installation
sets strange options everywhere.

Many many thanks indeed.

GB

"Roger" <Ro***@discussi ons.microsoft.c oma écrit dans le message de news:
FA************* *************** **...icrosof t.com...
Hi,

Try to disable vs hosting process on project properties, Debug Tab...

Another strange answer googling is Enable Terminal server services ?!
--
Roger
.NET 2005 and DB developer
"GB" wrote:
>Hi,

I used VB2005 (VB.Net Apps) for about a year without problem. And all at
a
sydden, nothing works now : When starting a project in VB.net (debug
mode),
I get a strange message : "Error while trying to run project : unable to
start debugging. Handle de liaison non valide" (The last sentence is in
french and means someting like "Linking handle not valid.)

This happens for ALL projects, including NEW projects without any added
object or code of my own. So I am totally stuck!

I understand I may have to reinstall the whole thing. Do you have any
other
idea?

Thanks in advance.

GB

Apr 14 '07 #3
Hi,

Thanks for the compliment hehe but really, it is basic stuff.

The host process is enabled by default and it is a feature of visual studio
for optimizing the debug process, but if your processes are not very large
you'll not notify any difference.

The question is WHY this happens to you now, not before... maybe you're
storing your projects on a network ? if this, it can cause some problems with
this feature... If you want more info about all this you can do some googling
too.

Bye,

Roger
..NET 2005 and DB developer
"GB" wrote:
Hi Roger,

You're just GREAT : disabling hosting proceee dit fix it ! (I dont even know
what it means but its just fine for me)

The question remains : Who the hell did select this property? I am the only
one (sure!) to use my computer, and it was not there before.
It may be that I changed my router and workgroup, and that the installation
sets strange options everywhere.

Many many thanks indeed.

GB

"Roger" <Ro***@discussi ons.microsoft.c oma écrit dans le message de news:
FA************* *************** **...icrosof t.com...
Hi,

Try to disable vs hosting process on project properties, Debug Tab...

Another strange answer googling is Enable Terminal server services ?!
--
Roger
.NET 2005 and DB developer
"GB" wrote:
Hi,

I used VB2005 (VB.Net Apps) for about a year without problem. And all at
a
sydden, nothing works now : When starting a project in VB.net (debug
mode),
I get a strange message : "Error while trying to run project : unable to
start debugging. Handle de liaison non valide" (The last sentence is in
french and means someting like "Linking handle not valid.)

This happens for ALL projects, including NEW projects without any added
object or code of my own. So I am totally stuck!

I understand I may have to reinstall the whole thing. Do you have any
other
idea?

Thanks in advance.

GB


Apr 14 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
11024
by: David Webb | last post by:
The problem started when the Working Folder for a project was somehow set to the folder of another project. I set the correct working folder in VSS and deleted the .vbproj files that had been created in the wrong folder on the hard drive. Before I discovered these files, .NET kept trying to create a new project with _1 following the project...
3
1409
by: Gary McGill | last post by:
I have a C# solution with a dozen or so projects. There are references between the projects, and these were all added as "Project" references. Everything's been working fine for months, but suddenly today it all collapsed in a heap. I get a mysterious error when running the project: "The located assembly's manifest definition with name...
4
3301
by: a | last post by:
When executing the ASP.NET app, I get: "Error while trying to run a project: Unable to start debugging on the web server. A debugger is already attached. Would you like to disable future attempts to debug ASP.NET pages for this projecty? Yes or No" There are no compile errors. If I answer "Yes", it turns off the debug option in one...
0
1017
by: guy | last post by:
I have an application I am developing and recently when starting via the debugger the solution builds succesfully but does not start. If i start again I get an error "Error While trying to run the project" If I then start again the project starts correctly! Is this an enforced case of Third time lucky? guy
0
1628
by: J.Edwards | last post by:
I'm getting this error when trying to use a control built in VS 2003 (1.1) in a new asp project in VS 2005. "Content controls can only be used in a content page" The control has always worked ok in 2003, and I've not seen this error before so does anyone know what it could be? Can't find anything on the web about it.
0
1487
by: Blasting Cap | last post by:
I had some old code set to throw an email to me when a user hit an exception. VS 2003 worked fine with the code, VS 2005 when I run it in debug mode pauses over the code each time, and gives me the message: "HTTPException was unhandled by user code. Request Not Available in this context." This is the code that it says it doesn't like:
23
5070
by: deathtospam | last post by:
A day or two ago, I wrote a quick ASPX page with a CS codebehind using Visual Studio .NET 2005 -- it worked, I saved it and closed the project. Today, I came back to the project, reopened the solution, and was greeted with the following error: ======================================================================== It is an error to use a...
5
8273
by: Alias | last post by:
Hi - I'm trying to implement a custom RoleProvider based on the SqlRoleProvider. I keep receiving a an error that it can't load type 'MyRoleTest.MyRoleProvider' when trying to load my RoleProvider. However this only occurs after deployment. On my local machine it works fine. So I created the most basic role provider project I could think...
0
7584
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8108
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
6260
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5484
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3643
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2083
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1201
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.