Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 120
Default Com Addin Issue

I'm developing a COM Add-in using VB.net and I'm getting the good old
"Programmatic Access to Visual Basic Project is not trusted."

The "Trust all installed add-ins" is checked and so is "Trust access
to visual basic project"

If I have another add-in enabled that works with the VBE then my COM
add-in executes fine. Otherwise it crashes on the:

Private m_vb As VBE

Public Sub New(ByVal app As Excel.Application)
m_vb = app.VBE
End Sub

app is definitely an Excel application and is never nothing (it is
checked before invoking this class)

Is there something that I'm missing?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
setup project for Excel addin, won't register addin Gerry Excel Programming 0 October 31st 07 12:01 AM
Issue with UDFs in Personal Addin Pflugs Excel Programming 2 July 26th 07 03:12 PM
Addin Issue kt Excel Programming 0 June 26th 05 04:58 PM
Excel Addin written in C# issue Fariq Excel Programming 2 March 2nd 05 02:49 PM
addin loading issue howiefan Excel Discussion (Misc queries) 3 December 1st 04 11:10 PM


All times are GMT +1. The time now is 05:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"