TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
manoj gupta
NA
3
11.5k
Creating an instance of the COM component with CLSID {E2ED7231-D342-11D3-BC59-0090279AB966} from the IClassFactory failed due to the following error: 80004005.
Aug 10 2010 5:13 AM
Hi,
I'm attempting use DataJunction 7.5 from within C#.
I've made a reference to the DJEngine 7.5 Components Type Library within the Solution Explorer.
I try to create and instantiate the engine using the following syntax:
DJEC.Engine eng = new DJEC.Engine();
When I run the test program, I receive the following error.
Creating an instance of the COM component with CLSID {E2ED7231-D342-11D3-BC59-0090279AB966} from the IClassFactory failed due to the following error: 80004005.
Can anyone explain how I can get around this issue?
Thanks,
MG
Reply
Answers (
0
)
Windows Service application not opening a PST file
Need help C# WinSock TCP data recieve server!