DevTV My First Revit Plugin..Revit.exe' has exited with code -529697949

DevTV My First Revit Plugin..Revit.exe' has exited with code -529697949

Anonymous
Not applicable
3,493 Views
3 Replies
Message 1 of 4

DevTV My First Revit Plugin..Revit.exe' has exited with code -529697949

Anonymous
Not applicable

Hi, i am new at the Revit API and i am following the DevTV part 1 and 2 videos.

 

i get the following error in Visual Studio 2013 when i set my debug application to Revit2015.exe

 

"The program '[11364] Revit.exe' has exited with code -529697949 (0xe06d7363) 'Microsoft C++ Exception'."

 

After i get the error then Revit closes down. i have to manually start the revit to test the addins created.

 

Thanks in advance.

 

CCheers

gary

 

0 Likes
Accepted solutions (1)
3,494 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Accepted solution
Message 3 of 4

Anonymous
Not applicable

Thanks R. van den  Bor.

 

the first link worked just fine. just to make it easier for others if come across this issue..

 

You need to check "Use Managed Compatibility Mode"

 

Tools > Options > Debugging > General

 

Cheers 🙂

Message 4 of 4

GTisRuleX
Advocate
Advocate

So, following all the the links on this subject, I'm having a bizarre result following the "Hello World" tutorial.

 

I've changed "Use manage combatibility mode" per discussion here;

 

When I use (F5) to start the debugger, Revit opens as expected, then I'm thrown a debug exception immediately after the prompt for an "untrustworthy publisher".

 

The debugger returns this message;

DEBUGGER.png

 

When I launch Revit manually, my "Add in" loads correctly and functions per expected;

 

hello.png

0 Likes