Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
GordonMackay
Starting Member
1 Post |
Posted - 2005-10-02 : 10:40:17
|
Have uninstalled net framework beta 2 but SQL server CTP September still will not install. Stops when installing .net fwk v2 saying that beta components detected. Heres the logAny help greatly apprecialted<Func Name='DotNetFxComp::InstallImp'>Beta components detected.: (70233) {t:\yukon\sql\setup\sqlcu\dll\customcomps.cpp:352}SCU_SetupMgr::svc() caught exception: Beta components detected.: (70233) {t:\yukon\sql\setup\sqlcu\dll\customcomps.cpp:352}. SetupMgr: state=ERROR, cancel_state=0, is_done=0, ActionRequired=1, NeedReboot=0, custom_props={AutoStart=trueDotNetPatch=HandleReboots=falseModuleDir=E:\SQL2005SEPTQuietMode=falseSNACPatch=SupportPatch=Unattended=falseWorkDir=E:\SQL2005SEPT}} {t:\yukon\sql\setup\sqlcu\dll\scusetupmgr.cpp:501}ScuProgressDlg::SetupFinished()ScuProgressDlg::DialogProc() installation done... waiting for setup mgr<EndFunc Name='UpdateComponents' Return='1603' GetLastError='0'>Component update returned a fatal error : 1603 Error Code: 0x80070643 (1603)Windows Error Text: Fatal error during installation. Source File Name: setup\sqlsetupactions.cppCompiler Timestamp: Tue Aug 30 21:41:42 2005 Function Name: sqls::ComponentUpdateAction::performSource Line Number: 1564 |
|
ianbru
Starting Member
1 Post |
Posted - 2005-10-07 : 08:36:34
|
You may have uninstalled visual studio.net components in the wrong order - I used the SQL Cleaner tool to remove .NET 2.0 before uninstalling VS.NET 2005 and ended up with this problem.I think if you uninstall things in the wrong order, you can end up leaving .NET 2.0 beta components hanging about.Fortunately, there's an alternative MS "Clean up .NET 2 beta" tool aside from the one that comes with the SQL Server 2005 beta - the comes with the VS.NET release candidate information.You can get it here:http://go.microsoft.com/fwlink/?linkid=47598It sorted out my install issues - your mileage may vary.Ian.---- |
|
|
rendition
Starting Member
1 Post |
Posted - 2005-11-02 : 08:28:15
|
Thanks! That was very useful and, amazingly, it worked! |
|
|
|
|
|