Click here to Skip to main content
16,010,488 members
Home / Discussions / COM
   

COM

 
AnswerRe: DLL - Firing an event - Exception Pin
Ju@ncho10-Jul-08 5:00
Ju@ncho10-Jul-08 5:00 
QuestionThe application has failed to start.... Pin
Sergey24-Jul-08 2:16
Sergey24-Jul-08 2:16 
AnswerRe: The application has failed to start.... Pin
Ju@ncho4-Jul-08 3:03
Ju@ncho4-Jul-08 3:03 
GeneralRe: The application has failed to start.... Pin
Sergey24-Jul-08 4:22
Sergey24-Jul-08 4:22 
GeneralRe: The application has failed to start.... Pin
Ju@ncho4-Jul-08 4:44
Ju@ncho4-Jul-08 4:44 
GeneralRe: The application has failed to start.... Pin
Sergey24-Jul-08 8:39
Sergey24-Jul-08 8:39 
GeneralRe: The application has failed to start.... Pin
Ju@ncho7-Jul-08 2:56
Ju@ncho7-Jul-08 2:56 
GeneralRe: The application has failed to start.... Pin
User 24844377-Jul-08 6:16
User 24844377-Jul-08 6:16 
Just for clarification, this isn't a COM error. It is caused by an Fancy MS feature called Windows Shared Side by side Assemblies (or any other weird name, so apologize). See http://msdn.microsoft.com/en-us/library/aa375996(VS.85).aspx[^]
Never wondered about the C:\WINDOWS\WinSxS directory?

The worst thing you can do is copying the 9.0 dlls to your exe path, or simply registering them in your system directories since this can cause third party applications to fail!!!

The MS way would be redistributing the dlls with their own created merge modules located somewhere in the Studio folder. (I'm too lazy to look up the correct location, if you can't find them PM me ).

So long,
Stefan
GeneralRe: The application has failed to start.... Pin
Scot Brennecke9-Jul-08 14:17
professionalScot Brennecke9-Jul-08 14:17 
QuestionC++ ATL DLL Addin for Windows Mail is blocked by Vista's DEP Pin
dolly4-Jul-08 1:36
dolly4-Jul-08 1:36 
AnswerRe: C++ ATL DLL Addin for Windows Mail is blocked by Vista's DEP Pin
Scot Brennecke9-Jul-08 14:14
professionalScot Brennecke9-Jul-08 14:14 
QuestionExporting function using raw COM Pin
sandy_103-Jul-08 19:36
sandy_103-Jul-08 19:36 
AnswerRe: Exporting function using raw COM Pin
_AnsHUMAN_ 3-Jul-08 19:40
_AnsHUMAN_ 3-Jul-08 19:40 
GeneralRe: Exporting function using raw COM Pin
sandy_103-Jul-08 19:46
sandy_103-Jul-08 19:46 
AnswerRe: Exporting function using raw COM Pin
Vitaly Tomilov3-Jul-08 22:13
Vitaly Tomilov3-Jul-08 22:13 
QuestionHow to instantiate an .net object with parameterized constructor in VB6? Pin
Saranya B3-Jul-08 19:07
Saranya B3-Jul-08 19:07 
QuestionCoCreateInstance Pin
alchong3-Jul-08 13:44
alchong3-Jul-08 13:44 
AnswerRe: CoCreateInstance Pin
alchong8-Oct-08 12:45
alchong8-Oct-08 12:45 
QuestionWould COM still be recognized? Pin
Vitaly Tomilov3-Jul-08 13:00
Vitaly Tomilov3-Jul-08 13:00 
AnswerRe: Would COM still be recognized? Pin
Vitaly Tomilov3-Jul-08 23:16
Vitaly Tomilov3-Jul-08 23:16 
AnswerRe: Would COM still be recognized? Pin
dementia12314-Jul-08 4:32
dementia12314-Jul-08 4:32 
GeneralRe: Would COM still be recognized? Pin
Vitaly Tomilov15-Jul-08 22:45
Vitaly Tomilov15-Jul-08 22:45 
QuestionConvert Visual Studio 2005 ATL project into VC 6.0 Pin
dolly3-Jul-08 1:51
dolly3-Jul-08 1:51 
QuestionVC# for MTA COM component development Pin
scody2-Jul-08 23:36
scody2-Jul-08 23:36 
AnswerRe: VC# for MTA COM component development Pin
Ju@ncho4-Jul-08 3:19
Ju@ncho4-Jul-08 3:19 

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.