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

general error c1010070: Failed to load and parse the manifest

Mike896
Beginner
2,148 Views
Hi
  As I Build Solution, it appears:
Output Window
Embedding manifest...
.\Debug\sdue2ae.exe.intermediate.manifest : general error c1010070: Failed to load and parse the manifest. {q~0H

I used to have problems of IMSL, but I have checked it and it seems ok.

I'd like to ask what the problem is.

Thanks a million.

Mike

0 Kudos
9 Replies
Steven_L_Intel1
Employee
2,148 Views

I never saw that one before, but a Google search suggests that one possibility is too long a path for the manifest file. That does not seem to be your problem.

I suppose a simple solution is to disable generation of manifests. In the project properties, select Linker > Manifest File and change "Generate Manifest" to no. I doubt you will miss it.

0 Kudos
Mike896
Beginner
2,148 Views

I never saw that one before, but a Google search suggests that one possibility is too long a path for the manifest file. That does not seem to be your problem.

I suppose a simple solution is to disable generation of manifests. In the project properties, select Linker > Manifest File and change "Generate Manifest" to no. I doubt you will miss it.

I''ve done it. But now it shows:

Embedding manifest...
mt.exe : general error c10100b1: Failed to load file ".Debugsdue2AE.exe". {q~0H


I've ReBuild or Clean the solution, it doesn't work either.


I've checked the *.obj files. They are not rebuilt at all. :(

Thank you for your help.

Mike

0 Kudos
Steven_L_Intel1
Employee
2,148 Views

Are those strange characters which show in the post actually in the filename?

0 Kudos
Mike896
Beginner
2,148 Views

Are those strange characters which show in the post actually in the filename?


No. The strange characters are outside the filename. The filename is correct.

Now, it shows:

========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========

There is no Buildlog in ./Debug/, no ***.obj. Silent. :(

Thanks for keeping help me.

Mike

0 Kudos
Mike896
Beginner
2,148 Views

Are those strange characters which show in the post actually in the filename?

I started a new and very simple project now.

program main
print *,'sss'
end program main

After Build Solution, it shows:

1>------ Build started: Project: Console2, Configuration: Debug Win32 ------
1>
1>Build log written to "file://D:tempConsole2Console2DebugBuildLog.htm"
1>Console2 - 0 error(s), 0 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

But I don't find the *.obj in ./Debug at all.

and Build Solution again,
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
Still no *.obj.

Then I Run it, it shows:

Visual Studio cannot debug because the debug target 'D:tempConsole2Console2debugconsole2.exe' is missing.

:(

Mike

0 Kudos
Mike896
Beginner
2,148 Views
Quoting - Mike896

I started a new and very simple project now.

program main
print *,'sss'
end program main

After Build Solution, it shows:

1>------ Build started: Project: Console2, Configuration: Debug Win32 ------
1>
1>Build log written to "file://D:tempConsole2Console2DebugBuildLog.htm"
1>Console2 - 0 error(s), 0 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

But I don't find the *.obj in ./Debug at all.

and Build Solution again,
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
Still no *.obj.

Then I Run it, it shows:

Visual Studio cannot debug because the debug target 'D:tempConsole2Console2debugconsole2.exe' is missing.

:(

Mike

Oh, I find out that IVF will not automatically remind user to save the newly edited file and add to the project.

I remember CVF will do it.

After I save and add it to project, it works now.

But back to my previous post, it still shows

========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========

There is no new Buildlog in ./Debug/, no updated ***.obj. Silent. :(

Thanks for keeping help me.

Mike

0 Kudos
Mike896
Beginner
2,148 Views
Quoting - Mike896

Oh, I find out that IVF will not automatically remind user to save the newly edited file and add to the project.

I remember CVF will do it.

After I save and add it to project, it works now.

But back to my previous post, it still shows

========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========

There is no new Buildlog in ./Debug/, no updated ***.obj. Silent. :(

Thanks for keeping help me.

Mike

I've redone one static-library project by collecting all the files(modules and external files) except main file.

This is done successfully.

I create a main project to add the main file and also linking thestatic library.

I compare the settings in Project->properties and find Fortran is missing in Configuration Properties for the old project.

Also there is also another Common Properties added.

Mike

0 Kudos
Steven_L_Intel1
Employee
2,148 Views

Mike,

You will not see Fortran in the Configuration Properties. It will be in the Project Properties.

At this point I suggest that you enter an issue at Intel Premier Support and attach a ZIP of your solution folder. There's not enough information here so far to understand the problem.

0 Kudos
Mike896
Beginner
2,148 Views

Mike,

You will not see Fortran in the Configuration Properties. It will be in the Project Properties.

At this point I suggest that you enter an issue at Intel Premier Support and attach a ZIP of your solution folder. There's not enough information here so far to understand the problem.

Thank you for your information.
I find out I forgot to include *.mod. There are so many settings to be remebered and they appear in many places.
Mike
Mike
0 Kudos
Reply