.net - C# Windows Form Project Loading Blank On Other Machines -


i searched around not find on this.

i have programmed c# application in vs 2010, targeted .net framework 4.0. has .dll , few config files have being copied output directory upon compilation. works great on computer, have .net 4.0 extended , .net 4.0 client installed. set build configuration "release" on "any cpu".

after compiles copy files release directory folder on shared drive, multiple computers on network can execute it. when execute computer used develop it, runs great. when others try execute starts shows small blank form, , that's it. make sure have .net 4.0 installed (both extended , client, though think full version required).

i can't life of me figure out why this.

all machines running 32 bit windows vista sp2.

any thoughts? appreciation help.

it can lot of things. first, 1 comment, should quick deployment project , try install on computer see how work.

if can't that, here couple of things check:

  1. it can network permission problem. i've seens .net application not executed on network x reason worked on desktop. check, make sur user copy on computer before executing.
  2. i don't think it's .net problem because wouldn't let start application.
  3. my guess 1 of control/library (the 1 not showing) not have proper reference when run computer. check, run application "dependency walker" (you can find on google) , see dll missing other computers.

that's can think ! luck! have use ellimination method , find problem.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -