Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / November 2004

Tip: Looking for answers? Try searching our database.

'CorBindToRuntimeEx' and STAThread attribute

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Nadav - 08 Nov 2004 09:43 GMT
Hi,

I am using ‘CorBindToRuntimeEx’ To create a runtime host and execute an
assembly:
hr = CorBindToRuntimeEx(. . .)
hr = spICorRuntimeHost->CurrentDomain(&spUnk);
spIAppDomain = spUnk;
spIAssembly = spIAppDomain->Load_3(saRawPEImage);
. . .
spIAssembly->EntryPoint->Invoke_3(vtMissing, saParameters);

When the assembly loads I get the following exception:
Could not instantiate ActiveX control . . . because the current thread is
not in a single threaded apartment.

I have verified that the executing IL code have the ‘[STAThread]’ attribute
for it’s entrypoint function.
When executing the assembly directly through the explorer every thing works
fine, it seems using ‘CorBindToRuntimeEx‘ in the manner just described is
causing the problem. . .

What am I doing wrong here?
What may cause this error?
Signature

Nadav
   http://www.ddevel.com

Willy Denoyette [MVP] - 08 Nov 2004 20:03 GMT
http://blogs.msdn.com/adam_nathan/archive/2003/07/18/56727.aspx

Willy.

> Hi,
>
[quoted text clipped - 21 lines]
> What am I doing wrong here?
> What may cause this error?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.