Addin not loading in some machines

Addin not loading in some machines

NachoWorkProfile
Participant Participant
180 Views
1 Reply
Message 1 of 2

Addin not loading in some machines

NachoWorkProfile
Participant
Participant

Hey

 

My addin can be loaded on my machine, my work laptop, one of the remote machines i can access but not the other remote machine. The addin shows in the addin list as unloaded but when i check to load it, its doesnt load.

 

Ive been through my addin build and everything is valid, it works on other machines.. My button images are embedded and ive never had a problem before.

 

I know its a bit vague but what potential issues could be causing this?

 

The addin is placed in the folder location that doesnt require a specific version

'C:\ProgramData\Autodesk\ApplicationPlugins\MyApp'

 

My addin code for what its worth

<?xml version="1.0" encoding="utf-8"?>
<Addin Type="Standard">
  <ClassId>{98782532-8535-4913-9341-76a4e393c3b4}</ClassId>
  <ClientId>{98782532-8535-4913-9341-76a4e393c3b4}</ClientId>
  <DisplayName>Launcher</DisplayName>
  <Description>Launches new automation version 2</Description>
  <Assembly>V2_Launcher.dll</Assembly>
  <LoadBehavior>0</LoadBehavior>
  <UserUnloadable>1</UserUnloadable>
  <Hidden>0</Hidden>
  <SupportedSoftwareVersionGreaterThan>24..</SupportedSoftwareVersionGreaterThan>
  <SupportedSoftwareVersionLessThan>28..</SupportedSoftwareVersionLessThan>
  <DataVersion>1</DataVersion>
  <UserInterfaceVersion>1</UserInterfaceVersion>
</Addin>

We are currently using version 26.

 

the ONLY difference i can find is the problem machine version is slightly different to mine.

 

mine: 26.30.35002

machine: 26.40.49200

 

but it shouldnt make a difference because the interop is the same as 26.2.00 and the addin is not not version specific.

 

 

 

Thanks

0 Likes
181 Views
1 Reply
Reply (1)
Message 2 of 2

NachoWorkProfile
Participant
Participant

Hey

 

Resolved the issue......

 

i had missed 1 reference file to the addin dll!

 

 

thanks

 

0 Likes