Click here to Skip to main content
15,888,286 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Decryting Passwords stored in aspnet_Membership table Pin
Vasudevan Deepak Kumar29-Jun-07 1:34
Vasudevan Deepak Kumar29-Jun-07 1:34 
QuestionGetting real sender of HelpRequested events Pin
m_g_a28-Jun-07 20:40
m_g_a28-Jun-07 20:40 
AnswerRe: Getting real sender of HelpRequested events Pin
Robert Rohde1-Jul-07 2:25
Robert Rohde1-Jul-07 2:25 
GeneralRe: Getting real sender of HelpRequested events Pin
m_g_a3-Jul-07 21:32
m_g_a3-Jul-07 21:32 
QuestionMemory leak issue. Pin
PSK_28-Jun-07 19:32
PSK_28-Jun-07 19:32 
AnswerRe: Memory leak issue. Pin
nitikin29-Jun-07 0:21
nitikin29-Jun-07 0:21 
QuestionPowerCOllections OrderedList Pin
Santiago Perez28-Jun-07 7:52
Santiago Perez28-Jun-07 7:52 
QuestionAssembly loading - directories Pin
David Knechtges27-Jun-07 9:57
David Knechtges27-Jun-07 9:57 
I have an application that is organized like below: (top to bottom)

COMenabled.EXE
OCXControl.ocx
DLLLibrary.dll (linked statically with a managed C++ wrapper)
NETLibrary.dll (C# DLL)
(other C# DLLs)

So basically, the COMenabled.EXE has a reference to the OCXControl, which links to the DLLLibrary, which in turn links to the NETLibrary, and so on down the line....

I have a problem where if I do not place the COMenabled.EXE in the same directory as the OCX control, it gives me an exception trying to load the NETLibrary.DLL. If I put it in the same directory, it then works.

I do not have any config files for any of the DLLs or EXEs.

Also, I do not load any of the DLLs into the GAC either. The same problem listed above occurs even when I load NETLibrary.dll into the GAC.

Can anyone give me suggestions as to what the problem is and how to solve it?

Thanks,

David

QuestionRemoting: Switching between MBR and MBV at run-time. Pin
Andy L 226-Jun-07 23:15
Andy L 226-Jun-07 23:15 
AnswerRe: Remoting: Switching between MBR and MBV at run-time. Pin
nitikin29-Jun-07 0:27
nitikin29-Jun-07 0:27 
GeneralRe: Remoting: Switching between MBR and MBV at run-time. [modified] Pin
Andy L 229-Jun-07 6:00
Andy L 229-Jun-07 6:00 
GeneralRe: Remoting: Switching between MBR and MBV at run-time. Pin
nitikin1-Jul-07 23:36
nitikin1-Jul-07 23:36 
GeneralRe: Remoting: Switching between MBR and MBV at run-time. Pin
Andy L 23-Jul-07 10:01
Andy L 23-Jul-07 10:01 
QuestionProblem in converting WinHelp to HTML Help [modified] Pin
asha_cybergirl26-Jun-07 22:36
asha_cybergirl26-Jun-07 22:36 
QuestionCommon DLL storage Pin
tri59525-Jun-07 23:22
tri59525-Jun-07 23:22 
AnswerRe: Common DLL storage Pin
Manas Bhardwaj25-Jun-07 23:42
professionalManas Bhardwaj25-Jun-07 23:42 
GeneralRe: Common DLL storage Pin
tri59525-Jun-07 23:46
tri59525-Jun-07 23:46 
GeneralRe: Common DLL storage Pin
Vasudevan Deepak Kumar29-Jun-07 1:42
Vasudevan Deepak Kumar29-Jun-07 1:42 
QuestionHow to Activate A Control Added to Desktop Pin
Nagaraju_Focus25-Jun-07 20:43
Nagaraju_Focus25-Jun-07 20:43 
QuestionData connection wizard Pin
lildiapaz25-Jun-07 15:03
lildiapaz25-Jun-07 15:03 
AnswerRe: Data connection wizard Pin
nitikin2-Jul-07 1:27
nitikin2-Jul-07 1:27 
QuestionMemory management and memory leaks Pin
Giorgi Dalakishvili25-Jun-07 8:55
mentorGiorgi Dalakishvili25-Jun-07 8:55 
AnswerRe: Memory management and memory leaks Pin
Dave Kreskowiak25-Jun-07 10:02
mveDave Kreskowiak25-Jun-07 10:02 
GeneralRe: Memory management and memory leaks Pin
Paul Conrad25-Jun-07 15:06
professionalPaul Conrad25-Jun-07 15:06 
GeneralRe: Memory management and memory leaks Pin
Giorgi Dalakishvili25-Jun-07 20:37
mentorGiorgi Dalakishvili25-Jun-07 20:37 

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.