Can I use Visual Studio 2008 to develop Revit API applications for Revit 2009?

The Revit API is .NET based, which insulates you from certain low-level details and enhances portability and interoperability compared to a more directly linked API such as C++.
Kean Walmsley just published a little note on

obtaining and using Visual Studio 2008

in his blog on the AutoCAD.NET API.

The notes about developing .NET applications for AutoCAD apply to Revit development as well. Officially, as stated in “Getting Started Revit API 2009.doc”, the only supported Revit application development environment is Microsoft Visual Studio 2005 or the Microsoft Visual Studio 2005 Express Edition. Due to the interoperability between versions you can use 2008 anyway. You may have to avoid making use of certain features, though, such as new C# 3.0 constructs or newly added libraries, since the Revit API requires the Microsoft .NET Framework version 2.0.


Comments

One response to “Visual Studio 2008”

  1. If you are a uni student just learning programming you can get a free copy of Visual Studio from Microsoft here: https://www.dreamspark.com/default.aspx

Leave a Reply

Discover more from Autodesk Developer Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading