Click here to Skip to main content
15,906,766 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: How to create C# Control for any language Pin
Mark Salsbery24-Sep-08 4:45
Mark Salsbery24-Sep-08 4:45 
AnswerRe: How to create C# Control for any language Pin
Paul Conrad18-Sep-08 6:50
professionalPaul Conrad18-Sep-08 6:50 
QuestionRe: How to create C# Control for any language [modified] Pin
Andy Rama18-Sep-08 21:11
Andy Rama18-Sep-08 21:11 
AnswerRe: How to create C# Control for any language Pin
Paul Conrad19-Sep-08 4:02
professionalPaul Conrad19-Sep-08 4:02 
QuestionDll throws when loaded from a network path Pin
doug_ayers17-Sep-08 5:25
doug_ayers17-Sep-08 5:25 
AnswerRe: Dll throws when loaded from a network path Pin
Scott Dorman17-Sep-08 6:18
professionalScott Dorman17-Sep-08 6:18 
GeneralRe: Dll throws when loaded from a network path Pin
doug_ayers17-Sep-08 9:19
doug_ayers17-Sep-08 9:19 
GeneralRe: Dll throws when loaded from a network path Pin
Scott Dorman17-Sep-08 9:37
professionalScott Dorman17-Sep-08 9:37 
I don't think strong naming it is enough. That will help the load time and allow you to register it in the GAC, but it doesn't affect the security policies about running from a network location. There is something you can add to the manifest file which says that it's safe to run from a network location, I just don't remember what it is offhand.

You can also try using fuslogvw (http://msdn.microsoft.com/en-us/library/e74a18c4.aspx[^]) to help identify what the loader is trying to do.

There is also some information here[^] that might help.

Scott Dorman
Microsoft® MVP - Visual C# | MCPD
President - Tampa Bay IASA

[Blog][Articles][Forum Guidelines]
Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai

QuestionCallback and buffer overrun message Pin
Robert Swan16-Sep-08 11:28
Robert Swan16-Sep-08 11:28 
QuestionRe: Callback and buffer overrun message Pin
Mark Salsbery16-Sep-08 11:48
Mark Salsbery16-Sep-08 11:48 
AnswerRe: Callback and buffer overrun message Pin
Robert Swan17-Sep-08 11:49
Robert Swan17-Sep-08 11:49 
GeneralRe: Callback and buffer overrun message Pin
Robert Swan11-Oct-08 9:26
Robert Swan11-Oct-08 9:26 
GeneralRe: Callback and buffer overrun message Pin
Mark Salsbery11-Oct-08 9:35
Mark Salsbery11-Oct-08 9:35 
QuestionHandles and destructors - C++/CLI Pin
N a v a n e e t h15-Sep-08 16:41
N a v a n e e t h15-Sep-08 16:41 
AnswerRe: Handles and destructors - C++/CLI Pin
George L. Jackson16-Sep-08 6:53
George L. Jackson16-Sep-08 6:53 
GeneralRe: Handles and destructors - C++/CLI Pin
N a v a n e e t h16-Sep-08 19:19
N a v a n e e t h16-Sep-08 19:19 
GeneralRe: Handles and destructors - C++/CLI Pin
Scott Dorman17-Sep-08 1:29
professionalScott Dorman17-Sep-08 1:29 
AnswerRe: Handles and destructors - C++/CLI Pin
Scott Dorman17-Sep-08 1:28
professionalScott Dorman17-Sep-08 1:28 
GeneralRe: Handles and destructors - C++/CLI Pin
N a v a n e e t h17-Sep-08 2:04
N a v a n e e t h17-Sep-08 2:04 
GeneralRe: Handles and destructors - C++/CLI Pin
Scott Dorman17-Sep-08 3:06
professionalScott Dorman17-Sep-08 3:06 
GeneralRe: Handles and destructors - C++/CLI Pin
N a v a n e e t h17-Sep-08 5:17
N a v a n e e t h17-Sep-08 5:17 
GeneralRe: Handles and destructors - C++/CLI Pin
N a v a n e e t h17-Sep-08 16:47
N a v a n e e t h17-Sep-08 16:47 
GeneralRe: Handles and destructors - C++/CLI Pin
Scott Dorman17-Sep-08 17:27
professionalScott Dorman17-Sep-08 17:27 
QuestionReference Casting question. Pin
peterdrozd11-Sep-08 3:07
peterdrozd11-Sep-08 3:07 
AnswerRe: Reference Casting question. Pin
led mike11-Sep-08 4:35
led mike11-Sep-08 4:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.