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

.NET (Core and Framework)

 
AnswerRe: .NET on MAC OS Pin
Pete O'Hanlon30-Oct-07 2:21
mvePete O'Hanlon30-Oct-07 2:21 
QuestionI need help! Threading [modified] Pin
tim63729-Oct-07 9:27
tim63729-Oct-07 9:27 
AnswerRe: I need help! Threading Pin
Luc Pattyn29-Oct-07 9:48
sitebuilderLuc Pattyn29-Oct-07 9:48 
GeneralRe: I need help! Threading Pin
Paul Conrad29-Oct-07 17:33
professionalPaul Conrad29-Oct-07 17:33 
GeneralRe: I need help! Threading Pin
tim63730-Oct-07 2:32
tim63730-Oct-07 2:32 
AnswerRe: I need help! Threading Pin
ganesh197530-Oct-07 3:04
ganesh197530-Oct-07 3:04 
GeneralRe: I need help! Threading Pin
tim63730-Oct-07 4:25
tim63730-Oct-07 4:25 
QuestionRunning Managed Code Pin
CodeWolf)29-Oct-07 4:43
CodeWolf)29-Oct-07 4:43 
Hello, I’m triying to load and execute managed code using methos as shown belong
<br />
SAFEARRAY * psArr;//Assembly as array<br />
      SAFEARRAY * Param;<br />
CComPtr <ICorRuntimeHost> spRuntimeHost;<br />
      CComPtr <_AppDomain>      spAppDomain;<br />
      CComPtr <IUnknown>             spUnk;<br />
      CComPtr <_MethodInfo> MI;<br />
      CorBindToRuntimeEx( NULL,                                                                                             L"wks",                                                                                                         STARTUP_LOADER_OPTIMIZATION_SINGLE_DOMAIN,<br />
            CLSID_CorRuntimeHost ,<br />
            IID_ICorRuntimeHost ,<br />
            (void**)&spRuntimeHost);<br />
      spRuntimeHost->Start();<br />
      spRuntimeHost->CurrentDomain (&spUnk);<br />
      spUnk->QueryInterface(&spAppDomain.p);<br />
      try<br />
      {<br />
            MI = spAppDomain->Load_3(psArr)->GetEntryPoint();<br />
            Param = MI->GetParameters();<br />
            MI->Invoke_3 (NULL, Param);<br />
      }<br />
      catch (_com_error ex)<br />
      {<br />
            std::wcout<< ex.ErrorMessage();<br />
      }<br />
      SafeArrayDestroy(psArr);<br />

So if I invoke GUI application all good, but if I invoke Console application Invoke_3() function rise an exceptional situation…
Who has any ideas how to run Console Application?
QuestionRe: Running Managed Code Pin
TJoe29-Oct-07 5:30
TJoe29-Oct-07 5:30 
AnswerRe: Running Managed Code Pin
CodeWolf)29-Oct-07 5:34
CodeWolf)29-Oct-07 5:34 
QuestionRe: Running Managed Code Pin
TJoe29-Oct-07 6:24
TJoe29-Oct-07 6:24 
GeneralRe: Running Managed Code Pin
Mike Dimmick29-Oct-07 12:51
Mike Dimmick29-Oct-07 12:51 
GeneralRe: Running Managed Code Pin
CodeWolf)30-Oct-07 3:46
CodeWolf)30-Oct-07 3:46 
GeneralRe: Running Managed Code Pin
CodeWolf)30-Oct-07 3:56
CodeWolf)30-Oct-07 3:56 
QuestionBuild .NET 1.1 project as .NET 2.0 project without converting Pin
__DanC__29-Oct-07 2:04
__DanC__29-Oct-07 2:04 
AnswerRe: Build .NET 1.1 project as .NET 2.0 project without converting Pin
Mike Dimmick29-Oct-07 3:14
Mike Dimmick29-Oct-07 3:14 
QuestionUsing nero sdk for burning DVD Pin
jack_200928-Oct-07 21:48
jack_200928-Oct-07 21:48 
AnswerRe: Using nero sdk for burning DVD Pin
AliAmjad29-Oct-07 5:08
AliAmjad29-Oct-07 5:08 
QuestionUsing SqlCeEngine class in Windows application Pin
Ferudun Atakan28-Oct-07 8:01
Ferudun Atakan28-Oct-07 8:01 
AnswerRe: Using SqlCeEngine class in Windows application Pin
Scott Dorman28-Oct-07 8:53
professionalScott Dorman28-Oct-07 8:53 
QuestionTAPI and VOIP Pin
fateme_developer26-Oct-07 22:13
fateme_developer26-Oct-07 22:13 
AnswerRe: TAPI and VOIP Pin
TJoe28-Oct-07 12:12
TJoe28-Oct-07 12:12 
QuestionWeb service reference problem Pin
sabby200626-Oct-07 20:15
sabby200626-Oct-07 20:15 
QuestionDetecting piped input and/or output Pin
PIEBALDconsult26-Oct-07 7:47
mvePIEBALDconsult26-Oct-07 7:47 
AnswerRe: Detecting piped input and/or output Pin
Mike Dimmick29-Oct-07 3:48
Mike Dimmick29-Oct-07 3:48 

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.