473,327 Members | 2,094 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Deployemnt- class or library not registered

Have fully operational software package developed on VB.NET that worked until Jan 1 2003, with early stage deployments on Oct 10, Oct 23, Nov 11, Dec 12 and Dec 30.

When attempted final deployment on Jan 2, 2004 got following messages and errors...
I reset everything and tried several times agian. Then erased the setup project and tried to rebuild a new one with the same errors. PLease note... ALL this this code ran perfectly five minutes before the problem occured... now it will not even compile when I hit the debug - start button!

HELP!!!!
Jim @ Lenape
compile log....

'DefaultDomain': Loaded 'c:\winnt\microsoft.net\framework\v1.1.4322\mscorl ib.dll', No symbols loaded.
'EDGEProject4': Loaded 'C:\Documents and Settings\Administrator\Desktop\Gambler\Edgesys4\bi n\EDGEProject4.exe', Symbols loaded.
'EDGEProject4.exe': Loaded 'c:\winnt\assembly\gac\system.windows.forms\1.0.50 00.0__b77a5c561934e089\system.windows.forms.dll', No symbols loaded.
'EDGEProject4.exe': Loaded 'c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c56 1934e089\system.dll', No symbols loaded.
'EDGEProject4.exe': Loaded 'c:\winnt\assembly\gac\microsoft.visualbasic\7.0.5 000.0__b03f5f7f11d50a3a\microsoft.visualbasic.dll' , No symbols loaded.
'EDGEProject4.exe': Loaded 'c:\winnt\assembly\gac\system.drawing\1.0.5000.0__ b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded.
'EDGEProject4.exe': Loaded 'c:\winnt\assembly\gac\system.data\1.0.5000.0__b77 a5c561934e089\system.data.dll', No symbols loaded.
'EDGEProject4.exe': Loaded 'c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a 5c561934e089\system.xml.dll', No symbols loaded.
'EDGEProject4.exe': Loaded 'c:\documents and settings\administrator\desktop\gambler\edgesys4\bi n\axinterop.d_mimelib.dll', No symbols loaded.
'EDGEProject4.exe': Loaded 'c:\documents and settings\administrator\desktop\gambler\edgesys4\bi n\axinterop.d_nntplib.dll', No symbols loaded.
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in system.windows.forms.dll

Additional information: Class not registered

