I have a website project in VS2010 with a bin folder containing compiled dll's and corresponding code files(CS). I use the command line compiler to compile the dll's. Is there a way to link the code files to the dll's?
IE When I open a code file and select "Find all references" on a method, VS2010 only finds the current code file. It believes the code file and dll are two different classes with the same name. If I declare an Object type of the code file VS2010's intellisense will show a message alerting me of the conflict and that its using the definition in the code file.
Is there a better way of doing this? Any insight would be appreciated. Bump