manifest issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
The manifest I have created gives me a command failiure for external command.
It states:
Revit could not complet the external command. Conatc the provider for assistance. Information they provided to revit about their identity: Autodesk, Www.autodesk.com
I was told that vendor description is necessary? If I remove it, it states that the information is missing.
I am sure this is really simple but I am just missing something.
I am using Revit 2014
Here is the entire text in the xml file
<?xml version="1.0" encoding="utf-8"?>
<RevitAddIns>
<AddIn Type="Command">
<Name>Funkysheets</Name>
<Assembly>C:\Users\******\Documents\Visual Studio 2012\Projects\wrksht1\wrksht1\bin\Debug\wrksht1.dll</Assembly>
<AddInId>239BD853-36E4-461f-9171-C5ACEDA4E721</AddInId>
<FullClassName>wrksht1.Sheetzmyfunk</FullClassName>
<Text>Sheetzmyfunk</Text>
<VendorId>ADSK</VendorId>
<VendorDescription>Autodesk, www.autodesk.com</VendorDescription>
<VisibilityMode>NotVisibleInFamily</VisibilityMode>
<Discipline>Structure</Discipline>
<Discipline>Architecture</Discipline>
<LongDescription>
This is the long description for my command.
This is another descriptive paragraph, with notes about how to use the command properly.
</LongDescription>
<TooltipImage>c:\MyProgram\Autodesk.png</TooltipImage>
<LargeImage>c:\MyProgram\MyProgramIcon.png</LargeImage>
</AddIn>
</RevitAddIns>