Revit 2013 x32 crashed

Revit 2013 x32 crashed

Anonymous
Not applicable
236 Views
0 Replies
Message 1 of 1

Revit 2013 x32 crashed

Anonymous
Not applicable

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 ?? 

0 Likes
237 Views
0 Replies
Replies (0)