visual studio 2008 - VS2008 c++/cli project adds unnecessary office.dll to output folder -


i have created project (that behaves differently on 2 different computers, although files same.

the project compiles managed dll. part of solution (let's 'solution a') has 4 projects. project references project of solution , various managed dlls of solution b.

on computer 1, did development, compiles expected , it's working fine.
on computer 2, using files, compiles , it's working fine, too. during compilation, there 2 files added output folder although not referenced anywhere:

1>kopieren von "c:\program files\microsoft visual studio 9.0\visual studio tools office\pia\office12\office.dll" in das zielverzeichnis... 1>kopieren von "c:\program files\microsoft visual studio 9.0\visual studio tools office\pia\office12\microsoft.office.interop.outlook.dll" in das zielverzeichnis... 

i not using files nor referencing them or functions of them @ place in code. why copied?
doesn't hurt though, know if there's going wrong.

the 2nd comment of hans passant original post answer.
on computer 1, both files registered in gac.
on computer 2, weren't, copied output folder instead.
gotta find out why needed @ all...


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -