Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I used regsvr32 keyword to register AxInterop.MSFlexGridLib.dll file placed in bin of my application. But when I enter then show as DllRegisterServer entry point was not found. What is the problem ,how it is solve.
Posted

For .NET COM component doesn't work Regsvr32 command. Instead of it look for RegAsm.exe (RegSvc.exe for COM+ applications) - I have it in c:\windows\microsoft.net\framework\v2.0.50727.
 
Share this answer
 
I registered MSFLEXGRID.ocx file using regsvr32 command in command prompt .

Then solved my problem
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900