Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi,

I have developed an VB.NET InteropUserControl which works properly on my pc.
The InteropUserControl is used in a form in an Access 2010 MDA File. If i deploy it as an MDE File to another pc, the Form won’t open with the errormessage "There is no control in this object".

The Control was registered with

regasm "DLLName" /tlb:"TLBName" /codebase /verbose
gacutil.exe /i "DLLName"

(no errrors)


If I then deploy the MDA File to another pc and replace the controls in the form, it will work fine, even after compilation to MDE.

Is there anything else to do so Access can use this Controls "on the Fly"?


Thank you
Posted
Comments
Maciej Los 24-Aug-12 17:58pm    
Try to deploy mda file as mde file on another pc with registered control...
Check the security level and add your project to the collection of trusted projects.

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