Addin does't work in Revit 2015

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Please help me in the next problem.
I have a full project of my addin in Visual Studio (VS). In Revit 2014 it works correctly. Now I tryed my addin in Reviit 2015, and it does't work.
I built a new dll. First I put a new RevitAPI.dll and RevitAPIUI.dll in my project in VS.
Path of dll:
"C:\Program Files\Autodesk\Revit 2015\AddIns\WA\WallsArea2014.dll"
I put next list of dll-files to:
"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0"
and
"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5"
RevitAPI.dll
RevitAPIUI.dll
RevitAddInUtility.dll
RevitAPIIFC.dll
In project I use Frameworkv4.5.
How it works in Revit 2014: My addin allows me get a spesial window with parameters of walls I built. And puts value of area in special parameter.
In list of addins I see my addin. I can call it, but I get error (on screen). On left of screen you can see my form (now it's empty) and on rigth side - error notification.
I use visual studio express 2013 for win desktop
Revit 2015 (upgrated)
Please heip me!
Thank you