Can´t load RevitLookup 2015

Can´t load RevitLookup 2015

Anonymous
Not applicable
1,403 Views
6 Replies
Message 1 of 7

Can´t load RevitLookup 2015

Anonymous
Not applicable

Hi

I have a problem loading RevitLookup 2015

 

I got  the error:

 

System.IO.FileLoadExecption

Could not load file or assembly
......\RevitLookup.dll or one of its dependencies. Operation is not supported. (Exeption from HRESULT: 0x80131515)

 

Hope anyone can help me 🙂
Thanks,

Anders

0 Likes
Accepted solutions (1)
1,404 Views
6 Replies
Replies (6)
Message 2 of 7

Charles.Piro
Advisor
Advisor

Hi,

 

the assembly is in your computer or in a server ?

 



PIRO Charles
Developer

PIRO CIE
Linkedin


0 Likes
Message 3 of 7

Anonymous
Not applicable

Hi

The Addin and DLL files are both located at C:\ProgramData\Autodesk\Revit\Addins\2015

 

 

Anders

0 Likes
Message 4 of 7

rosalesduquej
Alumni
Alumni

Hi Anders,

 

Is the path inside of your Addin file pointing out to the right location ? could you double check. 

 

If it is I think you will be better off removing it completly and getting it again from a fresh start. 

 

Is any other plugin in the folder location working ? Was your RevitLookup working before ? 

 

Cheers,



Jaime Rosales D.
Sr. Developer Consultant
Twitter | AEC ADN DevBlog
0 Likes
Message 5 of 7

Anonymous
Not applicable

Hi

 

Yes I think so

The addin file lokk like this:

 

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<RevitAddIns>
   <AddIn Type="Application">
      <Assembly>C:\ProgramData\Autodesk\Revit\Plugins\2015\RevitLookup.dll</Assembly>
      <ClientId>356CDA5A-E6C5-4c2f-A9EF-B3222116B8C8</ClientId>
      <FullClassName>RevitLookup.App</FullClassName>
      <Name>Revit Lookup</Name>
      <VendorId>ADSK</VendorId>
      <VendorDescription>Autodesk, www.autodesk.com</VendorDescription>  
   </AddIn>
</RevitAddIns>

 

And the RevitLookup.dll is placed in the folder:

C:\ProgramData\Autodesk\Revit\Plugins\2015

 

And I have others addin working from that folder.

 

I have tried to delete and download new files

I just changed computer that why I had to reinstall Revit Lookup again 🙂

 

Anders

 

0 Likes
Message 6 of 7

rosalesduquej
Alumni
Alumni

Hi,

 

Mm very strange, did you have the latest version of it ? https://github.com/jeremytammik/RevitLookup/releases 2015.0.0.8 ? 

Also The way I have setup mine is to load the DLL from a different location, I only keep my addin files in that folder, the Dll depending on the development I'm doing they stay in there debug folder in case I do any changes and the addin keeps reading the most up to date version of it. 

 

Could you try moving your dll to a different path and update your addin file with the new location. Also try to rebuild a new version of the VS solution. 

Silly thing to suggest but It is kinda strange to me that you cannot load it. 

 

Cheers,



Jaime Rosales D.
Sr. Developer Consultant
Twitter | AEC ADN DevBlog
0 Likes
Message 7 of 7

agenna
Participant
Participant
Accepted solution

Depending on the version of windows you have, you may need to right-click > properties... and UNBLOCK the .dll

all the while thanking Microsoft for enhancing my security.