Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have finished my C# Project database-sql server 2005 databse,also using crystal reports.I am done with the setup also.The setup is in debug folder. Ive copied the Setup to my flash drive.When I tried to install it on another computer, its installing .but when I executed the project, Getting One message..

Project cannot be opened.
Windows is searching for a solution to open it.

And then its automatically closing.This was my problem first.

Then I installed visual studio in another computer.Now its opening.Now the problem is with reports.I cannot open my crystal reports .

I want to implement this project in some other machines.How is this possible?
Posted
Updated 26-Dec-11 20:21pm
v2

May be some supported Assemblies are missed while you generating the Setup of your project.

Check your deployment project properly, is there any thing missing..
 
Share this answer
 
Comments
lilian87 26-Dec-11 3:19am    
Sorry to ask. But I dont know how to check the assemblies or what is missing..
Any help?
AmitGajjar 26-Dec-11 3:40am    
all the references that you have in your project should be from bin directory. that way your problem may resolve.
lilian87 26-Dec-11 8:18am    
Should the computer that I want to install the project needs visual studio and sql server??
Rajesh Anuhya 26-Dec-11 8:20am    
No Need, you need to install the Frame work, make sure that your sql server connection is available for the installed machine.
lilian87 26-Dec-11 8:24am    
How to install the framework? How will I know that the connection is available??
You need to export .NET framework, sqlserver2005. TO do this follow my steps:
1. click on project>Project property menu
2. Select publish Tab
3. Now Click on prerequisites button
4. Now Check your framework you used.(TO know what is your framework: Click Compile tab>Advance compile option button) and SQL server 2005 also. Additionally you need to check some install supporting file like Windows Installer.
Wise you best luck.
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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