| June 1, 2009 9:00 PM PDT | |
For error messages:
LINK: fatal error LNK2023: bad DLL or entry point 'msobj80.dll'
or 'cannot find msobj80.dll'
or for problems with setting breakpoints in the debugger
You may have encountered a known problem with Visual Studio described here:
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=119683
It involves the PATH that is visible to the Microsoft program mspdbsrv.exe when it is
started. When it is started for debugging, it will not issue an error message if it
cannot find msobj80.dll. After it is started, mspdbsrv.exe remains active for a period
of time. If this instance is running when the linker is invoked, it will not have
a PATH to msobj80.dll and reports the error.
Copying msobj80.dll to '\Program Files\Microsoft Visual Studio 8\Common7\IDE' is the recommended
work-around. This is the directory where mspdbsrv.exe resides. After msobj80.dll is
copied, you should check with Task Manager to see if the mspdbsrv.exe process is running.
If it is, kill it with 'End Process'. The next time mspdbsrv.exe starts up, it should find
msobj80.dll.
Installing Visual Studio 2005 Service Pack 1 (SP1) usually corrects this problem.
This article applies to: Intel® Visual Fortran Compiler for Windows* Knowledge Base
For more complete information about compiler optimizations, see our Optimization Notice.
Comments (3) 
| July 6, 2009 1:02 AM PDT
Hao Jiang (Intel)
|
If you are using VS2008 shell provided by IVF 11.1 (or Microsoft Visual Studio 2008, version 9.0), please copy the 'msobj80.dll' file to the "C:Program FilesMicrosoft Visual Studio 9.0Common7IDE" folder. |
| January 19, 2011 12:37 AM PST
Javier |
I have the same problem that is mention here. I try to do us you say, but the folder:'C:Program FilesMicrosoft Visual Studio 9.0' has just one folder 'setup'. The closest folder I find is: 'C:Program FilesMicrosoft Visual StudioCommonMSDEV98BINIDE' I am using Intel® Visual Fortran Composer XE 2011 & MVS 2008 |
Trackbacks (0)
Leave a comment 
Steve D. (Intel)
|


Nitika