Can't run my app from a network drive.

  • Thread starter Thread starter William Cruz
  • Start date Start date
W

William Cruz

Problem:
I created a simple application and when I compile it and run it on my
local drive it runs just fine. But if I copy it to a network drive, and
I try to run it I get an error.Code 0xe0434f4d. Can anyone explain this?
Oh and if I publish it, and run the setup.exe it will work just fine
anywhere, it only happens when I try to run it alone @ a network drive
from my local computer.

Solution:

William Cruz
 
Hi

How can I do that?
I have that situation too... I must run my app from a network drive, so
other machines in the company can run it.


Thanks
 
Probably for you easier would be to use caspol.exe tool - see msdn help for
description how you can add code to specific code group.
 
Hi

How can I do that?
I have that situation too... I must run my app from a network drive, so
other machines in the company can run it.

Thanks


http://groups.google.com/group/micr...+configuration+wizard&rnum=2#b5b0707902db8246

Though I highly recommend you publish a click-once launcher to the
network which will install your application and any other requirements
(like the framework or Sql Server Express). ClickOnce also makes it
much easier to do updates than XCopy deployement (imo).

Thanks,

Seth Rowe
 
Back
Top