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!

