netload from network drive??

netload from network drive??

Anonymous
Not applicable
557 Views
3 Replies
Message 1 of 4

netload from network drive??

Anonymous
Not applicable
I know this is got to be possible, I must be missing something here. It works fine when I load the dll locally on my machine but if I try to load it off of a network drive it gives me errors.

This is the first line:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
0 Likes
558 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
You need to change the framework configuration security settings for the local intranet.

Control Panel > Administrative Tools > .NET Framework 2.0 Configuration

Regards - Nathan
0 Likes
Message 3 of 4

Anonymous
Not applicable
OK, that sounded easy enough but now that I've gotten in to it, it's no so easy. What settings need to be changed?

Also, this seems to be a security permission on my local machine? Is this correct? I need to change the settings on my machine, not the server? If that is the case, it would have to be done corporate wide....that just doesn't sound right.
0 Likes
Message 4 of 4

Anonymous
Not applicable
I don't know what or where you can set at an enterprise level. Personally I have VBA code that runs when AutoCAD starts which copies my dlls to the users hard drive. In case you want to set the permission on each machine I am attaching a PDF of the steps.

Regards - Nathan
0 Likes