Im using visual web developer express 2010 (Asp.net) and I have many folders in the site, the code is written in vb.net
one of the store folder has the problem, in any of the file in the store directory, when I open and view in the browser, suddenly vbc.exe in task manager will eats the memory and i have to kill the process in the task manager..
but this not happening for the other folders in the same site.. what should I do... I created a new blank page also in the same store directory, still vbc.exe is eating the whole memory and hangs..
This problem occurs because the CPU computes lots of debug data when you build the application in debug mode. How much debug data is computed depends on the size of the project and on the number of references. In some cases, the debug data is computed
multiple times.
Please refer this to learn more information about this.
hope it helps you.
Regards
Please mark the replies as answers if they help or unmark if not.
Feedback to us
bsarahim
Member
14 Points
145 Posts
vbc.exe too much memory and hang
Nov 13, 2012 03:49 PM|LINK
Im using visual web developer express 2010 (Asp.net) and I have many folders in the site, the code is written in vb.net
one of the store folder has the problem, in any of the file in the store directory, when I open and view in the browser, suddenly vbc.exe in task manager will eats the memory and i have to kill the process in the task manager..
but this not happening for the other folders in the same site.. what should I do... I created a new blank page also in the same store directory, still vbc.exe is eating the whole memory and hangs..
any guess.im using windows xp.. thanks
Angie xu - M...
All-Star
18045 Points
1550 Posts
Microsoft
Re: vbc.exe too much memory and hang
Nov 15, 2012 01:06 AM|LINK
Hi
This problem occurs because the CPU computes lots of debug data when you build the application in debug mode. How much debug data is computed depends on the size of the project and on the number of references. In some cases, the debug data is computed multiple times.
Please refer this to learn more information about this.
hope it helps you.
Regards
Feedback to us
Develop and promote your apps in Windows Store