Distributing custom application and SearchCondition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Our company has renewing license for Autodesk NavisWorks products. Currently we use 2009 and 2011 versions. I am developing our own .NET control which utilizes NavisWorks .NET control.
This control will be used in our own winform application and inside web browser as well (as a part or a web application).
Both applications (winforms and web application) will be distributed to our customer, who has NavisWorks license as well and installed on client (desktop) computers.
Therefore I need to solve the distribution problems.
1. Will I have to create (compile) two versions? One with 64b NavisWorks for 64b Win7 and one with 32b NavisWorks for 32b Win7?
2. Will I also have to create two versions, one with 2011 version and one with 2012 version?
The mentioned customer uses 2012 version.
3. The assembly is included in GAC, so I guess it is not necessary to bundle the library with the application.
If this is described somewhere, pointing me to it is just fine.
4. I struggle with the SearchCondition class and its usage to search for items. I have read a thread in this forum which helped me little (http://forums.autodesk.com/t5/Autodesk-Navisworks-API/Search-with-quot-OR-quot/td-p/3235364), but I still can not get the results.
Is there a more detailed documentation than the one found in the installation directory of the Simulate program?
I will appreciate any help.
Martin Borkovec