Message 1 of 1
Revit 2013 x32 crashed

Not applicable
06-02-2015
03:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all. I have some problem with Autodesk Revit 2013 x32. I'm working with plugin for Revit, created on C#.
To autostart plugin i created file *.addin:
<?xml version="1.0" encoding="utf-8" ?> <RevitAddIns> <AddIn Type="Application"> <Name>CADtoEarth.Revit</Name> <Assembly id="AssemblyPath">MyPlugin.Revit.dll</Assembly> <ClientId>cb5c768a-dc2f-4289-a803-58ee5afc5708</ClientId> <FullClassName>CADtoEarth.CADtoEarthAddIn</FullClassName> <VendorId>My Company</VendorId> <VendorDescription>My Company, http://mysite.com</VendorDescription> </AddIn> </RevitAddIns>
Plugin was built like
MyPlugin.Revit.dll
I test plugin on Revit 2013-2016 for Windows x64 - it works good. Also it works good on Revit 2014-2016 for Windows x32. But when i try start Revit 2013 x32, it crashed.
Mb someone have same problem and can help me ??