Click here to Skip to main content
15,920,603 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
I have created windows application which uses LINQ To Sql.I have successfully developed application and now m trying to deploy it. For that i have added setup and deployment project in the existing project. after adding primary output i tried to build the setup project but getting build failed with no errors specified.

Please help with this.
Posted
Updated 27-Apr-11 20:48pm
v2

Try to clean your solution once (by choosing clean from the build menu) and then try again.
 
Share this answer
 
v2
Comments
Member 7797800 28-Apr-11 4:14am    
again getting the same error in the setup and deployment project. The Build Log is as follows

<pre lang="css">------ Build started: Project: testlinq, Configuration: Debug Any CPU ------
testlinq -> D:\testcodes\testlinq\testlinq\bin\Debug\testlinq.exe
------ Starting pre-build validation for project 'Setup3' ------
------ Pre-build validation for project 'Setup3' completed ------
------ Build started: Project: Setup3, Configuration: Debug ------
Building file 'D:\testcodes\testlinq\Setup3\Debug\Setup3.msi'...
Packaging file 'testlinq.exe.config'...
Packaging file 'testlinq.exe'...
========== Build: 1 succeeded or up-to-date, 1 failed, 0 skipped ==========</pre>
i found the solution.
I updated the csproject file and removed service related some tag in itemgroup. It works now.
 
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