473,667 Members | 2,670 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error using VB6 COM in asp.net

Hi,

I was adding referance of vb6 COM in asp.net/vb.net web project in bin
folder.

Every time when I created new vb6 COM, I was re-refrancing it and was
copying to web site.
Recently, again I created new vb6 COM and re-referance it in asp.net web
project in bin folder and copied it to web site.

However this time I started getting error:

Retrieving the COM class factory for component with CLSID
{F84433FF-2369-4427-B6FB-3CBA67EDA7EB} failed due to the following error:
80040154

Untill now it was as easy as 1 2 3. But now when I started getting error, it
made my it tough to solve.
Any idea to correct this error? Please let me know.

Thank you.

Shailesh
Sep 11 '07 #1
4 1470
On Sep 11, 12:41 pm, "Shailesh Patel" <shail...@urner barry.comwrote:
Hi,

I was adding referance of vb6 COM in asp.net/vb.net web project in bin
folder.

Every time when I created new vb6 COM, I was re-refrancing it and was
copying to web site.
Recently, again I created new vb6 COM and re-referance it in asp.net web
project in bin folder and copied it to web site.

However this time I started getting error:

Retrieving the COM class factory for component with CLSID
{F84433FF-2369-4427-B6FB-3CBA67EDA7EB} failed due to the following error:
80040154

Untill now it was as easy as 1 2 3. But now when I started getting error, it
made my it tough to solve.
Any idea to correct this error? Please let me know.

Thank you.

Shailesh
http://forums.microsoft.com/MSDN/Sho...65439&SiteID=1

In short, the COM isn't registered.

Sep 11 '07 #2
Hi Larry,
I tried to access the link you sent but it does not display the page. It
takes time and that's it.

And btw, as you said, if COM is not registered on development machine, it
throws this error. But, I already registered COM on development machine.
Then I use copy web site feature of VWD 2005 Expess and copy all changes
from development site/server(local) to web site. So when I run page on
website, it gives me this error.

Let me know. Any help is appreciated.
Thank you.

Shailesh
"Larry Bud" <la**********@y ahoo.comwrote in message
news:11******** **************@ y42g2000hsy.goo glegroups.com.. .
On Sep 11, 12:41 pm, "Shailesh Patel" <shail...@urner barry.comwrote:
>Hi,

I was adding referance of vb6 COM in asp.net/vb.net web project in bin
folder.

Every time when I created new vb6 COM, I was re-refrancing it and was
copying to web site.
Recently, again I created new vb6 COM and re-referance it in asp.net web
project in bin folder and copied it to web site.

However this time I started getting error:

Retrieving the COM class factory for component with CLSID
{F84433FF-2369-4427-B6FB-3CBA67EDA7EB} failed due to the following error:
80040154

Untill now it was as easy as 1 2 3. But now when I started getting error,
it
made my it tough to solve.
Any idea to correct this error? Please let me know.

Thank you.

Shailesh

http://forums.microsoft.com/MSDN/Sho...65439&SiteID=1

In short, the COM isn't registered.

Sep 11 '07 #3
On Sep 11, 2:31 pm, "Shailesh Patel" <shail...@urner barry.comwrote:
Hi Larry,
I tried to access the link you sent but it does not display the page. It
takes time and that's it.

And btw, as you said, if COM is not registered on development machine, it
throws this error. But, I already registered COM on development machine.
Then I use copy web site feature of VWD 2005 Expess and copy all changes
from development site/server(local) to web site. So when I run page on
website, it gives me this error.

Let me know. Any help is appreciated.
Thank you.

Shailesh

"Larry Bud" <larrybud2...@y ahoo.comwrote in message

news:11******** **************@ y42g2000hsy.goo glegroups.com.. .
On Sep 11, 12:41 pm, "Shailesh Patel" <shail...@urner barry.comwrote:
Hi,
I was adding referance of vb6 COM in asp.net/vb.net web project in bin
folder.
Every time when I created new vb6 COM, I was re-refrancing it and was
copying to web site.
Recently, again I created new vb6 COM and re-referance it in asp.net web
project in bin folder and copied it to web site.
However this time I started getting error:
Retrieving the COM class factory for component with CLSID
{F84433FF-2369-4427-B6FB-3CBA67EDA7EB} failed due to the following error:
80040154
Untill now it was as easy as 1 2 3. But now when I started getting error,
it
made my it tough to solve.
Any idea to correct this error? Please let me know.
Thank you.
Shailesh
http://forums.microsoft.com/MSDN/Sho...65439&SiteID=1
In short, the COM isn't registered.- Hide quoted text -

- Show quoted text -
The link works for me... I've made it small..

http://tinyurl.com/2fuprr

Copying the files does not register a DLL on the destination machine.
It merely copies the files.

