473,503 Members | 1,655 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C#.net error in COM object with CLSID

i have tried running the csharpsite in my Microsoft Visual C#.net and after i
hit the run button i keep getting the same error which is :
Server Error in '/csharpsite' Application
COM object with CLSID {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F} is either not
valid or not registered.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: COM object
with CLSID {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F} is either not valid or not
registered.

Can someone please help out with this.

Thank You in Advanced
Sep 21 '05 #1
4 5341
Hi Ahmed,

a few things to check out for such errors.

- Is the COM dll registered on the machine, if not register it ASAP.
- In case you are recompiling the COM dll and then using it, make sure it
has the same GUID or at the least, re-register it.
- How have you created the RCW? Use VS.NET to create the Interop wrapper
instead of tlbimp.exe.

HTH.

"Ahmed" wrote:
i have tried running the csharpsite in my Microsoft Visual C#.net and after i
hit the run button i keep getting the same error which is :
Server Error in '/csharpsite' Application
COM object with CLSID {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F} is either not
valid or not registered.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: COM object
with CLSID {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F} is either not valid or not
registered.

Can someone please help out with this.

Thank You in Advanced

Sep 22 '05 #2
There is a COM component that is required to run the application you want.
The application is attempting to create an instance of a COM component with
the CLSID of {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F}it has not been
registered on you system. This will probably mean that you have not
installed all the software required to run the application.

HTH

Ollie Riches
"Ahmed" <Ah***@discussions.microsoft.com> wrote in message
news:E8**********************************@microsof t.com...
i have tried running the csharpsite in my Microsoft Visual C#.net and after
i
hit the run button i keep getting the same error which is :
Server Error in '/csharpsite' Application
COM object with CLSID {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F} is either not
valid or not registered.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about
the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: COM object
with CLSID {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F} is either not valid or
not
registered.

Can someone please help out with this.

Thank You in Advanced

Sep 22 '05 #3
Hello Kaustav thank you for replying. I don't know what your trying to tell
me i looked for the com dll but i couldn't located it can you help with what
i need to look for on a step by step process if you don't mind
Thank You in Advanced

"Kaustav" wrote:
Hi Ahmed,

a few things to check out for such errors.

- Is the COM dll registered on the machine, if not register it ASAP.
- In case you are recompiling the COM dll and then using it, make sure it
has the same GUID or at the least, re-register it.
- How have you created the RCW? Use VS.NET to create the Interop wrapper
instead of tlbimp.exe.

HTH.

"Ahmed" wrote:
i have tried running the csharpsite in my Microsoft Visual C#.net and after i
hit the run button i keep getting the same error which is :
Server Error in '/csharpsite' Application
COM object with CLSID {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F} is either not
valid or not registered.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: COM object
with CLSID {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F} is either not valid or not
registered.

Can someone please help out with this.

Thank You in Advanced

Sep 22 '05 #4
Hello Ollie and thanks for replying. I just wanted to know how can i located
the COM component and how do i do it. Can you help me
Thank You in Advanced

"Ollie Riches" wrote:
There is a COM component that is required to run the application you want.
The application is attempting to create an instance of a COM component with
the CLSID of {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F}it has not been
registered on you system. This will probably mean that you have not
installed all the software required to run the application.

HTH

Ollie Riches
"Ahmed" <Ah***@discussions.microsoft.com> wrote in message
news:E8**********************************@microsof t.com...
i have tried running the csharpsite in my Microsoft Visual C#.net and after
i
hit the run button i keep getting the same error which is :
Server Error in '/csharpsite' Application
COM object with CLSID {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F} is either not
valid or not registered.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about
the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: COM object
with CLSID {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F} is either not valid or
not
registered.

Can someone please help out with this.

Thank You in Advanced


Sep 22 '05 #5

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

Similar topics

4
2983
by: murrayatuptowngallery | last post by:
I have looked at some mouseover/ sound object scripts and can't get them to work. Most were more complex than needed and introduced several new parameters for me. I found a simple pair of html...
4
1843
by: Shiraz | last post by:
Hi I just made an installer package for an application in .NET which also uses COM dlls. It seems to work fine on my machine but when tried it on a co-worker's machine, the application installs,...
4
356
by: Ahmed | last post by:
i have tried running the csharpsite in my Microsoft Visual C#.net and after i hit the run button i keep getting the same error which is : Server Error in '/csharpsite' Application COM object with...
0
1747
by: Dominator.Legend | last post by:
Hallow every one, i have a problem using .net user control with the <OBJECT> tag, I made a normal user control in C#, then i use the regasm to register it, also i use the option regfile to...
0
1711
by: Nonee | last post by:
Hello- I have a form with the mediaplayer referenced to play mp3's and avi's and I believe that is what is causing the problem. I am not sure, but I am hoping. Anyway, I "published" the vb.net...
0
4216
by: Nonee | last post by:
Anyone, anyone? : ) Hello- I have a form with the mediaplayer referenced to play mp3's and avi's and I believe that is what is causing the problem. I am not sure, but I am hoping. ...
4
2927
by: Praveen Chandra | last post by:
Hi, I just wanted to put down the issue with more detailed information so that you can help us get to the right Microsoft resource for a solution! Here is the problem description... Our...
9
17517
by: DKn | last post by:
Hi , I am having a .Net Activex control. I have done coding for COMRegistering and Unregistereing in C#.Net. The code is follows.. static void ComRegister(Type t) { ...
0
2014
by: DKn | last post by:
Hi , I am having a .Net Activex control. I have done coding for COMRegistering and Unregistereing in C#.Net. The code is follows.. static void ComRegister(Type t) { ...
0
7201
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,...
0
7083
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...
0
7278
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,...
1
6988
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...
0
5578
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,...
0
4672
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...
0
3153
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1510
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
379
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.