This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Scan fir Dependencies - VS 2008 crashes
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 25, 2010
04:20 PM
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
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 26, 2010
09:10 PM
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.