Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

.NET can not find exe file

khaddad
Beginner
475 Views

Greetings

I just installed Intel Fortran 9.0 and .NET. I was able to run the test file "int_sin_fort" from theDOS command line and obtain the right output. This is the test file that comes with the distribution.

ThenIcreated a new solution under .NET that contains the source file "int_sin_fort".

Then I build the project using "Build->Build Solution" under .NET

Then I issue the command "Debug->Start without debugging"

I get the message though that the .exe file can not be found.

I can not at this point resolve this problem? Any help is greatly appreciated.

Kamel.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
475 Views
My guess is that you did not select a correct project type when creating the project. Try it again and select Intel Fortran..Console Application as the project type.
0 Kudos
Reply