Click here to Skip to main content
15,905,144 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Convince Me... Pin
Paul Watson22-Nov-01 7:46
sitebuilderPaul Watson22-Nov-01 7:46 
GeneralServer Error in '/lab1' Application... Pin
Orkun GEDiK17-Nov-01 11:43
Orkun GEDiK17-Nov-01 11:43 
GeneralDispose() design pattern is complicated Pin
Mike Morearty16-Nov-01 19:13
Mike Morearty16-Nov-01 19:13 
General:confused: VS:NET CR crashes my Beta1-Webprojects Pin
Carolina15-Nov-01 3:19
Carolina15-Nov-01 3:19 
GeneralVS.NET Beta 2 -> RC1 Resource problems Pin
Bret Faller14-Nov-01 10:04
Bret Faller14-Nov-01 10:04 
GeneralApp Deployment With .NET Pin
Paul Watson13-Nov-01 23:59
sitebuilderPaul Watson13-Nov-01 23:59 
QuestionHow can I draw in inverted color with GDI+? Pin
9-Nov-01 6:11
suss9-Nov-01 6:11 
Generalproblem registering class Pin
dsdsds9-Nov-01 4:16
dsdsds9-Nov-01 4:16 
I have an exe-file and some .NET components (.dll) that the exe file uses. But when I try to start the exe file, I get the following error message. Does anybody know what to do here? Thanx,
ds

error message:
"class not registered."

========== Exception Text ==========
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 VMS.ITFieldEditor.VDlgITFE.InitializeComponent()
at VMS.ITFieldEditor.VDlgITFE..ctor()
at VMS.ITFieldEditor.VITFieldEditor..ctor()
at VMS.ITFEBridge.VITFEBridge..ctor()
at TestDotnetApp.MainWin.btnStart_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

========== Loaded Assemblies ==========
mscorlib
Assembly Version: 1.0.2411.0
Win32 Version: 1.0.2914.16
CodeBase: file:///c:/windows/microsoft.net/framework/v1.0.2914/mscorlib.dll
----------------------------------------
TestDotnetApp
Assembly Version: 8.0.0.0
Win32 Version: 8.0.0.0
CodeBase: ...
----------------------------------------
System
Assembly Version: 1.0.2411.0
Win32 Version: 1.0.2914.16
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.2914/System.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.2411.0
Win32 Version: 1.0.2914.16
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.2914/System.Drawing.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.2411.0
Win32 Version: 1.0.2914.16
CodeBase: file:///C:/WINDOWS/assembly/GAC/System.Windows.Forms/1.0.2411.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
ITFEBridge
Assembly Version: 8.0.0.0
Win32 Version: 8.0.0.0
CodeBase: ...
----------------------------------------
TestDotnetApp.resources
Assembly Version: 8.0.0.0
Win32 Version: 8.0.0.0
CodeBase:...
----------------------------------------
ITFieldEditor
Assembly Version: 8.0.0.0
Win32 Version: 8.0.0.0
CodeBase:...
----------------------------------------
CBase
Assembly Version: 8.0.0.0
Win32 Version: 8.0.0.0
CodeBase: ...
----------------------------------------
CFieldEditor
Assembly Version: 8.0.0.0
Win32 Version: 8.0.0.0
CodeBase: ...
----------------------------------------
CImageViewer
Assembly Version: 8.0.0.0
Win32 Version: 8.0.0.0
CodeBase: ...
----------------------------------------
AxCCOREVIEWERLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: ...
----------------------------------------
CCOREVIEWERLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: ....
----------------------------------------
CUIBase
Assembly Version: 1.0.657.22684
Win32 Version: 1.0.657.22684
CodeBase: ...
----------------------------------------
CVisUtils
Assembly Version: 8.0.0.0
Win32 Version: 8.0.0.0
CodeBase:...
----------------------------------------
ITFieldEditor.resources
Assembly Version: 8.0.0.0
Win32 Version: 8.0.0.0
CodeBase: ...
----------------------------------------
QuestionVisual J# NET Beta 1? Pin
Glenn Dawson8-Nov-01 11:21
Glenn Dawson8-Nov-01 11:21 
AnswerRe: Visual J# NET Beta 1? Pin
Fazlul Kabir8-Nov-01 11:25
Fazlul Kabir8-Nov-01 11:25 
General.NET is crap Pin
TBiker8-Nov-01 10:01
TBiker8-Nov-01 10:01 
GeneralRe: .NET is crap Pin
Chris Losinger8-Nov-01 10:09
professionalChris Losinger8-Nov-01 10:09 
GeneralRe: .NET is crap Pin
TBiker8-Nov-01 10:18
TBiker8-Nov-01 10:18 
GeneralRe: .NET is crap Pin
Tim Smith8-Nov-01 10:21
Tim Smith8-Nov-01 10:21 
GeneralRe: .NET is crap Pin
Chris Losinger8-Nov-01 10:23
professionalChris Losinger8-Nov-01 10:23 
GeneralRe: .NET is crap Pin
Hadi Rezaee19-Nov-01 8:09
Hadi Rezaee19-Nov-01 8:09 
GeneralRe: .NET is crap Pin
cdehelean17-Nov-01 6:19
cdehelean17-Nov-01 6:19 
GeneralRe: .NET is crap Pin
Christian Graus8-Nov-01 10:48
protectorChristian Graus8-Nov-01 10:48 
GeneralRe: .NET is crap Pin
TBiker8-Nov-01 10:56
TBiker8-Nov-01 10:56 
GeneralRe: .NET is crap Pin
Christian Graus8-Nov-01 11:02
protectorChristian Graus8-Nov-01 11:02 
GeneralRe: .NET is crap Pin
Glenn Dawson8-Nov-01 11:22
Glenn Dawson8-Nov-01 11:22 
GeneralRe: .NET is crap Pin
TBiker8-Nov-01 11:36
TBiker8-Nov-01 11:36 
GeneralRe: .NET is crap Pin
Michael P Butler8-Nov-01 22:25
Michael P Butler8-Nov-01 22:25 
GeneralRe: .NET is crap Pin
Paul Watson14-Nov-01 0:09
sitebuilderPaul Watson14-Nov-01 0:09 
GeneralRe: .NET is crap Pin
Michael P Butler14-Nov-01 0:25
Michael P Butler14-Nov-01 0:25 

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.