I recently reinstalled my development machine and went from 32 bit Windows Vista to 64 bit Windows 7. I'm running VS2008.
Some of my .NET applications still use J#, which now causes problems. The program still runs, but when I want to deploy it (I'm using a setup project to create a .msi), I get this error:
"Visual Studio registry capture utility has encountered a problem"
How can I fix this? This error does not occur with other programs (those written purely in C#).