VoIP via Flash. For Free.
Wednesday, April 25th, 2007Wow, this is cool. Haven’t used it yet, the room I’m currently sitting in doesn’t have coverage.
Wow, this is cool. Haven’t used it yet, the room I’m currently sitting in doesn’t have coverage.
You may have added directories containing .NET assemblies to the registry key HKLM\Software\Microsoft\.NETFramework\AssemblyFolders so .NET can find them.
Unfortunately, MSBee does not look here. If you haven’t heard of MSBee, it’s a Microsoft tool that lets you target .NET 1.1 using Visual Studio 2005.
Add the following XML to MSBuildExtras.Fx1_1.Common.targets in Program Files\MSBuild\MSBee:
<GetRegistryValue
RegistryKey="Software\Microsoft\.NETFramework\AssemblyFolders\Cisco"
BaseRegistryKey="HKEY_LOCAL_MACHINE"
ContinueOnMissingKey="true">
<Output TaskParameter="RegistryValues" ItemName="VisualStudioPIASearchPaths" />
</GetRegistryValue>