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.
- i had checked make sure projects .net 3.5
- i put messagebox.show("something") @ beginning of main project constructor, never reach.
- i use registry cleaner clean/fix registry, scan viruses.
- 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.)
series of screenshot if run app debug folder, futuregenerator.exe
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
Post a Comment