Message 1 of 5
launching Revit from visual studio
Not applicable
â09-10-2018
04:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
im trying to figure out the lunching problem... please help
i just followed this below steps and i checked every addin location. however it's not working and they said
"The program '[1764] Revit.exe' has exited with code 0 (0x0)."
plz help me ... đ
In order to be able to debug using Visual Studio, we have to make some manual edits to the project files by implementing the following steps
- In the Solution Explorer window, right Click Lab1PlaceGroup and select Properties.
- In the Properties window, Go to Debug option and choose âStart external programâ.
- Browse for âRevit.exeâ file and normally the file will be present in this path(C:\Program Files\Autodesk\Revit 201x\Program\Revit.exe).
(Edit the filepath for Revit.exe if youâve installed it in a non-default location).