System.OutOfMemoryException and a few exceptions happen during application run, Visual Studio 2010 WPF C# -


i discovered problem today, , had no idea caused problem. project had been developed few months.

i have project(solution), several projects in there, works if write , debug, pressing f5.

the problem occur when press ctrl+f5 (to skip debug mode), or run directly double click exe, crashed. errors dialogs pop every times different, outofmemoryexception frequent one.

  1. i had checked make sure projects .net 3.5
  2. i put messagebox.show("something") @ beginning of main project constructor, never reach.
  3. i use registry cleaner clean/fix registry, scan viruses.
  4. i had try read meaning of each error , exception, still no clue why happen.

these series of screenshots if press ctrl + f5. (futuregenerator random name gave project.)

one of error(note application .net 3.5, why loads 4.0 assembly?)

stop working window

after click ok first screen shot

in visual studio, unexpected exception unhandled

series of screenshot if run app debug folder, futuregenerator.exe

outofmemoryexception

stop working

visual studio outofmemoryexception window

detail view, not detail @ all.

i suspect caused framework crashed during windows update, removed update performed recently, still same. exe file works on other non development pc, don't want reformat pc or reinstall vs, yet, because it's painful process.

any idea, anyone?? million thanks.

you mention v3.5 first screenshot v4.

try repairing framework 4 and/or vs2010


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -