Click here to Skip to main content
15,911,762 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Guys,

Background :
------------------------
I am recently working on / maintaining a desktop application project, in which previous developers have used developer express and component factory's (krypton) third party components. The underlined project has reference of a class library project to access and perform DB related operations using Entity Framework architecture using LINQ.

A setup project was already made by previous developers, which I tested and it seemed to be working fine during few previous releases I made for my client.

So, while solving bugs, I had to make the major changes in the DB and hence in class library project to perform some operations and to refresh/reload the entity framework.

Problem Definition :
------------------------
When I work in debug mode and build the project works superfine. When I try to release it, I am able to create the .msi and .exe files too. But after I install it and try to test, it still shows old windows and errors at many places, which were changed by me during development.

I, recently, am facing this issue with a setup project in VS2010 or I am not sure, why this is happening.... Please suggest.

Thanks in advance.

- Nachiket Ghatole
Posted
Comments
Calvijn 21-Jun-13 13:09pm    
Did you changed the Build Mode to "Release" ?

Check the config of the Setup Project.
The Application Binaries should lead to the Release Version of your Application.

1 solution

You need to add dependencies on the vs2010 runtime libraries. If you right click, select properties you probably will find the references to the previous VS rtl.

"Too Much Info" option: Open the .vdxproj file with Notepad or a similar text editor.
 
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