Unhandled Exception: System.Runtime.InteropServices.COMException (0x80040154): Class not registered
at System.Windows.Forms.AxHost.CreateInstance()
at System.Windows.Forms.AxHost.GetOcxCreate()
at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.AxHost.EndInit()
at Project4.EdgeForm5.InitializeComponent() in C:\Documents and Settings\Administrator\Desktop\Gambler\Edgesys4\Ed geForm5.vb:line 983
at Project4.EdgeForm5..ctor() in C:\Documents and Settings\Administrator\Desktop\Gambler\Edgesys4\Ed geForm5.vb:line 34
at Project4.EdgeForm2.EdgeForm2_Load(Object eventSender, EventArgs eventArgs) in C:\Documents and Settings\Administrator\Desktop\Gambler\Edgesys4\Ed geForm2.vb:line 1323
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.SafeNativeMethods.ShowWindow( HandleRef hWnd, Int32 nCmdShow)
at System.Windows.Forms.Control.SetVisibleCore(Boolea n value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at System.Windows.Forms.ThreadContext.RunMessageLoopI nner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.ThreadContext.RunMessageLoop( Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Project4.EdgeForm2.Main() in C:\Documents and Settings\Administrator\Desktop\Gambler\Edgesys4\Ed geForm2.vb:line 14
The program '[1064] EDGEProject4.exe' has exited with code 0 (0x0).

---------------------------------------------------------------------

VS error listing...

The referenced component 'AxD_MimeLib' could not be found. Could not load the type library. Library not registered.
The referenced component 'AxD_NntpLib' could not be found. Could not load the type library. Library not registered.
The referenced component 'D_MimeLib' could not be found. Could not load the type library. Library not registered.
The referenced component 'D_NntpLib' could not be found. Could not load the type library. Library not registered.
The referenced component 'MSAdodcLib' could not be found. Could not load the type library. Library not registered.
The referenced component 'MSComDlg' could not be found. Could not load the type library. Library not registered.
The referenced component 'MSDataGridLib' could not be found. Could not load the type library. Library not registered.
The referenced component 'MSFlexGridLib' could not be found. Could not load the type library. Library not registered.
The referenced component 'vsFlexLib' could not be found. Could not load the type library. Library not registered.

--------------------------------------------------------------------
ms dev env dialog box....

An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in system.windows.forms.dll

Additional information: Class not registered

--------------------------------------------------------------------------
with the highlighted code statement....
CType(Me.AxMime, System.ComponentModel.ISupportInitialize).EndInit( )

If we comment out that statement it goes to the next similar statement with same errors.
PLease note... ALL this this code ran perfectly, now it will not even run when I hit the debug start button!

Nov 20 '05 #1
1 7049
Do you have COM interop involved, or is the COM interop in the MS classes?
It looks like a COM object is not registered.

Most likely Reasons:
---------------------
* New version of the COM component on the server, old version on your
machine (or opposite)
* COM component unregistered

Why did it happen?
-------------------
* You or another dev edited a COM component.
* Microsoft had a patch (applied to server but not dev machine, or visa
versa).

Solution:
---------
* Get the two systems patched to the same level
* Figure out which software is newer and match that particular software

Talk to the network admins and find out what they installed.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** ********************
Think Outside the Box!
************************************************** ********************
"Jim @ Lenape" <an*******@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
Have fully operational software package developed on VB.NET that worked until Jan 1 2003, with early stage deployments on Oct 10, Oct 23, Nov 11,
Dec 12 and Dec 30.
When attempted final deployment on Jan 2, 2004 got following messages and errors... I reset everything and tried several times agian. Then erased the setup project and tried to rebuild a new one with the same errors. PLease note...
ALL this this code ran perfectly five minutes before the problem occured...
now it will not even compile when I hit the debug - start button!
HELP!!!!
Jim @ Lenape
compile log....

'DefaultDomain': Loaded 'c:\winnt\microsoft.net\framework\v1.1.4322\mscorl ib.dll', No symbols
loaded. 'EDGEProject4': Loaded 'C:\Documents and Settings\Administrator\Desktop\Gambler\Edgesys4\bi n\EDGEProject4.exe',
Symbols loaded. 'EDGEProject4.exe': Loaded 'c:\winnt\assembly\gac\system.windows.forms\1.0.50 00.0__b77a5c561934e089\sys
tem.windows.forms.dll', No symbols loaded. 'EDGEProject4.exe': Loaded 'c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c56 1934e089\system.dll', No
symbols loaded. 'EDGEProject4.exe': Loaded 'c:\winnt\assembly\gac\microsoft.visualbasic\7.0.5 000.0__b03f5f7f11d50a3a\mi
crosoft.visualbasic.dll', No symbols loaded. 'EDGEProject4.exe': Loaded 'c:\winnt\assembly\gac\system.drawing\1.0.5000.0__ b03f5f7f11d50a3a\system.dr
awing.dll', No symbols loaded. 'EDGEProject4.exe': Loaded 'c:\winnt\assembly\gac\system.data\1.0.5000.0__b77 a5c561934e089\system.data.
dll', No symbols loaded. 'EDGEProject4.exe': Loaded 'c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a 5c561934e089\system.xml.dl
l', No symbols loaded. 'EDGEProject4.exe': Loaded 'c:\documents and settings\administrator\desktop\gambler\edgesys4\bi n\axinterop.d_mimelib.dll'
, No symbols loaded. 'EDGEProject4.exe': Loaded 'c:\documents and settings\administrator\desktop\gambler\edgesys4\bi n\axinterop.d_nntplib.dll'
, No symbols loaded. An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in
system.windows.forms.dll
Additional information: Class not registered

Unhandled Exception: System.Runtime.InteropServices.COMException (0x80040154): Class not registered at System.Windows.Forms.AxHost.CreateInstance()
at System.Windows.Forms.AxHost.GetOcxCreate()
at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.AxHost.EndInit()
at Project4.EdgeForm5.InitializeComponent() in C:\Documents and Settings\Administrator\Desktop\Gambler\Edgesys4\Ed geForm5.vb:line 983 at Project4.EdgeForm5..ctor() in C:\Documents and Settings\Administrator\Desktop\Gambler\Edgesys4\Ed geForm5.vb:line 34 at Project4.EdgeForm2.EdgeForm2_Load(Object eventSender, EventArgs eventArgs) in C:\Documents and
Settings\Administrator\Desktop\Gambler\Edgesys4\Ed geForm2.vb:line 1323 at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.SafeNativeMethods.ShowWindow( HandleRef hWnd, Int32 nCmdShow) at System.Windows.Forms.Control.SetVisibleCore(Boolea n value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at System.Windows.Forms.ThreadContext.RunMessageLoopI nner(Int32 reason, ApplicationContext context) at System.Windows.Forms.ThreadContext.RunMessageLoop( Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(Form mainForm)
at Project4.EdgeForm2.Main() in C:\Documents and Settings\Administrator\Desktop\Gambler\Edgesys4\Ed geForm2.vb:line 14 The program '[1064] EDGEProject4.exe' has exited with code 0 (0x0).

---------------------------------------------------------------------

VS error listing...

The referenced component 'AxD_MimeLib' could not be found. Could not load the type library. Library not registered. The referenced component 'AxD_NntpLib' could not be found. Could not load the type library. Library not registered. The referenced component 'D_MimeLib' could not be found. Could not load the type library. Library not registered. The referenced component 'D_NntpLib' could not be found. Could not load the type library. Library not registered. The referenced component 'MSAdodcLib' could not be found. Could not load the type library. Library not registered. The referenced component 'MSComDlg' could not be found. Could not load the type library. Library not registered. The referenced component 'MSDataGridLib' could not be found. Could not load the type library. Library not registered. The referenced component 'MSFlexGridLib' could not be found. Could not load the type library. Library not registered. The referenced component 'vsFlexLib' could not be found. Could not load the type library. Library not registered.
--------------------------------------------------------------------
ms dev env dialog box....

An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in
system.windows.forms.dll
Additional information: Class not registered

--------------------------------------------------------------------------
with the highlighted code statement....
CType(Me.AxMime, System.ComponentModel.ISupportInitialize).EndInit( )

If we comment out that statement it goes to the next similar statement with same errors.

PLease note... ALL this this code ran perfectly, now it will not even run when I hit the debug start button!

Nov 20 '05 #2

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

Similar topics

0
by: Asanga | last post by:
Hi, When I'm trying to deploying my project to real commercial web server its not working. When removed the webconfig file and make some changes in html file (see below) it works changes in...
1
by: bs008 | last post by:
Hi, I need to make deployemnt project for my ASP.NET in Visual Studio .NET. But I do not know how I can set custom DNS name for my ASP.NET site e.g. my site should run on domain...
1
by: =?Utf-8?B?SWJyYWhpbQ==?= | last post by:
I have probelm to deploy ASP.net2 Application implement in this Application the Virtual path provider techinque what I have done : 1- built the web Application with Asp.net2 as File system...
1
by: =?Utf-8?B?THluZXJz?= | last post by:
We have a web site (intranet) that was created in VS 2003. The site is made up of mulitple projects. In VS 2003 we setup each part of the website as its own project/solution. In short we have a...
2
by: vinodkus | last post by:
dear sir/madam Please tell me what is exact meaning of depoloyment in asp.net? Thanks in Advance
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.