Prev: Opportunistic Background Processing On Idle Web Server
Next: GetProgAddress for GetNativeSytemInfo not available in Constructor.
From: Ivan Brugiolo [MSFT] on 26 Feb 2010 15:32 Have you tried to call CoInitialize[Ex] in every thread ? And, in case you are marshaling pointers across different apartments, have you followed all the DCOM rules for interface pointer marshaling ? Other than that, the error seems pretty self-explanatory -- -- This posting is provided "AS IS" with no warranties, and confers no rights. Use of any included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm "nishikant niraj" wrote in message news:201022661421niraj.nishikant(a)gmail.com... > Hi All, > I am facing this issue. I tried to find the resolution on internet, but > everywhere only problem no solution. Can anyone please help me. > Thanks in advance. > > > > David F. wrote: > > Thanks Nick - that was it - it was in a different thread! > 18-Feb-10 > > Thanks Nick - that was it - it was in a different thread! > > Now I wonder if the handle returned by VSS can be used in other threads > that > do not CoInitialize? I will find out.. Thanks again! > > Previous Posts In This Thread: > > > Submitted via EggHeadCafe - Software Developer Portal of Choice > Generic Feed Parsers Redux > http://www.eggheadcafe.com/tutorials/aspnet/42a9b6e2-809e-4ca7-b3f6-acd41f462063/generic-feed-parsers-redu.aspx |