Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

Hi, I Am NewB To C# Actually Converted From Java To C# Because Of My Final Year Project Needs

Am Developing An Application For Remote Sharing On A Wireless Network, Using VNC# Lib, On Da Server App Due To Da Application Needs Am Using Da Libs Interop.ServerX & AxInterop.ServerX ... Da Thing Is While Debugging The Code I Get This Error

Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

I Ave Searched Da Refrences From Da Diffeerent Forums On Da Internet & Ave Done Wat Ever I Came Across But It Didnt Helped :(

Can Sum One Help Me In This ?

ERROR

Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

Envoked By Da Code

......

this.Text ="Remoting Server";

this.Load +=new System.EventHandler(this.frmServer_Load);

((System.ComponentModel.ISupportInitialize)(this.ctrlServerX)).EndInit(); <<<<<<<<-|||||||||||| This Line Is ProblemSome!!!!

this.tabSettings.ResumeLayout(false);

this.tabPage1.ResumeLayout(false);

....

Plese Tell Me Wat To Do, Am Clue Less About It!

[2005 byte] By [Shinwary] at [2007-12-29]
# 1

Hello

Here is a similar problem I found, hope it helps: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=216457&SiteID=1

Thank you

FigoFei-MSFT at 2007-9-5 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...