When adding refrences to other dll's......
-
When adding refrences to other dll's in my solution, i run into a problem. after editing, debugging, building(compiling) and saving the dll or reference when running code in the class that uses the dll or reference i keep getting popup that says this file has been modified do you want to use this file. But it doesnt use the updated reference which makes the code act funny. I am thinking the build order is wrong..... How do i resolve this issue... hope this all makes since. please let me know if you want me to explain something you dont understand Thanks in advance
-
When adding refrences to other dll's in my solution, i run into a problem. after editing, debugging, building(compiling) and saving the dll or reference when running code in the class that uses the dll or reference i keep getting popup that says this file has been modified do you want to use this file. But it doesnt use the updated reference which makes the code act funny. I am thinking the build order is wrong..... How do i resolve this issue... hope this all makes since. please let me know if you want me to explain something you dont understand Thanks in advance
-
When adding refrences to other dll's in my solution, i run into a problem. after editing, debugging, building(compiling) and saving the dll or reference when running code in the class that uses the dll or reference i keep getting popup that says this file has been modified do you want to use this file. But it doesnt use the updated reference which makes the code act funny. I am thinking the build order is wrong..... How do i resolve this issue... hope this all makes since. please let me know if you want me to explain something you dont understand Thanks in advance
Better idea. Don't set a reference to the .DLL file itself. Set a reference to the .DLL PROJECT. When you compile the application, it'll use the latest build of the .DLL automatically. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome