Archive for 01:07 PM

Migrating User Profiles and Outlook

01:07 PM

I’ve joined my computer to a Domain. Therefore I migrated my User Profile (under Computer -> Properties -> Advanced System Settings -> User Profiles). It… let’s say: worked.

But I couldn’t save attachments in Outlook.

Can’t create file: Right-click the folder you want to create the file in, and then click Properties on the shortcut menu to check your permissions for the folder

The problem is, that Outlook saves a path to a “OutlookSecureTempFolder” in the registry. This path pointed to my old profile where my new user has no right to write to. I changed the path to my new profile path, restarted Outlook and it worked.

Source: http://msmvps.com/blogs/steveb/archive/2007/08/24/can-t-open-or-save-an-attachment-in-outlook-2003.aspx

C++ templates for Fun and Profit

11:36 AM

Wijaa asks on stackoverflow: What’s the most brilliant use of templates you’ve ever encountered?

Reading the linked articles gave me much joy. Here are some highlights:
(more…)

ASP.NET Intellisense in Visual Studio 2008

01:31 PM

Since yesterday I had no intellisense for standard ASP.NET Server Controls. Today I found a solution:

http://forums.asp.net/t/1205528.aspx

Quoting from the blog of Mikhail Arkipov (and the same goes for VS 2008)

I blogged earlier that in VS 2005 we switched from using static XML schemas to automatically generating them using reflection on Web controls. XML schemas are generated on demand as you open pages in your Web site. They contain information about ASP.NET controls, custom and user controls. You can find generated files cache in

C:\Documents and Settings\[Username]\Application Data\Microsoft\VisualStudio\8.0\ReflectedSchemas

For Vista:

C:\Users\[Username]\AppData\Roaming\Microsoft\VisualStudio\9.0\ReflectedSchemas