Assembly not loading
-
Hi, I am facing a problem ... I have a project, when i try to run the executables from a network path the assemblies fail to load. Where as the executables work perfectly fine when run from a local path. My guess is this has to do something with the .NET security. Any ideas, thoughts????? Thanks in advance :)
-
Hi, I am facing a problem ... I have a project, when i try to run the executables from a network path the assemblies fail to load. Where as the executables work perfectly fine when run from a local path. My guess is this has to do something with the .NET security. Any ideas, thoughts????? Thanks in advance :)
Security may be one, is the .NET framework installed on the network location you are accessing? That may be the other.
CleaKO
"I think you'll be okay here, they have a thin candy shell. 'Surprised you didn't know that." - Tommy Boy
"Fill it up again! Fill it up again! Once it hits your lips, it's so good!" - Frank the Tank (Old School) -
Security may be one, is the .NET framework installed on the network location you are accessing? That may be the other.
CleaKO
"I think you'll be okay here, they have a thin candy shell. 'Surprised you didn't know that." - Tommy Boy
"Fill it up again! Fill it up again! Once it hits your lips, it's so good!" - Frank the Tank (Old School) -
well basically both the machines are dev machines! so i have .net framework and everything else i can concieve installed on both the machines :(
I have investigated the problem .. here are my findings... my assemblies are strong name signed.. but a simple Assembly.LoadFrom(..) fails? giving me a FileLoadException? The load is successful if i do it from a local path.. but on a network path it fails! :(
-
I have investigated the problem .. here are my findings... my assemblies are strong name signed.. but a simple Assembly.LoadFrom(..) fails? giving me a FileLoadException? The load is successful if i do it from a local path.. but on a network path it fails! :(
-