something weird is going on
-
hey guys, just noticed something seriously odd. when (some) of my apps are ran on another machine, they crash with a kernel32.dll problem. everything works fine on my development machine (vs 2008), some run fine on another machine, and some just refuse to. ive tried playing with the application target framework when building, etc.. im stumped. has anyone come across something like this?
-
hey guys, just noticed something seriously odd. when (some) of my apps are ran on another machine, they crash with a kernel32.dll problem. everything works fine on my development machine (vs 2008), some run fine on another machine, and some just refuse to. ive tried playing with the application target framework when building, etc.. im stumped. has anyone come across something like this?
The only time I've seen this happen is when the developer only tests on his/her machine. Did you do deployment testing on a clean machine without your development environment in place? Usually you have not included a key DLL or library when you built your setup code. Setup everything on a test machine with Visual Studio debugger running. See if you can find out from a clean machine what is happening. Just because it works on your machine does not mean you have not screwed the pooch.