Results 1 to 1 of 1
  1. #1
    drexasaurus's Avatar
    drexasaurus is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2011
    Location
    Santa Ana, CA
    Posts
    60

    Access Runtime and Managed Add-In

    I created a database that uses a managed Add-In, and am trying to see if this database will run properly using the Access Runtime. At the beginning, however, I try to use a managed Add-In at the startup of the application. When I do, however, it SEEMS to be breaking at this line of code (taken from the Microsofts Example, which I copy similarly):


    Code:
    With COMAddIns("SharedAddIn.Connect")    ' Make sure the COM add-in is loaded.    .Connect = True 
    I get an error saying something like "You must be running as an administrator to alter add-ins. Does this mean the application can only be run by someone logged in as a computer admin? Or that the Access runtime can't use managed add-ins? Or am I not configuring something or missing some other possibility?

    Thanks.
    Last edited by drexasaurus; 06-04-2012 at 01:41 PM. Reason: Grammatical error misrepresenting what I meant

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 05-30-2012, 01:43 PM
  2. Access runtime
    By anilytics in forum Access
    Replies: 1
    Last Post: 03-09-2012, 06:09 PM
  3. Access Runtime and mdw
    By tufit in forum Access
    Replies: 0
    Last Post: 01-10-2012, 02:45 AM
  4. Access Runtime
    By SFC in forum Access
    Replies: 0
    Last Post: 11-30-2011, 03:05 PM
  5. Access Runtime
    By SFC in forum Access
    Replies: 5
    Last Post: 02-15-2011, 11:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums