Error loading extension (versioning)

Error loading extension (versioning)

dk941
Contributor Contributor
1,769 Views
4 Replies
Message 1 of 5

Error loading extension (versioning)

dk941
Contributor
Contributor

Hello

Help pls

 

image.png

 

 

 

 

"Error loading extension C:\ProgramData\Autodesk\Vault 2018\Extensions|Test\Test.vcet.confog"

 

The extension works fine on version Vault  2017.
When installing the extension to version Vault 2018, an error occurred.
how to solve the versioning problem?

0 Likes
Accepted solutions (1)
1,770 Views
4 Replies
Replies (4)
Message 2 of 5

cbenner
Mentor
Mentor
0 Likes
Message 3 of 5

dk941
Contributor
Contributor

@cbenner

 

As far as I know, all of the necessary .dll files in that folder present.
The extension works without problems for version AutodeskVault Professional 2017.
What changes need to be made to the extension to work in version Autodesk Vault Professional 2018?

0 Likes
Message 4 of 5

Markus.Koechl
Autodesk
Autodesk
Accepted solution

Did you update the API version? Probably your extension registers the 2017 value of "10.0"

[assembly: ApiVersion("11.0")]


Markus Koechl

Solutions Engineer PDM, Autodesk Central Europe
Message 5 of 5

dk941
Contributor
Contributor

Yes! Thank you!

0 Likes