all groups > visual studio .net debugging > september 2006 >
You're in the

visual studio .net debugging

group:

App Crashes when running from a network drive



App Crashes when running from a network drive BWB
9/21/2006 12:08:03 PM
visual studio .net debugging: I have a signed mixed mode app that fails to run on a network drive when
compiled debug. It runs fine from a local drive. It runs fine from a
network drive if it is compiled release. What could be the problem? This
RE: App Crashes when running from a network drive BWB
9/21/2006 12:38:02 PM
This is using Visual Studio 2005 using C++.

[quoted text, click to view]
Re: App Crashes when running from a network drive JJ
10/5/2006 2:44:41 PM
Ive got a similar problem with a .net 2005 C# application, only both the debug and release build crash when run from a network drive,

e.g.
C:\..\myapplication.exe ->runs fine
\\server\apps\myapplication.exe -> crashes
maping the server to Z:
z:\apps\myapplication.exe -> crashes
when i put the application in a shared dir (on my own pc) and acces it like:
\\mypc\applications\myapplication.exe -> it crashes as well

I havent really tried solving the problem (since it doesnt really bother me in this case)
Bus it looks like its got something to do with the file paths.(for example, im using a saveFileDialog for a save operation that might cause the probelem)

---
Re: App Crashes when running from a network drive JJ
10/5/2006 2:48:24 PM
It might also have something to do with the
..net framework not trusting network drives:

http://www.spaanjaars.com/QuickDocId.aspx?quickdoc=364
---
AddThis Social Bookmark Button