Sep 11 '07 #4
Hi Larry,
Untill I got this error since yesterday, that's what I was doing and was
working on server too.
Now If you say, I need to register dll on destination machine, where should
I do it on destination machine?

Once again, the second link did not work either. Let me know for both.

Thank you with appreciation.

Shailesh
"Larry Bud" <la**********@y ahoo.comwrote in message
news:11******** **************@ b32g2000prf.goo glegroups.com.. .
On Sep 11, 2:31 pm, "Shailesh Patel" <shail...@urner barry.comwrote:
>Hi Larry,
I tried to access the link you sent but it does not display the page. It
takes time and that's it.

And btw, as you said, if COM is not registered on development machine, it
throws this error. But, I already registered COM on development machine.
Then I use copy web site feature of VWD 2005 Expess and copy all changes
from development site/server(local) to web site. So when I run page on
website, it gives me this error.

Let me know. Any help is appreciated.
Thank you.

Shailesh

"Larry Bud" <larrybud2...@y ahoo.comwrote in message

news:11******* *************** @y42g2000hsy.go oglegroups.com. ..
On Sep 11, 12:41 pm, "Shailesh Patel" <shail...@urner barry.comwrote:
Hi,
>I was adding referance of vb6 COM in asp.net/vb.net web project in bin
folder.
>Every time when I created new vb6 COM, I was re-refrancing it and was
copying to web site.
Recently, again I created new vb6 COM and re-referance it in asp.net
web
project in bin folder and copied it to web site.
>However this time I started getting error:
>Retrieving the COM class factory for component with CLSID
{F84433FF-2369-4427-B6FB-3CBA67EDA7EB} failed due to the following
error:
80040154
>Untill now it was as easy as 1 2 3. But now when I started getting
error,
it
made my it tough to solve.
Any idea to correct this error? Please let me know.
>Thank you.
>Shailesh
>http://forums.microsoft.com/MSDN/Sho...65439&SiteID=1
In short, the COM isn't registered.- Hide quoted text -

- Show quoted text -

The link works for me... I've made it small..

http://tinyurl.com/2fuprr

Copying the files does not register a DLL on the destination machine.
It merely copies the files.

Sep 11 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
5025
by: Wayno | last post by:
My php logs are coming up empty. I have done all I can think of, and all that made sense to me. Can someone take a look at my php.ini please and tell me what you think may be the problem. I double-checked the path to my error log. It is in /var/www/logs/php_error_log Thanks. :) -Wayne Stevenson
5
5706
by: Enos Meroka | last post by:
Hallo, I am a student doing my project in the university.. I have been trying to compile the program using HP -UX aCC compiler, however I keep on getting the following errors. ================================================================= Error 19: "CORBAManagerMessages.h", line 4 # Unexpected 'std'. using std::string; ^^^
6
4739
by: Peter Frost | last post by:
Please help I don't know if this is possible but what I would really like to do is to use On Error Goto to capture the code that is being executed when an error occurs. Any help would be much appreciated. Thanks in advance
9
2290
by: JTrigger | last post by:
When I compile my project using the IDE on a development machine it works just fine. When I compile it on the server using csc.exe, I get the following error when I try to bring it up in the web browser. What is the issue? Thanks, Jim Server Error in '/psnRequest' Application. ----------------------------------------------------------------------------
2
6930
by: Kevin R. | last post by:
I have been ignoring this problem for a few weeks now, but it's becoming a bit annoying not to mention unproductive. Here it goes: I compile my project with no errors. Then after I debug/run it, I get the runtime error noted at the end of this message. If I re-compile (without any changes) and re-run, then my project will run OK. This behavior is very consistent. Another words, the only way I can run an ASP.NET application is if I...
4
5407
by: james margey | last post by:
Hi to all, I have spent 3 days at this error and i have two days to go for a deadline, and i am about to go off my nut, the reason being: Microsoft dont seem to be able to provide a solution, I have trawled the web and the few that have the same error have not being provided a fix. This error occurs if i make the slightest change in my project. If i REBUILD my project no error occurs. So i keep having to rebuild my project - this is not...
2
2749
by: dasilva109 | last post by:
Hi guys I am new to C++ and need urgent help with this part of my code for a uni coursework I have to submit by Thursday //ClientData.h #ifndef CLIENTDATA_H #define CLIENTDATA_H #include <string>
2
5319
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: 1>make_buildinfo.obj : error LNK2019: unresolved external symbol __imp__RegQueryValueExA@24 referenced in function _make_buildinfo2 Ask on python-list@python.org . - Josiah
2
19460
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I will be writing this article intended for those who are in the same level, or maybe lower, of my technical knowledge. I would be using layman's words, or maybe, my own words as how I understand them, hoping, you will understand it the same way that...
0
8458
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8366
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8888
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8565
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7391
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6206
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5677
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4202
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.