My Application don´t run out my Pc ?

  • Thread starter Thread starter Mario Reiley
  • Start date Start date
M

Mario Reiley

Hi, Group

The application run OK in my local machine but don't run in other machine. I
am Install The Framework and the Framework Redistributable Package in all
the PCs. I get the following error Message: Just - In - Time debugging
Handler and Remote Host

I Working with C# and the .NET Framework 1.1

Some Ideas

Thanks
MArio
 
not enough information in your error message. Copy it word for word. Then
ask your question again.


--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Mario Reiley said:
Hi, Group

The application run OK in my local machine but don't run in other machine. I
am Install The Framework and the Framework Redistributable Package in all
the PCs. I get the following error Message: Just - In - Time debugging
Handler and Remote Host

I Working with C# and the .NET Framework 1.1

Some Ideas

Thanks
MArio
In addition to what Nick asked for, how, exactly, did you port your
application to the other PC's?
You did add a deployment project to your solution and build an installable
package, then install your application on the target PC's, correct?
 
Do you import dll or ocx objects in your application program?
If you don't register them, then the error will be occurred.

Usage: regsvr32 xxxx.dll

Regards,

Arios Tsao
 
Mario Reiley said:
My Simply make copy ....! and try to run via direct access

Mario
Made a copy of what, your solution folder?
Id the development environment installed on the target PC as well?
 
Back
Top