1

I have added an IS2011 project to my existing VS2010 solution. My VS solution contains several projects. I have added the primary output of the main project to IS2011. When the IS2011 project builds it sometimes adds the .NET dependencies and sometimes gives warning that cannot find the dependencies. it produces build warning 6248. I spent a lot of time searching for this problem and found the following link on flexera software website but it wasn't helpful at all as it suggests that the dlls have been moved or deleted!! which is not the case for me.

http://kb.flexerasoftware.com/selfservice/viewContent.do?externalID=Q107276

It even sometimes looks for strange dependencies like "a.tmp" or ".dll" and gives warning that it cannot find them either! I don't understand why it behaves like that? anyone has encountered the same problem? what is the solution? Adding the dependencies manually?!!

Please bear in mind that I also have a VS setup installer project that picks up all the dependencies automatically and has no problem. But why IS cannot do that?

4

1 回答 1

0

VS2010 的内置 IS2011 是限量版.. 不幸的是,这个版本不能使用您项目中的任何依赖项..

唯一的解决方案是订阅 Express Edition 或 Professional Edition 或使用普通的 VS Setup Project。

于 2011-12-13T08:06:01.427 回答