Click here to Skip to main content
15,908,841 members
Home / Discussions / C#
   

C#

 
GeneralRe: Running C# Windows Application Pin
5-Dec-01 22:51
suss5-Dec-01 22:51 
GeneralCalling a C++ DLL from C# Pin
Jose Fco Bonnin14-Nov-01 22:16
Jose Fco Bonnin14-Nov-01 22:16 
GeneralRe: Calling a C++ DLL from C# Pin
aner_glx15-Nov-01 22:24
aner_glx15-Nov-01 22:24 
GeneralRe: Calling a C++ DLL from C# Pin
Jose Fco Bonnin16-Nov-01 4:37
Jose Fco Bonnin16-Nov-01 4:37 
GeneralRe: Calling a C++ DLL from C# Pin
aner_glx16-Nov-01 21:39
aner_glx16-Nov-01 21:39 
GeneralWM_COPYDATA Pin
rose33712-Nov-01 19:53
rose33712-Nov-01 19:53 
GeneralC# and COM (Connection Points) Pin
Anders Molin9-Nov-01 5:35
professionalAnders Molin9-Nov-01 5:35 
Generalproblem registering class Pin
dsdsds9-Nov-01 4:13
dsdsds9-Nov-01 4:13 
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: ...
----------------------------------------
GeneralRe: problem registering class Pin
rchiav9-Nov-01 5:28
rchiav9-Nov-01 5:28 
Generalwho can give me an example Pin
7-Nov-01 14:54
suss7-Nov-01 14:54 
GeneralChanging data on a different form Pin
5-Nov-01 8:35
suss5-Nov-01 8:35 
GeneralRe: Changing data on a different form Pin
AndyG5-Nov-01 11:43
AndyG5-Nov-01 11:43 
GeneralRe: Changing data on a different form Pin
6-Nov-01 3:50
suss6-Nov-01 3:50 
GeneralClass.forName() Pin
Jamie Hale4-Nov-01 16:54
Jamie Hale4-Nov-01 16:54 
GeneralRe: Class.forName() Pin
Chris Maunder15-Nov-01 14:04
cofounderChris Maunder15-Nov-01 14:04 
GeneralSearch files Pin
Makyana4-Nov-01 3:08
Makyana4-Nov-01 3:08 
GeneralRe: Search files Pin
Andreas Philipson4-Nov-01 14:47
Andreas Philipson4-Nov-01 14:47 
GeneralOutput to MS Word using C# Pin
1-Nov-01 8:41
suss1-Nov-01 8:41 
GeneralRe: Output to MS Word using C# Pin
Eric Gunnerson (msft)2-Nov-01 6:15
Eric Gunnerson (msft)2-Nov-01 6:15 
GeneralCOM server in .Net Pin
Christian B30-Oct-01 1:58
Christian B30-Oct-01 1:58 
GeneralRe: COM server in .Net Pin
Nish Nishant1-Nov-01 13:56
sitebuilderNish Nishant1-Nov-01 13:56 
GeneralRe: COM server in .Net Pin
Christian B2-Nov-01 0:49
Christian B2-Nov-01 0:49 
Generalabout mdi child window Pin
aner_glx28-Oct-01 17:20
aner_glx28-Oct-01 17:20 
Questionhow do u convert a char to an int? Pin
25-Oct-01 19:00
suss25-Oct-01 19:00 
AnswerRe: how do u convert a char to an int? Pin
Christian Graus25-Oct-01 19:05
protectorChristian Graus25-Oct-01 19:05 

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.