sql express and .Net 2.0 Beta - how to install

A

AlexS

When I tried to install Sql Express from .Net 2.0 SDK I got following error,
which doesn't make much sense to me
-quote-
Delay load of action "DetectPatchedBootstrapAction" returned nothing. No
action will occur as a result.
Action "LaunchPatchedBootstrapAction" will be skipped due to the following
restrictions:
Condition "EventCondition: __STP_LaunchPatchedBootstrap__1248" returned
false.
Running: PerformSCCAction2 at: 2005/7/27 22:9:13
Product "{7A1ADD0C-17F3-47B8-B033-A06E189C835D}" versioned 2.0.50215 is not
compatible with current builds of SQL Server.Expected at least version:
2.0.40607.42
The Product Name is "Microsoft .NET Framework 2.0 Beta 2"
Error: Action "PerformSCCAction2" threw an exception during execution.
Return Code: 50349
Message displayed to user
SQL Server 2005 Beta 2 Setup has detected incompatible beta components from
Visual Studio or SQL Server. To proceed, use Windows Add or Remove Programs
to remove previous SQL Server Yukon components, SQL Server Support Files,
and Common Language Runtime (CLR) components, and then run SQL Server 2005
Beta 2 Setup again. For detailed instructions on uninstalling SQL Server
builds, see the SQL Server 2005 Beta 2 readme file.

Class not registered.
-unquote-

Should I downgrade .Net or there is more compatible release of Sql Express
beta?
 
G

Guest

The SQL Express engine that you can download is Beta 2, which is compatible
with the Beta 2 release of VS and the SDK release at that time. I believe the
July CTP builds of VS and the SDK will also work with SQL Express. The RC
version of VS and the SDK require the September CTP of SQL to run (I believe
that the Sept Express is on the DVD for RC, but I am not 100% sure.

You cannot install a mismatched SDK with SQL Express. It is unfortunate that
it is like this, but a reality of beta software. Once the 2.0 SDK ships, MS
has stated the SDK bits will be cemented. All 3.0 additions to .NET will be
additions or internal tweaks; no interfaces will change. This means that
after release SQL and the SDK will stay in sync.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top