My boogie boy

Yesterday my son danced for the first time, it looked to funny that I just had to record it and put it up here on my blog to show it to friends and family. 

Farseer simple samples on Codeplex

As you might know, I created some small “simple samples” in silverlight 2.0 for the Farseer Physics Engine here on my blog. Today I have started putting them on Codeplex.com. I thought I would put them some place else then my blog, as more people maybe will benefit from them, and I have a nice work item/source controll for free also (TFS).

In the first release there is only one single project called “Demo1”. It’s showing you how to make the farseer engine run, as simple as possible. The samples also works a a kind of tutorial /tutorial, as there is pretty many comments in the code, where I try to explain why I do the different kind of things.

Enjoy – http://www.codeplex.com/Farseersimplesamples

Requested registry access is not allowed -FIXED

Today I got so mad at my VS 2008 I desided to fix this problem I have had for some time now. I wrote another blog post about it alittle while ago.

TODAY I FINALLY FOUND A SOLUTION TO THE PROBLEM! :)

I found this blogpost about how to fix it. It is actually very easy to do.

Here is what you need to do:

Download “subinacl” here. This is a command-line tool that enables administrators to obtain security information about files, registry keys, and services, and transfer this information from user to user, from local or global group to group, and from domain to domain.

After installing subinacl.exe (it will be in the C:\Program Files\Windows Resource Kits\Tools folder.), drop to a command prompt and run the following batch file, which you have saved in the same folder with the filename “FIX.bat”:

subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.vbproj.9.0 /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.vbproj.9.0 /grant=users=f
subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.vbproj.9.0 /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0 /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0 /grant=users=f
subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0 /grant=system=f

 

Enjoy!

 

UPDATE: I just found out that this only solved half my problem :( Before I couldn’t create an new Silverproject or add an file to any project at all. I tried out this fix, and it solved the problem where i couldn’t add files to an project. Sadly didn’t solved my Silverlight problem…need to reinstall Vista I think…