User (Legacy) Posted August 23, 2002 Report Posted August 23, 2002 My project in C# compiles and works on my build machine. When I copy the chartfx.lite.dll and my application .exe to a new directory on my machine it. When I move it to a share it throws the below... An unhandled exception of type 'System.TypeInitializationException' occurred in CSharpWindowsApplication1.exe Additional information: The type initializer for "SoftwareFX.ChartFX.Lite.Chart" threw an exception. Why?
User (Legacy) Posted August 23, 2002 Author Report Posted August 23, 2002 My project in C# compiles and works on my build machine. When I copy the chartfx.lite.dll and my application .exe to a new directory on my machine it. When I move it to a share it throws the below... An unhandled exception of type 'System.TypeInitializationException' occurred in CSharpWindowsApplication1.exe Additional information: The type initializer for "SoftwareFX.ChartFX.Lite.Chart" threw an exception. Why?
User (Legacy) Posted August 23, 2002 Author Report Posted August 23, 2002 The directory was a mapped drive...when it is not a mapped drive it works fine...is there a solution if the exe and dll are on a share? "Scott" <scott.schreckengaust@aspentech.com> wrote in message news:sg#ZFftSCHA.1288@webserver1.softwarefx.com... > My project in C# compiles and works on my build machine. When I copy the > chartfx.lite.dll and my application .exe to a new directory on my machine > it. > > When I move it to a share it throws the below... > > An unhandled exception of type 'System.TypeInitializationException' occurred > in CSharpWindowsApplication1.exe > > Additional information: The type initializer for > "SoftwareFX.ChartFX.Lite.Chart" threw an exception. > > > Why? > >
User (Legacy) Posted August 23, 2002 Author Report Posted August 23, 2002 The directory was a mapped drive...when it is not a mapped drive it works fine...is there a solution if the exe and dll are on a share? "Scott" <scott.schreckengaust@aspentech.com> wrote in message news:sg#ZFftSCHA.1288@webserver1.softwarefx.com... > My project in C# compiles and works on my build machine. When I copy the > chartfx.lite.dll and my application .exe to a new directory on my machine > it. > > When I move it to a share it throws the below... > > An unhandled exception of type 'System.TypeInitializationException' occurred > in CSharpWindowsApplication1.exe > > Additional information: The type initializer for > "SoftwareFX.ChartFX.Lite.Chart" threw an exception. > > > Why? > >
Software FX Posted August 26, 2002 Report Posted August 26, 2002 A mapped drive in the network ? your .NET security issues will be different for an .EXE running from a network drive, using the control panel adjust your .NET security settings. -- FP Software FX, Inc.
Software FX Posted August 26, 2002 Report Posted August 26, 2002 A mapped drive in the network ? your .NET security issues will be different for an .EXE running from a network drive, using the control panel adjust your .NET security settings. -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.