Linker error in msobj10.dll

I'm trying to compile a "native" C++ project using VS.NET.
Everything compiles, but I get a strange linker error message:

LINK : fatal error LNK2023: bad dll or entry point 'msobj10.dll'!'?FCreateReader@IDebugSSectionReader@@SA_NPAEIPAPAV1@K@Z'

Any glue?
[301 byte] By [rkaltenthaler] at [2007-11-18 10:00:30]
# 1 Re: Linker error in msobj10.dll
I finaly found the problem myself;
there was a "old" version of the DLL in the path. If belonged to the version 6 of the Visual Studio.
rkaltenthaler at 2007-11-11 2:36:30 >