Questions tagged [caspol]
38 questions
0
votes
2 answers
Why would you need to run regasm and caspol on a .net component more than once?
Why would you need to run regasm and caspol on a .NET component more than once?
I have a COM client that uses a .NET component residing on another machine. Consequently I need to run regasm and caspol on this .NET component. What could cause there…

CJ7
- 22,579
- 65
- 193
- 321
0
votes
1 answer
Running Winforms application from network share
I have a .Net application that is located on a network drive, when launching it, it immediately crashes. Analyzed the log using WinDBG and this is the exception that caused it:
Exception object: 00000000027806c8
Exception type:…

bondar
- 484
- 1
- 3
- 16
0
votes
1 answer
C# app fails to load Matlab DLL when running from a shared drive?
I have a C# .NET 2.0 program that calls a Matlab .dll file that I created using Matlab Builder for .NET. This Matlab .dll file is a wrapper for a m file function that I need to call from my C# program.
Everything works fine when I run this app from…

jg.
- 1
0
votes
1 answer
MS Exam 70-536 - Caspol actions not presented by .Net Config Tool
Studying MS Exam 70-536 .Net Foundation I've got to Chapter 11 Application Security and in the end of a lesson there is a practice to add code group with .Net Configuration Tool and change it with caspol.
After adding new code group with config…

Maksym Gontar
- 22,765
- 10
- 78
- 114
0
votes
1 answer
CLR Error - 80004005 while runing caspol command
I have tried to run Caspol command .I got CLR 80004005 error.I have re installed all versions of frameworks but in vain.Could any one help me in solving this issue.

Rakesh Devarasetti
- 1,409
- 2
- 24
- 42
0
votes
1 answer
How to change the security level of a local assembly to internet or customized permission set?
I built a assembly which is a class library, for example lib.dll .
And I also have a application to access this lib, for example test.exe.
I changed the security permission for the test.exe to "intranet".
At the same time, I want to change lib.dll…

Alex Yang
- 339
- 2
- 13
0
votes
0 answers
Using capsol.exe in a .net application
I am creating a .net application which on running from network gives error due to no trust.
So i want to use caspol.exe . i know the command line to use it manually. But how can i use it to make the path trusted for the application itself? How can i…

IT researcher
- 3,274
- 17
- 79
- 143
-1
votes
2 answers
0x84BC0641 error in SQL SP3 installation
I'm getting an error while installing SQL SP3 pack(Admin Mode) on Windows Server 2008 R2. Can someone provide the root cause of this error?
using Silent installation
START /WAIT C:\Temp\SQLSP3.exe /QUIET /IACCEPTSQLSERVERLICENSETERMS…

Sudheer Muthusamy
- 197
- 2
- 14