ï»??xml version="1.0" encoding="utf-8" standalone="yes"?>
Morning:
9:30 arrive company and got the last milk (only lucky thing) and then I try to log on my dev box still using the old alies(for the last day it still worked) but found my intern account can not use any more. so I tried my Fte alies (how to spell this word? I'm not sure) and log on sucessfully. at that time I thought every thing will go through very well just like this. but unfortunately I'm totally wrong!
when I check the result full cycle I setted up last night, I found the 1 bvt case failed and I try to figure out if it failed due to my code change. and I opened the corext and try to run sd commond. okay....it throws me an exception like that user auth...failed.
Although there were a lot of alert from my coworkers who on boarding before me telling me somethings like this may happen, I also feel unacceptable.
but this is only the beginning of my whole day tragedy! after listening my coworker's advice i decided to reinstall my computer! and i made a mistake from morning to night. because usually i intalled the os i used not to format the disk. and let it keep my windows.old in c:\ and this time i found there is not enough place to keep it and the installing procedure told me the primary dist at least need have 6G free. and the most stupid thing what i have done is I'm try to uninstall some unused program through the contral panel. how stupid i am! I just need format the disc c ! when i make a big effort (not only unistall and i shift+delete scan my disk c: once) finnaly the disc c have free space to let me reinstall. and i restart the win7 install procedure and this time it told me that need 10G! at that time i just want to shout out a word 'Kao!'
at this time my direct boss come to find me to have my welcome lunch! He is a nice guy and easy going with. although my oral english is very poor, he said he can understand. really a nice boss/guy!
Visual C++ team has discovered that after installing the current release of Internet Explorer (Internet Explorer 8), some VC++ wizards do not function correctly. The products affected are Visual Studio 2005 and Visual Studio 2008. Following are the affected wizards:
- Add Function
- Add Variable
- Smart Device – New Project Creation
- Smart Device – Add Class
Invoking any of the above wizards in VS2005 or VS2008 will pop up a script error if IE8 is installed on the machine. We have a workaround for those who have encountered this error.
Please follow the following steps:
- Open regedit (on a 64-bit OS, open the 32-bit regedit)
- Under “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones”, create a new key called 1000 (if it isn't already there)
- Under 1000, create a DWORD entry with:
o Name = 1207
o Type = REG_DWORD
o Data = 0x000000
For the workaround to work on VS2005 however, the VS2005 SP1 (and VS2005 SP1 Update for Windows Vista) has to be installed.
Following is a brief explanation of the problem and the workaround:
The VC++ Wizards Engine implements the IInternetSecurityManager interface. In this implementation it allows or disallows specific actions under certain policies that Internet Explorer queries it about. In IE8 a custom Security Manager now also gets queried about the URLACTION_ACTIVEX_OVERRIDE_REPURPOSEDETECTION policy which IE previously did not delegate to custom security managers when the engine wasn’t running in the iexplore.exe process. The IE engine then fails this action because we don’t have a policy entry for it in the custom zone for VC++ Wizards. We are still investigating whether this change in IE8 is by design and will possibly be addressing it by a fix in either the Wizard or IE components depending on the outcome.
The above workaround lets the policy 1207 (URLACTION_ACTIVEX_OVERRIDE_REPURPOSEDETECTION) to be allowed in zone 1000 (custom zone of VC++ Wizards engine). This allows the wizard code to work as intended.
We apologize for the inconvenience this issue may have caused you.
Thank you
Visual C++ Team