문제

I wrote an add-in for Inventor 2012, the add-in must be .NET 3.5 it seems. I have not found an update that enables .NET 4 yet. The rest of my codebase is .NET 4.0 and hence I cannot reference my other projects from my add-in code. Is there a workaround for this?

도움이 되었습니까?

해결책

No. You could spawn a separate process and talk to it, but other than that, outta luck.

다른 팁

It looks like Inventor 2013 is compiled for .Net 4. That is not a patch I can easily apply at the moment.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top