C# Crystal Reports Error occurd when created application setup using installShieldProject

I have created win-form application using Visual studio 2015.I have made its setup using installShield project.My application have some features related with crystal report.After creating the setup file when try to install that application another computer 2 errors have occurd when install it and after installation run the programme.

when install the application to another computer enter image description here

After installation when run it

enter image description here

How to fix it?

Upvotes: 1

Views: 420

Answers (1)

I have found out what are the reasons to cause those errors.

Solution is when we creating our setup using InstallShieldProject,In ApplicationFiles(3rd step) After you have add PrimaryOutput Right click on PrimaryOutput and select Properties.

After a window pop up.

enter image description here

  • then choose Properties and select ".NET-Settings". Then select "Scan at build:" and Choose "Properties only"

select COM & .NET-Settings.

then you can see in .NET Properties Scan at Build already selected Dependencies and Properties.In there you must select Properties only

enter image description here

after Apply then Ok. This is the change for when your application use Crystal report related some features and you creating setup uisng installShield

enter image description here

try this..

Upvotes: 2

Related Questions