I have converted a running application from vs2008 to vs2010 and cannot get it to build properly. I have an f95 application extension that is called by a c# main program. Everything compiles and links without error but when I try to add the f95 dll as a reference to the c# project, a warning says the project cannot be referenced. Has anyone else experienced this? The c# project is targeted to .NET 3.5 and f95 to .NET 4.0 - but I have tried different combinations.
Visual Studio 2010 Problem
23 May 2012 4:39
#10213
7 Jun 2012 4:35
#10282
I have also noticed this, however it still seems to build fine despite the warning. Its kind of annoying though.
Please login to reply.