Click here to Skip to main content
Sign Up to vote bad
good
Hi everyone!
 
I have a program written in Visual Studio 2012 targeting .NET 3.5. When I deploy it and install/launch it on my personal laptop, it works fine. When I install and launch it on 2 of my colleagues' computers, it crashes immediately after launching. I'm at a loss. Any ideas as to what is preventing it from working successfully on their computers?
Posted 11-Oct-12 6:55am

Comments
Wes Aday - 11-Oct-12 12:59pm
32 bit OS? 64 bit OS? Error logs? Event logs? What does "crashes immediately" mean?
Dave Kreskowiak - 11-Oct-12 13:00pm
Without the error message it's impossible to tell you with any accuracy what's going on.
joshrduncan2012 - 11-Oct-12 13:01pm
Across all computers it installs fine. My 2 colleagues computers it won't load. It says "The program has stopped working and will check for a solution". All of our computers are 64-bit.
Sergey Alexandrovich Kryukov - 11-Oct-12 13:02pm
Not enough information. It could be as simple as the lack of required .NET version your assemblies target. Also, you could target it to specific instruction-set architecture (x86, x86-64 or Itanium IA64). Or, worse, your code depends on something specific to your system (like hard-coded path names, which you never should do). Check up everything first. --SA
joshrduncan2012 - 11-Oct-12 13:04pm
I have one hardcoded path name, but that is after I call the create directory function to create it first.
Addy Tas - 11-Oct-12 17:38pm
I'm going to put my money on the missing .NET version. Cheers, AT

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 6,959
1 Prasad_Kulkarni 3,671
2 OriginalGriff 3,359
3 _Amy 3,332
4 CPallini 2,925


Advertise | Privacy | Mobile
Web03 | 2.6.130617.1 | Last Updated 11 Oct 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid