Revit 2019 can't run external applicatins

Revit 2019 can't run external applicatins

Anonymous
不适用
447 次查看
2 条回复
1 条消息(共 3 条)

Revit 2019 can't run external applicatins

Anonymous
不适用

QQ图片20190716085603.jpgQQ图片20190716085603.jpg

0 个赞
已接受的解答 (1)
448 次查看
2 条回复
回复 (2)
2 条消息(共 3 条)

naveen.kumar.t
Autodesk Support
Autodesk Support
已接受的解答

Hi @Anonymous ,

I think there are some problems with your .addin manifest file

1)Check whether you gave proper class name. For example

namespace REVITAPPLICATION
{
    [Transaction(TransactionMode.Manual)]
    public class Class1 : IExternalApplication

then the FullClassName should be 

<FullClassName>REVITAPPLICATION.Class1</FullClassName>

2)Since you created an application, in the Addin manifest file the ADDIN type should be application

     <AddIn Type="Application">

 

I hope this helps.


Naveen Kumar T
Developer Technical Services
Autodesk Developer Network

0 个赞
3 条消息(共 3 条)

Anonymous
不适用

Thanks for your help. I find my fullclassname is wrong. Letters should be case-sensitive.

0 个赞