| Author |
Message |
Dave
Guest
|
Posted:
Wed Oct 19, 2005 11:46 pm Post subject:
How run REGASM on a DLL on a network share (VPC host directo |
|
|
I'm trying to REGASM a DLL that's on a network share (actually, on a shared
folder from a VPC). I'd like to set permissions up so that I can do that.
At the moment, I get an error about the dll not being strong named (or that
something it calls isn't strongly named). The dll is one that's output by
our nightly build. The VPC is used to regasm it and run tests/debug, etc.
(To be specific, the dll is on my host drive and the Virtual PC is trying to
regasm it - but I believe the error is the same as what I'd get on a network
share)
Thanks,
-Dave |
|
| Back to top |
|
 |
Torgeir Bakken (MVP)
Guest
|
Posted:
Thu Oct 20, 2005 4:27 pm Post subject:
Re: How run REGASM on a DLL on a network share (VPC host dir |
|
|
Dave wrote:
| Quote: | I'm trying to REGASM a DLL that's on a network share (actually, on a shared
folder from a VPC). I'd like to set permissions up so that I can do that.
At the moment, I get an error about the dll not being strong named (or that
something it calls isn't strongly named). The dll is one that's output by
our nightly build. The VPC is used to regasm it and run tests/debug, etc.
(To be specific, the dll is on my host drive and the Virtual PC is trying to
regasm it - but I believe the error is the same as what I'd get on a network
share)
Hi, |
Most likely you will need to set the .NET Security to "Full Trust"
for the zone that your network share is defined in:
Control Panel --> Administrative Tools --> Microsoft .NET
Framework 1.1 Wizards --> Adjust .NET Security.
--
torgeir, Microsoft MVP Scripting, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx |
|
| Back to top |
|
 |
Dave
Guest
|
Posted:
Fri Nov 04, 2005 5:27 pm Post subject:
Re: How run REGASM on a DLL on a network share (VPC host dir |
|
|
Thanks! That did the trick beautifully.
-Dave |
|
| Back to top |
|
 |
|
|
|
|