Error loading extension PropertyPageSample

Error loading extension PropertyPageSample

Anonymous
Not applicable
1,104 Views
4 Replies
Message 1 of 5

Error loading extension PropertyPageSample

Anonymous
Not applicable

 Hi Doug,

 

I am trying to build the PropertyPageSample app. I am getting the "Error loading extension PropertyPageSample" error on starting Vault.

 

I tried running the Load Tester utility, and it said that it could not find the Autodesk.Connectivity.Extensibility.Framework version 16.0.56.200. I checked my project References and I had that DLL, but it was version 16.1.58.0.

 

I have attached my project if you would be able to look at it.  It is not all wired up yet.

 

Mike

 

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

Anonymous
Not applicable

Update:

 

It turns out that the problem I was seeing was from the Test Loader utility itself, because I was running it from the obj\x86\Release folder.

 

When I run TestLoader from the bin\Release folder, it checks my extension, and reports

 

"Load complete.  No errors found"

 

But when I start Vault, it gives me a window with the the error:

 

"Error loading extension PropertyPageSample"

 

Any ideas?

 

 

 

0 Likes
Message 3 of 5

Redmond.D
Autodesk
Autodesk
Accepted solution

It works fine for me.  So far it looks just like the Hello World sample in the SDK.

My guess is that you didn't deploy all the needed DLLs.  Here is what my deployment looks like...

 

C:\ProgramData\Autodesk\Vault 2012\Extensions\PropertyPageSample\

 Autodesk.Connectivity.WebServicesTools.dll

 PropertyPages.dll

 PropertyPageSample.dll

 PropertyPageSample.vcet.config

 

I don't think PropertyPages.dll needs to be there, but it was in your bin\Release folder.

 

Here is an article that explains which DLLs to deploy:  http://justonesandzeros.typepad.com/blog/2011/10/which-sdk-dlls-to-deploy.html

 

 

 



Doug Redmond
Software Engineer
Autodesk, Inc.

Message 4 of 5

Anonymous
Not applicable

That was it.  I was missing a DLL.  Thanks!

 

0 Likes
Message 5 of 5

Anonymous
Not applicable

I've written a .Net 3.5 extension for Vault 2012 and it was working for over a year, but now doesn't load anymore on users' machines.

 

I used the Test Loader appliction and it returns a message, "Extension not loaded.  No exception thrown."

 

Attached is my zipped up project files.

0 Likes