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

.NET (Core and Framework)

 
GeneralRe: Old C++ Code Pin
Ingo7918-May-03 6:26
Ingo7918-May-03 6:26 
GeneralInstalling a Windows Service Pin
Jamie Nordmeyer13-May-03 6:36
Jamie Nordmeyer13-May-03 6:36 
GeneralRe: Installing a Windows Service Pin
Jamie Nordmeyer13-May-03 6:40
Jamie Nordmeyer13-May-03 6:40 
GeneralRe: Installing a Windows Service Pin
Paul Watson14-May-03 4:02
sitebuilderPaul Watson14-May-03 4:02 
GeneralRe: Installing a Windows Service Pin
Jamie Nordmeyer15-May-03 6:52
Jamie Nordmeyer15-May-03 6:52 
GeneralLoading dinamically assemblies from COM+ .NET components Pin
fennnan12-May-03 23:32
fennnan12-May-03 23:32 
GeneralRe: Loading dinamically assemblies from COM+ .NET components Pin
Simon Gregory3-Jun-03 13:43
Simon Gregory3-Jun-03 13:43 
GeneralRe: Loading dinamically assemblies from COM+ .NET components Pin
fennnan5-Jun-03 21:14
fennnan5-Jun-03 21:14 
It's possible I didn't explain myself well: Inside an Enterprise Services component I need to invoke, using reflection, a .NET class. The class I'm instanciating has not a COM Wrapper so has not a ProgId, so I can't load it using GetTypeFromProgID.

Using the static method Assembly.LoadWithPartialName, I don't need to care about version, culture, etc. The problem is it stops my COM+ component (an Enterprise Service class), as if it was in an infinite loop.

Then I found AppDomain.Load. This method is not static, so I use AppDomain.CurrentDomain in order to call the method. And it works!OMG | :OMG: . From Microsoft documentation about this method it says: "This method is defined for interoperability callers who cannot call the static Load method." However, is the only reference I've found all around about this topic.

If it works, why am I asking for? Confused | :confused: Cause I can't load assemblies with partial name using this method Cry | :((

I hope you're not being bored with my explanation! Cool | :cool:

Cheers

GeneralRe: Loading dinamically assemblies from COM+ .NET components Pin
Simon Gregory5-Jun-03 21:54
Simon Gregory5-Jun-03 21:54 
GeneralControl licensing Pin
J. Dunlap12-May-03 9:48
J. Dunlap12-May-03 9:48 
GeneralCSC.exe Pin
Steve McLenithan11-May-03 3:39
Steve McLenithan11-May-03 3:39 
GeneralRe: CSC.exe Pin
Stephane Rodriguez.11-May-03 4:12
Stephane Rodriguez.11-May-03 4:12 
GeneralRe: CSC.exe Pin
Steve McLenithan11-May-03 4:34
Steve McLenithan11-May-03 4:34 
GeneralRe: CSC.exe Pin
leppie11-May-03 5:00
leppie11-May-03 5:00 
GeneralRe: CSC.exe Pin
IrvTheSwirv13-May-03 1:21
sussIrvTheSwirv13-May-03 1:21 
GeneralRe: CSC.exe Pin
Russell Morris18-May-03 5:50
Russell Morris18-May-03 5:50 
GeneralRe: CSC.exe Pin
Vasudevan Deepak Kumar16-May-03 22:47
Vasudevan Deepak Kumar16-May-03 22:47 
GeneralNetwork packet capture support in .net Pin
Hashim Saleem10-May-03 14:10
Hashim Saleem10-May-03 14:10 
GeneralRe: Network packet capture support in .net Pin
Simon Gregory3-Jun-03 13:40
Simon Gregory3-Jun-03 13:40 
GeneralLoad Bitmap problem Pin
aw1ay10-May-03 8:21
aw1ay10-May-03 8:21 
GeneralRe: Load Bitmap problem Pin
Tomas Petricek11-May-03 6:36
Tomas Petricek11-May-03 6:36 
Generaldynamically calling assemblies Pin
klawipo10-May-03 1:45
klawipo10-May-03 1:45 
GeneralRe: dynamically calling assemblies Pin
klawipo12-May-03 9:57
klawipo12-May-03 9:57 
GeneralRe: dynamically calling assemblies Pin
klawipo12-May-03 10:00
klawipo12-May-03 10:00 
GeneralStarting a process with a differant profile Pin
Jamie Nordmeyer8-May-03 9:59
Jamie Nordmeyer8-May-03 9:59 

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.