Home > front end >  C # to give asp object to vb6 development of DLL
C # to give asp object to vb6 development of DLL

Time:11-14

Using vb6 development of DLL, now with c # development, to the DLL asp object request, the response
The Site Site=(FCMS. Site) for Server CreateObject (" ABC. Site ");
//FCMS. Site Site=new FCMS. Site ();
Site. Request=new Request ();
Site. The Response=new Response ();
Site. The Server=new Server ();
Site. The Session=new Session ();
Site. RootPath=Server. MapPath ("./");
Site. The Index ();

Prompt site. Request=new Request (); Error message is as follows:
Retrieval COM clsids in plants is {920 c25d0-25 d9-11 d0 A55F - 00 a0c90c2091} component failure, the reason is appear the following error: 80040154 not registered class (exception from HRESULT: 0 x80040154 (REGDB_E_CLASSNOTREG)),

CodePudding user response:

Use regsvr32 * * *. DLL register the DLL vb6 development
  •  Tags:  
  • ASP
  • Related