Click here to Skip to main content
15,910,234 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a project in Visual Studio 2010
In This Project Have Crystal Report and Window Form

When I make a Setup and Add User's desktop in Primary Output this is Show Error :
The following files may have dependencies that cannot be determined automatically.
Please confirm that all dependencies have been added to the project.
C:\windows\system32\macromed\flash\flash10o.ocx

and this is show in User's desktop
Name                                                       Type
CrystalDecisions.reportAppServer.Prompting.dll             Assembly
Flash10o.ocx                                               File
FlashControlV71.dll                                        Assembly
log4net.dll                                                Assembly
Microsoft.ReportViwer.Common.dll                           Assembly
Microsoft.ReportViwer.DataVisualization.dll                Assembly
Microsoft.ReportViwer.ProcessingObjectModel.dll            Assembly
Microsoft.ReportViwer.WinForms.dll                         Assembly
Primary Output from Setup(Active)                          Output
ShockwaveFlashObject.dll                                   Assembly
stdole.dll                                                 Assembly

All show in blue underline only show Primary Output..... is Right
After Bulid this it and install this setup is show many file in desktop

How can I make a Setup
Help Me
Posted
Updated 13-Jul-12 22:54pm
v5
Comments
[no name] 13-Jul-12 22:52pm    
And did you go through all of your files and confirm that you added all of the dependencies? Why are you installing all these files to the desktop? "How can I make a Setup"... well I would find a tutorial and follow it.

Hello ,

You need to install Crystal reports before you run your setup. When i was using 2008 , i use to setup CRRedist2008_x86.msi first and then use to install my exe.
Same must be available for 2012 also.
 
Share this answer
 
Comments
Sandeep Mewara 14-Jul-12 4:56am    
How? Why?
Error states: The following files may have dependencies that cannot be determined automatically.
Please confirm that all dependencies have been added to the project.
C:\windows\system32\macromed\flash\flash10o.ocx
The following files may have dependencies that cannot be determined automatically.Please confirm that all dependencies have been added to the project. C:\windows\system32\macromed\flash\flash10o.ocx
Based on the message, it is being warned/confirmed from you that the file 'flash10o.ocx' is part of your project and is being added to the setup - though it's not sure if that file in itself is enough or you would need any dependent assembly/file for it to run successfully. If you need, please add it explicitly/separately by yourself.

Check if that file has dependent, if so add that too. Or else it's ok. Looks like flash ocx it is and should be ok as is.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900