Click here to Skip to main content
15,896,207 members
Home / Discussions / C#
   

C#

 
AnswerRe: Dynamic file reading Pin
Adeel Chaudhry2-May-08 11:13
Adeel Chaudhry2-May-08 11:13 
AnswerRe: Dynamic file reading Pin
Charith Jayasundara3-May-08 6:48
Charith Jayasundara3-May-08 6:48 
QuestionHelp with reading text files Pin
False Chicken2-May-08 9:38
False Chicken2-May-08 9:38 
AnswerRe: Help with reading text files Pin
Gareth H2-May-08 10:50
Gareth H2-May-08 10:50 
AnswerRe: Help with reading text files Pin
PIEBALDconsult2-May-08 10:52
mvePIEBALDconsult2-May-08 10:52 
AnswerRe: Help with reading text files Pin
Adeel Chaudhry2-May-08 11:08
Adeel Chaudhry2-May-08 11:08 
AnswerRe: Help with reading text files Pin
Christian Graus2-May-08 12:52
protectorChristian Graus2-May-08 12:52 
Question.Net COM interop challenge Pin
Jason McBurney2-May-08 8:48
Jason McBurney2-May-08 8:48 
Unable to install and run .Net application which uses COM Interop. Please offer suggestions.



The Following message occurs on the target machine:

System.Runtime.InteropServices.ComException(0x80040112): Creating an instance of the COM component with CLSID {248DD896-BB45-11CF-9ABC-0080C7E7B78D } from the IClassFactory failed due to the following error: 80040112
At Esc.Tos.Utilities.TCP.escTCP..ctor()
At clsTCP..ctror()
At mdlMain.ConfigureGlobalItems(frmMain theForm)
At frmMAin..ctor()
At Program.Main()


Of course the application runs dandy on the development box, and other development boxes.

Background and useful information:
1) Com object 248DD896-BB45-11CF-9ABC-0080C7E7B78D is the Winsock v.6 control.
2) On the target machine there is application A and application B
Application A is a VB6 application which uses said COM object and sends TCP Messages
Therefore, I assume that com object is correctly install and functional.

Application B is My .Net application and throws the above error.

Things I have tried:
1) Copy OCX locally and reregister
2) Run RegASM on the Interop Assemblies
3) Clean the registry
4) Validated the Interop code is pointing to the correct OCX. (using Lutz)
5) Installed applicaiton onto alternate development box using xcopy and life is good.
~Jason

You can only be young once. But you can always be immature.
- Dave Barry

AnswerRe: .Net COM interop challenge Pin
PIEBALDconsult2-May-08 10:53
mvePIEBALDconsult2-May-08 10:53 
AnswerRe: .Net COM interop challenge Pin
Adeel Chaudhry2-May-08 11:11
Adeel Chaudhry2-May-08 11:11 
GeneralRe: .Net COM interop challenge Pin
Jason McBurney2-May-08 11:35
Jason McBurney2-May-08 11:35 
GeneralRe: .Net COM interop challenge Pin
Adeel Chaudhry3-May-08 0:22
Adeel Chaudhry3-May-08 0:22 
AnswerRe: .Net COM interop challenge Pin
Jason McBurney5-May-08 8:57
Jason McBurney5-May-08 8:57 
Questionpinvoke to send text in a console app Pin
jpeternel2-May-08 7:30
jpeternel2-May-08 7:30 
AnswerRe: pinvoke to send text in a console app Pin
jpeternel2-May-08 7:30
jpeternel2-May-08 7:30 
AnswerRe: pinvoke to send text in a console app Pin
jpeternel2-May-08 7:47
jpeternel2-May-08 7:47 
AnswerRe: pinvoke to send text in a console app Pin
Adeel Chaudhry2-May-08 11:16
Adeel Chaudhry2-May-08 11:16 
AnswerRe: pinvoke to send text in a console app Pin
Christian Graus2-May-08 12:54
protectorChristian Graus2-May-08 12:54 
GeneralRe: pinvoke to send text in a console app Pin
jpeternel16-May-08 11:54
jpeternel16-May-08 11:54 
QuestionPassing struct data from 1 form to another form Pin
Jerry Graham2-May-08 6:45
Jerry Graham2-May-08 6:45 
AnswerRe: Passing struct data from 1 form to another form Pin
Colin Angus Mackay2-May-08 7:07
Colin Angus Mackay2-May-08 7:07 
AnswerRe: Passing struct data from 1 form to another form Pin
#realJSOP2-May-08 7:26
professional#realJSOP2-May-08 7:26 
QuestionCreating Reuseable Classes Pin
Jammer2-May-08 6:04
Jammer2-May-08 6:04 
AnswerRe: Creating Reuseable Classes Pin
carbon_golem2-May-08 6:37
carbon_golem2-May-08 6:37 
GeneralRe: Creating Reuseable Classes Pin
Jammer2-May-08 7:26
Jammer2-May-08 7:26 

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.