Re: Progrma crashing on other PCs
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
On Jul 13, 4:34 pm, "gerryR" <ger...@xxxxxxxxxxxxxxxx> wrote:
Hi All
I've written a small app, I'm running VS2008 Standard and if I look at the
advanced compile properties I see the target Framework is 3.5.
The app runs fine on my Laptop but I've tried it on 4 other PCs in work and
it instantly crashes with the standard "send error report" message. All PCs
including my laptop are running XP SP2 or SP3. At least one of the other
PCs I tested had the .net Framework 3.5 installed and it still crashed.
Is there any way to see whats causing the crash? Could the fact that my
laptop has .net 3.5 SP1 installed but the other one doesn't have SP1 be the
cause?
Thanks for any help
Gerry
If you have an ActiveX COM component, don't forget to register it on
target machines using regsvr32 or provide a manifest file to make them
registration-free.
Beside this, there may be a timing problem related to computer's
performances and length of task based on what your application does at
startup (form_load or sub main).
Onur Guzel
.
Relevant Pages
- Progrma crashing on other PCs
... I've written a small app, I'm running VS2008 Standard and if I look at the ... advanced compile properties I see the target Framework is 3.5. ... All PCs ... (microsoft.public.dotnet.languages.vb) - Re: Progrma crashing on other PCs
... I've written a small app, I'm running VS2008 Standard and if I look at the ... advanced compile properties I see the target Framework is 3.5. ... All PCs ... (microsoft.public.dotnet.languages.vb) - Re: Progrma crashing on other PCs
... it runs on the PCs without 3.5 on them too. ... advanced compile properties I see the target Framework is 3.5. ... The app runs fine on my Laptop but I've tried it on 4 other PCs in work ... You need to handle exceptions in your app to determine what the ... (microsoft.public.dotnet.languages.vb) - Re: What is the story with Server Busy
... If an activeX control calls your app then it will wait for ever without showing a message, but if something cross process calls your app and doesn't get a response then the message will appear. ... I put up a form for an error, and if I click on a button to debug then I return from the call to the error handler with a result code to execute the following: ... This highlights probably the BIGGEST problem in linking complex applications together via ActiveX controls, that you reach a level of complexity where you just can't tell what is causing problems. ... The original ANSI standard for C was delayed for one year - by me and two other people who were pushing hard to tighten up several things like its screwed up order of operations and arguments types in calls. ... (microsoft.public.vb.enterprise) - Access/Project/Server problem
... Server03 Standard Edition SP1 ... I have a process in which Access exports data to Project, opens an mpp ... App runs correctly when launched manually. ... App runs correctly when launched as scheduled task with user still ... (microsoft.public.windows.server.general) |
|