Click here to Skip to main content
15,881,413 members
Home / Discussions / COM
   

COM

 
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 
GeneralRe: How to get the path Pin
sarfaraznawaz27-Feb-13 22:27
sarfaraznawaz27-Feb-13 22:27 
GeneralRe: How to get the path Pin
Richard MacCutchan27-Feb-13 22:46
mveRichard MacCutchan27-Feb-13 22:46 
GeneralRe: How to get the path Pin
sarfaraznawaz27-Feb-13 23:27
sarfaraznawaz27-Feb-13 23:27 
GeneralRe: How to get the path Pin
Richard MacCutchan27-Feb-13 23:28
mveRichard MacCutchan27-Feb-13 23:28 
QuestionWorkBooks::OpenText file not loading Pin
ForNow12-Feb-13 10:38
ForNow12-Feb-13 10:38 
AnswerRe: WorkBooks::OpenText file not loading Pin
Richard MacCutchan27-Feb-13 22:09
mveRichard MacCutchan27-Feb-13 22:09 
GeneralRe: WorkBooks::OpenText file not loading Pin
ForNow28-Feb-13 8:07
ForNow28-Feb-13 8:07 
GeneralRe: WorkBooks::OpenText file not loading Pin
Richard MacCutchan28-Feb-13 21:47
mveRichard MacCutchan28-Feb-13 21:47 
GeneralRe: WorkBooks::OpenText file not loading Pin
ForNow1-Mar-13 8:20
ForNow1-Mar-13 8:20 
GeneralRe: WorkBooks::OpenText file not loading Pin
Richard MacCutchan1-Mar-13 23:46
mveRichard MacCutchan1-Mar-13 23:46 
QuestionDISP_E_EXCEPTION & excepinfo->scode 800A03EC from WorkBooks::OpenText Pin
ForNow6-Feb-13 12:26
ForNow6-Feb-13 12:26 
AnswerRe: DISP_E_EXCEPTION & excepinfo->scode 800A03EC from WorkBooks::OpenText Pin
Richard MacCutchan6-Feb-13 22:34
mveRichard MacCutchan6-Feb-13 22:34 

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.