REVIT 2012 Add-In Load Failure

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Interesting problem.
I have an External Application that my guys are unzipping onto their local stations from our server, and it's worked beautifully on 6 out of 7 machines across two operating systems; Windows Vista and 7. I know the .addin and .dll files are "unlocked". The one machine that's giving us the problem is the only laptop in the group, and it's the only one with an SSD.
Here's what happened and what I've tried:
The .addin fails to load on start-up and I get a System.IO failure. (Do SSD laptops have that namespace available? <--- just popped in my head)
Anyway, I think that maybe we hit the lottery and have a GUID conflict so we generate a new one; same result.
I think maybe I need to load it with the Add In Manager so we download and install that and delete the "bad" .addin file. Here's where it gets weird. On start up there's no exception that the old .addin failed to load (since we deleted it) and the Add In Manager comes in beautifully. When we try to generate the manifest through the Add In Manager, the .dll fails to load, and I know it's "unblocked".
All of my applications are written and compiled in .Net 4.0 framework.
Suggestions?