Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a solution, made up of more than one project, and I have 2 copies of the projects. in one, everything works, in the other, which is identical (using winmerge) it does not work. and it's completely the same. although when run the dll files comes different, but that's because of the time probably. when the projects are swapped in the solution itself it does not work any way.

What should I do? I feel hopeless. I need the one that is not working to work.
Posted
Comments
Richard MacCutchan 19-Sep-11 5:55am    
You could start by explaining what you mean by does not work. That gives no information at all to hlep anyone to make a guess as to what the problem may be. Explain what your code is doing and what errors occur, including full details of error messages, fail codes etc.
adnama 19-Sep-11 6:03am    
There isn't an error. It's a wpf program. and in one a graph is loaded, and in the other the whole program works ok but the graph is not loaded. and the code is completely identical. I don't know why it's doing it. :'(
Richard MacCutchan 19-Sep-11 6:10am    
I don't know why it's doing it.
Without some more information I don't think anyone else can guess. You say both versions are identical and then state that one version uses different DLLs; so they are not identical. My only suggestion is to get your debugger running and trace through the program to see what is going on.

1 solution

Its not clear you mean by the fact that dll files come different.
These should be the same as well to run the project.
 
Share this answer
 
Comments
adnama 19-Sep-11 4:51am    
I know they should. But they don't. i merge them so that they become equal. and then i run both of them, and when i merge again, the dll are different. what do think is the problem? I 've never came accross this. It's out of my bounds.

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