Can't run my app from a network drive.

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
 
C

Cor Ligthert [MVP]

William,

Running from a network drive needs extra security settings,

Cor
 
A

Anderson

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
 
A

AlexS

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.
 
R

rowe_newsgroups

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top