I am using Windows 2000 with .Net Framework 2.0 (no .net 1.1 installed). Every time FinalBuilder 4 starts up, there’s a pop up box: .Net initialization error. User needs to click Ok in order to continue.
I want to use Windows scheduled task to run the project file at midnight, is there anyway i can bypass the pop up box without installing .net 1.1?
Thanks
ps. the whole project file is working properly
Hi Sherry,
Go to Tools menu | Options | .Net Tools Category | CLR Hosting and then change it to v2.0
Next time you restart FinalBuilder it will host the 2.0 version of the CLR instead.
Thanks a lot.
Just a heads-up: I had a similar issue with the same error being reported for .NET 3.0 (I’ve installed the Release Candidate) - the same fix worked fine, though. Cheers!Matthew Pass
Yes, we’ve had the same issue here with .NET 3.0 (on both WinXP and Vista). We’ve made a minor change to ignore .NET 3.0 as it’s not a real version of .NET (well, it’s not a valid version to host the CLR of anyway).
.t8