Alsalam alikom wa ra7mat Allah wa barakatoh (Peace upon you)
I’ve recently ran into problems with VS 2008. Summarized here:
- When you try to edit the project properties (specially C++ projects) you are faced with a little nice message saying “Exception from HRESULT: 0xF9F0F308”.
- Sometimes when you are editing a file (specially large ones), VS doesn’t recognize you’ve made changes (ie doesn’t display that ‘*’ in the files tabs) hence, when you save, nothing actually gets saved.
For those 2 problems, a friend explained the problem and a work around (till they officially release a fix)…
- Open up a Visual Studio 2008 Command Prompt
- Run cd "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE"
- Make a backup copy of devenv.exe in case something does not work right.
ie. copy devenv.exe devenv.exe.bak - Run editbin /largeaddressaware:no devenv.exe
Happy VSing… :)
I guess this command will resolve the address in the devenv.exe, Call, JMP,.. etc or what.
ReplyDeleteI think this problem is because u use 64 Bits OS.
I don't know "exactly" what will be changed in the binary code, it's definitely something related to the address resolution...
ReplyDeleteI'm using 64bit OS yes, but I think this can still happen on an extended 32bit process on 32bit OS (one that can use 3GB of RAM instead of the default 2GB limit)...
Welcome on my blog, Ahmed. It's an honour :)
Asalamoalikum, my vs is not saving any changes, im making in my form, it was working fine just now, but suddenly sumthing happened. Any suggestions :( ???
ReplyDeleteThis comment has been removed by the author.
ReplyDelete@Rabia.Mona,
ReplyDeleteWa3alaykom al salam,
May I ask what are the symptoms? do you get the exception above? or some other HResult? or nothing at all?
When you edit any file, do you see a "*" beside the file name in the tabs bar?
yes, there is a asterisk sign when i edit any form code. But there is no error or exception appear and it just run the previously saved code, new changes do not appear :(
ReplyDelete