Hi all. I have a dll that I have made that works perfectly. I need to make some changes to it however so I simply made a console application to run it for trouble shooting it. The console application references the dll and simply calls it to run, then waits for user input. The dll is copied to the directory with the console app and everyone is happy. Except for the fact that the resources from the dll do NOT go with it. How can I remedy this problem? thanks for your help!
edit: I solved the problem this time because I found that the data was already being copied to a common directory any ways, but I would still like to know other ideas that I could use in the case where this wouldn't fall into place nicely with other projects.