I´m working on a project, in Visual Studio 2008, which DLL currently surpasses 20MB. Is there a way to profile that DLL, searching the main contributors to this size?
I suspect that breaking it in smaller projects inside the solution would help, but I´m looking for a faster solution (although not better, I´m affraid).
As a side note, we are getting 'unexpected error writing metadata' error, that we think it's related to the DLL size. However, restarting VS2008, the error vanishes. Until it appears later again, after a few rebuilds. The disk space is not a problem.
