Revit Api Template Error - pls explain

Revit Api Template Error - pls explain

Anonymous
Not applicable
532 Views
2 Replies
Message 1 of 3

Revit Api Template Error - pls explain

Anonymous
Not applicable

vbreviterr.png

 

im using the template 2015 for VS 2017 ...can somebody tell me what to do?

0 Likes
Accepted solutions (1)
533 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Accepted solution

That's a Warning, not an Error. Note it says "2 Warnings" at the top of the window. An error will stop you from being able to compile your code into a dll, a warning will just let you know that something might not work after you compile. 

 

You can ignore that warning. That warning is saying that you're project is being built for any CPU, and the dll you referenced is only built for 64 bit CPUs. In fact I've changed my project to 64 bit CPU only under the configuration manager and then had issues with the debugger, so I just leave it alone.

0 Likes
Message 3 of 3

Anonymous
Not applicable

Thank you soooooo much!!!

 

Problem Solved!Smiley Happy

0 Likes