Today's warning to the PVR user, SnapStream's Beyond TV doesn't work at ALL with .NET Framework 2.0 BETA. It's a 1.1 app, and .NET 2.0 is automatically being used when it loads and it crashes stupendously. Since I have .NET 1.1 on my box, I'm surprised it automatically used the newer Framework. I need to refresh myself on the rules.
To fix it, add files
and to each add these lines:
<?xml version="1.0"?><configuration> <startup> <supportedRuntime version="v1.1.4322" /> </startup></configuration>
NOTE: This fix (with the appropriate my.exe.config) will likely fix other apps that may start acting strange after you install Visual Studio.NET Express or the Community Edition.
Ads by The Lounge