Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using tlbimp and Security issue

Status
Not open for further replies.

AgentM

MIS
Jun 6, 2001
387
US
I am using a unmanaged dll in my project. I converted the dll to a Managed dll using tlbimp

<code>
filename.dll /out:NetFileName.dll /transform:dispret
<\code>

The project compiles fine on my machine.
But when I move the exe to the server, it crashes giving the System.Security.SecurityException error.

Any ideas to get rid of this error.

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top