c# - App throws OutOfMemoryExceptions on a tablet computer but enough memory left -


i've written wpf application. runs on every pc , test tablet pc, too.

only on 1 tablet computer customer throws outofmemoryexeptions after main form has loaded. icons visible on form, loaded later in startup procedure not visible. images not big or (just 200 kb each). task manager says there 800 mb used (it has 2 gb memory). there enough memory...

interesting application runs if customer uninstalls intel graphic driver, not solution.

specs of tablet: kupa x11 2 gb memory, intel gma 600 graphics , windows 7 professional.

anyone idea can be?

thank you, daniel

.net applications limited amount of memory can use

the .net runtime allow app use approx 3gb of address space. however, depending on how you're allocating, there may not contiguous block of memory large enough satisfy allocation. also, .net imposes 2gb object size limit, trying allocate array larger 2gb fail - msdn question


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -