I have a C#.net 2008 desktop application that I have a question about using the assembly in .net. The problem is losing references to DLL and/or assembly files once I check in and checkout the code from subversion source control.
From looking at subversion it looks like I can include the project for the assembly in the solution so that the whole solution can be built together'. However I do not know what 'Include the project for the assembly in the solution so that the whole solution can be built together' means. If so, can you tell me what that means and how to accomplish this task?
Javeed M ShaikhPosted Oct 14, 2011, 11:57 AM
You can use this freeware to find out dependent assemblies and what references are incorrect, which assemblies are missing, and why your application can not start.
http://checkasm.booring.net/
Please do not forget to mark "Accepted Answer".