Click here to Skip to main content
15,895,709 members
Home / Discussions / COM
   

COM

 
GeneralRe: Implementation two interfaces in one class Pin
venkatesh5286719-Jun-13 2:30
venkatesh5286719-Jun-13 2:30 
GeneralRe: Implementation two interfaces in one class Pin
Richard MacCutchan19-Jun-13 4:04
mveRichard MacCutchan19-Jun-13 4:04 
GeneralRe: Implementation two interfaces in one class Pin
Richard MacCutchan19-Jun-13 4:05
mveRichard MacCutchan19-Jun-13 4:05 
GeneralRe: Implementation two interfaces in one class Pin
venkatesh5286719-Jun-13 4:40
venkatesh5286719-Jun-13 4:40 
GeneralRe: Implementation two interfaces in one class Pin
Richard MacCutchan19-Jun-13 4:52
mveRichard MacCutchan19-Jun-13 4:52 
GeneralRe: Implementation two interfaces in one class Pin
ExcellentOrg6-Aug-13 23:05
ExcellentOrg6-Aug-13 23:05 
GeneralRe: Implementation two interfaces in one class Pin
Richard MacCutchan6-Aug-13 23:10
mveRichard MacCutchan6-Aug-13 23:10 
AnswerRe: Implementation two interfaces in one class Pin
H. Pham4-Sep-13 16:02
H. Pham4-Sep-13 16:02 
AnswerRe: Implementation two interfaces in one class Pin
DriveByCoder24-Mar-15 7:29
professionalDriveByCoder24-Mar-15 7:29 
QuestionSPECIAL CHARACTERS Pin
Hrpreet singh6-Jun-13 0:46
Hrpreet singh6-Jun-13 0:46 
QuestionImplement ILockBytes in C# (for I_IrmProtector) Pin
baloup16-May-13 2:40
baloup16-May-13 2:40 
Questionget all domains in ADSI forest Pin
venkatesh5286722-Apr-13 4:00
venkatesh5286722-Apr-13 4:00 
QuestionVoice call with Huawei USB Pin
tranduonghoan16-Apr-13 0:03
tranduonghoan16-Apr-13 0:03 
AnswerRe: Voice call with Huawei USB Pin
dusty_dex16-Apr-13 0:12
dusty_dex16-Apr-13 0:12 
QuestionMatlab COM Builder Pin
SergentX28-Mar-13 7:13
SergentX28-Mar-13 7:13 
QuestionCould not load file or assembly Interop.Microsoft.Office.Core Pin
Member 182181119-Mar-13 3:04
Member 182181119-Mar-13 3:04 
AnswerRe: Could not load file or assembly Interop.Microsoft.Office.Core Pin
Marco Bertschi19-Mar-13 3:56
protectorMarco Bertschi19-Mar-13 3:56 
GeneralRe: Could not load file or assembly Interop.Microsoft.Office.Core Pin
Member 182181119-Mar-13 5:30
Member 182181119-Mar-13 5:30 
GeneralRe: Could not load file or assembly Interop.Microsoft.Office.Core Pin
Marco Bertschi19-Mar-13 5:53
protectorMarco Bertschi19-Mar-13 5:53 
Questionerror '80004003', Object reference not set to an instance of an object. Pin
notahack2-Mar-13 4:40
notahack2-Mar-13 4:40 
hopefully i am posting in the correct section.

I have created a class in c# to replace a vb6 class used in an asp web page. Note I said asp and not asp.NET. I am running this in IIS 7.5 on a 64 bit Windows 7 machine.

I compiled the program and all its support dlls as x86 and believe I got all the correct tags and check boxes for COM. I can create and use the class in VB6 but it still bombs in vbscript with can't create object. I found some articles on going to do tweaks in the registry to get it to work on 64 bit but alas no avail.

The web application will run with the old VB6 object just fine. The configuration is an application with a separate pool set to pipeline mode classic, no managed code, enable 32 bit applications = true;

Initially I was getting a can not create object when trying to use the new c# object but I copied the dll and its support dlls to the sysWOW64 directory and it changed it's tune to

MaxRecall.Shared error '80004003'

Object reference not set to an instance of an object.

/mr/mrq.asp, line 193

the structure of the project is thus

the object I am creating with createobject is dependent on a single assembly, MaxRecall.CORE, which is dependent on two assemblies, MaxRecall.CLIENTS and MaxRecall.Shared. None of the support assemblies are com exposed so this error is not a COM error at all I think.

MaxRecall.Shared is totally static with zero objects to create. It only had two static doubles that were class scoped that were not instantiated but I set them to 0 in their declarations. To my thinking there are no objects in MaxRecall.Shared to gain an instance to so the error is odd.

Sigh. Any and all insights are desperately welcomed. I cross posted this in the ASP.net section.
QuestionNeed help with COM project on Windows 8 Pin
T800G1-Mar-13 10:47
T800G1-Mar-13 10:47 
AnswerRe: Need help with COM project on Windows 8 Pin
Garth J Lancaster1-Mar-13 11:42
professionalGarth J Lancaster1-Mar-13 11:42 
QuestionTLDR, simpler version Pin
T800G18-Apr-13 10:23
T800G18-Apr-13 10:23 
QuestionHow to get the path Pin
sarfaraznawaz27-Feb-13 19:44
sarfaraznawaz27-Feb-13 19:44 
AnswerRe: How to get the path Pin
Richard MacCutchan27-Feb-13 22:04
mveRichard MacCutchan27-Feb-13 22:04 

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.