Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
907
Having a wierd compile problem...
posted

I was getting the following error during compiles: Not enough storage is available to process command

 

Read some articles that suggest I remove uneeded references...  I remvoed about 7 Infragestic references that I wasn't using and the compile problem went away...  I wasn't actually expecting it to work, now that it has...  If there an easy way to determine which Infragestic DLL's I'm actually using?

Parents
No Data
Reply
  • 37774
    posted

    If you want to see what DLLs you have loaded, at run-time you can look at the Debug -> Windows -> Modules window.  I haven't seen the compile error before, though, but perhaps you are out of hard-drive space and you have Copy Local set to true, meaning that when you build, Visual Studio will create copies of the DLLs.

    -Matt

Children