Hi All,
I experience error when i load add-in in my pdm server,
I didn't notice and test every thing after the installation of the new client on my machine but it seem that my add-in doesn't work with PDM 2011.
Is there a way to target every version of EPDM, from 20yy to 20xx,
The Interop.EDMLib.dll is 5.15 on the new version and 5.14 on the old, and after changing the reference, it seem to be unable to load the add-in on old version of PDM.
Am I missing something or add-in are really version sensitive?
Can I tell my add-in to be PDM version independant...?
Should I compile the same add-in multiple time by changing the EdmLib version and keeping the interop dll into different folder?
What a mess...!
Thanks
Probably a bit late for this, but I had the same issue today with one of my vaults. The error messages were identical to yours:
Error loading the add-in.
Reason: Error accessing a file on the archive server.
The vault where the error occured was a copy of another vault restored from a SQL backup so that I would have an identical environment to the original vault but with no files in it.
The problem turned out ot be a missing directory on the archive server. If you look at your error message, it provides a clue:
Local file path: C:\Program Files\SolidWorks Enterprise PDM\Data\PDMWork2010\0\Plugins\0000006f
On my archive server, the Plugins directory was missing. Once I added it under the 0 directory, the add-in loaded with no errors.
Jim S.