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

A reference to path//myDLL.dll could not be added.please make sure that the file is accessible,and that is a valid assembly or

John_C_
Beginner
6,932 Views

 1. have some Fortran .f90 files.

2 I installed visual Fortran compiler in visual studio 2015

  1. I created library DLL empty project.

  2. I added all .f90 and .f files to the project.

5 I compiled the project.

6 now I have myproject.dll file.

7.I created a web application.

8 I try to add myproject.dll to references.

9.I got this error in visual studio environment before compile. :

reference manager: A reference to path//myDLL.dll could not be added.please make sure that the file is accessible,and that is a valid assembly or COM component.

Which project type knows my dll?.is there any error in compile of my dll?therefore what should I do?

Best regards

0 Kudos
44 Replies
John_C_
Beginner
328 Views
As I end console my Form exited suddenly .so what's the matter? Another question is that about AllocConsole ,is there any way to get write and print command contents intro a windows form lable. --- also send windows form textbox content into read console command? At all I want to replace console with Windows form controls. Reagrds
0 Kudos
John_C_
Beginner
328 Views
Test
0 Kudos
Brown__Garry
Beginner
328 Views

If File Path is too long then I would like to suggest you, try Long Path Tool program to resolve this issue.

0 Kudos
Reply