cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Michael_Busch
Level 2

Scan fir Dependencies - VS 2008 crashes

Hello.

I am trying to make my first InstallShield project and I have a problem.
I have a large VS2008 C# Solution project with 10 subprojects.

I added InstallShield 2010 Sp1 as a subproject to my solution in VS.


Under the menu "files", I added the project output of each subproject to my install project. I hope this was correct.


But while scanning for dependencies VS 2008 is crashing without any error message. Its reproducible.
I am clicking the first of the three ways of scanning and the exclude-list is activated.


In my project I also use the Moduls Spring, NHibernate and Resharper.
Could this cause this error?

Is there a logfile which I can provide?


edit: While building the complete solution, I have the error -6213. What does this mean?
I know it depends to the dependency scanning.

Thanks a lot for your help in advance.

Michael
Labels (1)
0 Kudos
(1) Reply
Christopher_Pai
Level 16

I reccomend always turning dependency scanners off. It's best to examine your references yourself and make the approriate decisions on what to do with them. Every tool that I've ever used that did dep scanning introduced more problems then they solved for me.
0 Kudos