Showing posts with label framework. Show all posts
Showing posts with label framework. Show all posts

Friday, March 30, 2012

problem running vb.net application with sqlexpress in system with only .NET FRAMEWORK

Hi,

I have developed a stand alone application that get data from excel and dumps it in local database (sql server database primary data file) in visual studio .net 2005. I had no issues while developing the application. When i am trying to install this application in the standalone system with .net framework 2.0 and no backend database it giving the following error

provider: sql network interfaces, error 26 - Error locating Server/ Instance Specified

connection string i am using is

Dim objLocalDB As System.Data.SqlClient.SqlConnection

objLocalDB = New System.Data.SqlClient.SqlConnection("Data Source=.\SQLEXPRESS;AttachDbFilename=" & System.AppDomain.CurrentDomain.BaseDirectory & "LFDB.mdf;Integrated Security=True;User Instance=True")

I dont want to use any backend database. I only want to use the database that comes with .net (i.e sqlexpress)

Please help me how can i get through this problem.

hi,

Manyam wrote:

When i am trying to install this application in the standalone system with .net framework 2.0 and no backend database it giving the following error

provider: sql network interfaces, error 26 - Error locating Server/ Instance Specified

I can't understand if you installed SQLExpress as well, on the target computer... did you?

regards

|||SQL Server Express is a backend database although the GUI tools are more lightweight than the ones of the more bigger editions. If you want to use user instances as mentioned in the connection string, you will need to have a SQL Server Express Service in place to attach the database to the Service. SQL Server Express can be deployed within your application (even through clickonce deplyoment but at the end need to be installed).

HTH, Jens K. Suessmeyer.

http://www.sqlserver0205.de
|||

Manyam wrote:

I dont want to use any backend database. I only want to use the database that comes with .net (i.e sqlexpress)

Please help me how can i get through this problem.

SQL Express is not part of the .NET Framework, it is a completely separate product that must be installed if you are going to use it. You can add SQL Express as a prerequisite to you application installation automatically using either ClickOnce or standard Setup Projects in VS 2005, in your projects properties, click the Prerequisite button and make sure SQL Express is checked in the list. This will automatically include the SQL Express installer in your deployment and install it on the target computer if it is needed.

Mike

|||

Hi,

Thanks for your suggestion. So we cannot run vb.net application that is developed using sql server management studio without SQL EXPRESS and only .net framework.

I tried to open the link provided by you. Its not opening. I am getting page cannot be displayed.

|||

Hi,

Thanks for your valueable suggestion. So i cannot run a vb application developed using sql server management studio without SQL EXPRESS.I tried installing SQL EXPRESS in standalone system, but its giving issues.

Process followed -->

Uninstalled existing framework.

Installed .NET framework 2.0Dowloaded SQLEXPRESS and istalled in system.

Its throwing a error that .net should require some updates... What updates do we need to install to get this working.

Thanks in advance.

|||What's your OS? If WIndows XP Pro, this needs SP2 and updated security patches

Wednesday, March 7, 2012

Problem installing SQL Express

SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and the run SQL Server 2005 Setup again.
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
I used Add/Remove Progs and used the list in the order suggested to remove all beta versions of VB, SQL, .NET and etc. Nothing is listed. I do have VB6 PRO. I have looked for directories and removed all. I have searched for SQLexpress in the registry and eliminated all I could find. I reinstalled .Net 2.0 and I'm still finding this problem.
Microsoft SQL Server 2005 Setup beginning at Thu Jun 08 17:37:43 2006
Process ID : 164
c:\90b92fd6a1de42b9ee\setup.exe Version: 2005.90.2047.0
Running: LoadResourcesAction at: 2006/5/8 17:37:43
Complete: LoadResourcesAction at: 2006/5/8 17:37:43, returned true
Running: ParseBootstrapOptionsAction at: 2006/5/8 17:37:43
Loaded DLL:c:\90b92fd6a1de42b9ee\xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2006/5/8 17:37:43, returned true
Running: ValidateWinNTAction at: 2006/5/8 17:37:43
Complete: ValidateWinNTAction at: 2006/5/8 17:37:43, returned true
Running: ValidateMinOSAction at: 2006/5/8 17:37:43
Complete: ValidateMinOSAction at: 2006/5/8 17:37:43, returned true
Running: PerformSCCAction at: 2006/5/8 17:37:43
Complete: PerformSCCAction at: 2006/5/8 17:37:43, returned true
Running: ActivateLoggingAction at: 2006/5/8 17:37:43
Complete: ActivateLoggingAction at: 2006/5/8 17:37:43, returned true
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__164" returned false.
Running: PerformSCCAction2 at: 2006/5/8 17:37:43
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Express Edition CTP (SQLEXPRESS)"
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Error: Action "PerformSCCAction2" threw an exception during execution.
Return Code: 70032
Message displayed to user
SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again. For detailed instructions on uninstalling SQL Server 2005, see the SQL Server 2005 Readme.
Class not registered.
Delay load of action "UploadDrWatsonLogAction" returned nothing. No action will occur as a result.
Message pump returning: 70032

Thank you for your assistance.

Hi Gary,

If you can't find the product listed in the Add/Remove Program listing (they would be listed under Microsoft SQL Server 2005), then you can try manually removing the offending products using the Product ID. The two problem commonents are identified as

Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Express Edition CTP (SQLEXPRESS)"
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"

You can manually remove them by typing the following into the Run dialog:

msiexec /x <product id>

Where <product id> is the GUID referenced from your log file.

Regards,

Mike Wachal
SQL Express team

-
Mark the best posts as Answers!

|||

I am having a similar problem.

Microsoft SQL Server 2005 Setup beginning at Thu Aug 10 14:33:57 2006
Process ID : 1604
d:\51b5dbc1449baa0bbd43\setup.exe Version: 2005.90.2047.0
Running: LoadResourcesAction at: 2006/7/10 14:33:57
Complete: LoadResourcesAction at: 2006/7/10 14:33:57, returned true
Running: ParseBootstrapOptionsAction at: 2006/7/10 14:33:57
Loaded DLL:d:\51b5dbc1449baa0bbd43\xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2006/7/10 14:33:57, returned true
Running: ValidateWinNTAction at: 2006/7/10 14:33:57
Complete: ValidateWinNTAction at: 2006/7/10 14:33:57, returned true
Running: ValidateMinOSAction at: 2006/7/10 14:33:57
Complete: ValidateMinOSAction at: 2006/7/10 14:33:57, returned true
Running: PerformSCCAction at: 2006/7/10 14:33:57
Complete: PerformSCCAction at: 2006/7/10 14:33:57, returned true
Running: ActivateLoggingAction at: 2006/7/10 14:33:57
Complete: ActivateLoggingAction at: 2006/7/10 14:33:57, returned true
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__1604" returned false.
Running: PerformSCCAction2 at: 2006/7/10 14:33:58
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1116 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Error: Action "PerformSCCAction2" threw an exception during execution.
Return Code: 70032
Message displayed to user
SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again. For detailed instructions on uninstalling SQL Server 2005, see the SQL Server 2005 Readme.

Class not registered.

there are no items in add/remove programs.

when i attempt to run

msiexec /x 2750B389-A2D2-4953-99CA-27C1F2A8E6FD

i recieve an error message

"this instilation package could not be opened. verify

that the package exists and that you can access it, or

contact the application vendoe to verify that this is a

valid windows installer package"

any one help me?

thanks

Drance

|||

lost my post can not be bothered to re type it


|||

Me too.

We had the CTP version installed. Now it finds various CTP "Products" even though I removed the CTP versions using Add-Remove Programs.

Of course, if these things were vital to my operation, the slightest breeze would erase them forever.

Good Luck,

Mike

|||

Drance wrote:

I am having a similar problem.

...

Class not registered.

there are no items in add/remove programs.

when i attempt to run

msiexec /x 2750B389-A2D2-4953-99CA-27C1F2A8E6FD

i recieve an error message

"any one help me?

thanks

Drance

Try:

msiexec /x "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}"

|||

I have a problem that when I try to uninstall the offending package I get this Error Message:

The setup has encountered an unexpected error in datastore. The action is SetInstanceProperty. The Error is

:Failed to read property "InstallIds" {"MachineConfiguration".""."SAM"} from Cache

Unable to write poperty into cache: IsClustered

Unable to write poperty into cache: "IsClustered"

XmlRWError: failure loading xmlrw.dll

CheckAllProcedures() returned: 2

|||omg!!! this issue has been such a pain since im planning to use sql server express to advance my DB and programming skills (from access+vba to sql+c++,#).
turns out that I had a beta version of sql server (ctp-community technology preview) that couldn't be taken out using the above instructions. that doesnt really bother me - what does is the fact that the add/remove program doesn't "see" the ctp version. I had to install the Windows Installer Cleanup Utility. 'Lo and Behold the CTP version pops up on the item list - i select -I remove - et voila! it's gone. I was able to run the sql express install without a hitch. I hope that helps some folks out there. My gripe is with Microsoft really - but being a newb im hoping someone can straighten me out: why can't I see the sql ctp version in the add/remove utility? why do I have to install yet another add/remove utility to see it? why doesn't Microsoft incoporate or update the add/remove utility? don't be mean =) like I said - im a newb

Problem installing SQL Express

SQL Server 2005 Setup has detected incompatible components from beta

versions of Visual Studio, .NET Framework, or SQL Server 2005.

Use Add or Remove Programs to remove these components, and the run SQL

Server 2005 Setup again.

Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435

Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07

is not compatible with current builds of SQL Server.Expected at least

version: 9.00.1399.00

I used Add/Remove Progs and used the list in the order suggested to

remove all beta versions of VB, SQL, .NET and etc. Nothing is

listed. I do have VB6 PRO. I have looked for directories

and removed all. I have searched for SQLexpress in the registry

and eliminated all I could find. I reinstalled .Net 2.0 and I'm still

finding this problem.

Microsoft SQL Server 2005 Setup beginning at Thu Jun 08 17:37:43 2006

Process ID : 164

c:\90b92fd6a1de42b9ee\setup.exe Version: 2005.90.2047.0

Running: LoadResourcesAction at: 2006/5/8 17:37:43

Complete: LoadResourcesAction at: 2006/5/8 17:37:43, returned true

Running: ParseBootstrapOptionsAction at: 2006/5/8 17:37:43

Loaded DLL:c:\90b92fd6a1de42b9ee\xmlrw.dll Version:2.0.3609.0

Complete: ParseBootstrapOptionsAction at: 2006/5/8 17:37:43, returned true

Running: ValidateWinNTAction at: 2006/5/8 17:37:43

Complete: ValidateWinNTAction at: 2006/5/8 17:37:43, returned true

Running: ValidateMinOSAction at: 2006/5/8 17:37:43

Complete: ValidateMinOSAction at: 2006/5/8 17:37:43, returned true

Running: PerformSCCAction at: 2006/5/8 17:37:43

Complete: PerformSCCAction at: 2006/5/8 17:37:43, returned true

Running: ActivateLoggingAction at: 2006/5/8 17:37:43

Complete: ActivateLoggingAction at: 2006/5/8 17:37:43, returned true

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__164" returned false.

Running: PerformSCCAction2 at: 2006/5/8 17:37:43

Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435

Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07

is not compatible with current builds of SQL Server.Expected at least

version: 9.00.1399.00

The Product Name is "Microsoft SQL Server 2005 Express Edition CTP (SQLEXPRESS)"

Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1187.07

is not compatible with current builds of SQL Server.Expected at least

version: 9.00.1399.00

The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"

Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435

Error: Action "PerformSCCAction2" threw an exception during execution.

Return Code: 70032

Message displayed to user

SQL Server 2005 Setup has detected incompatible

components from beta versions of Visual Studio, .NET Framework, or SQL

Server 2005. Use Add or Remove Programs to remove these components, and

then run SQL Server 2005 Setup again. For detailed instructions on

uninstalling SQL Server 2005, see the SQL Server 2005 Readme.

Class not registered.

Delay load of action "UploadDrWatsonLogAction" returned nothing. No action will occur as a result.

Message pump returning: 70032
Thank you for your assistance.

Hi Gary,

If you can't find the product listed in the Add/Remove Program listing (they would be listed under Microsoft SQL Server 2005), then you can try manually removing the offending products using the Product ID. The two problem commonents are identified as

Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Express Edition CTP (SQLEXPRESS)"
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"

You can manually remove them by typing the following into the Run dialog:

msiexec /x <product id>

Where <product id> is the GUID referenced from your log file.

Regards,

Mike Wachal
SQL Express team

-
Mark the best posts as Answers!

|||

I am having a similar problem.

Microsoft SQL Server 2005 Setup beginning at Thu Aug 10 14:33:57 2006
Process ID : 1604
d:\51b5dbc1449baa0bbd43\setup.exe Version: 2005.90.2047.0
Running: LoadResourcesAction at: 2006/7/10 14:33:57
Complete: LoadResourcesAction at: 2006/7/10 14:33:57, returned true
Running: ParseBootstrapOptionsAction at: 2006/7/10 14:33:57
Loaded DLL:d:\51b5dbc1449baa0bbd43\xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2006/7/10 14:33:57, returned true
Running: ValidateWinNTAction at: 2006/7/10 14:33:57
Complete: ValidateWinNTAction at: 2006/7/10 14:33:57, returned true
Running: ValidateMinOSAction at: 2006/7/10 14:33:57
Complete: ValidateMinOSAction at: 2006/7/10 14:33:57, returned true
Running: PerformSCCAction at: 2006/7/10 14:33:57
Complete: PerformSCCAction at: 2006/7/10 14:33:57, returned true
Running: ActivateLoggingAction at: 2006/7/10 14:33:57
Complete: ActivateLoggingAction at: 2006/7/10 14:33:57, returned true
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__1604" returned false.
Running: PerformSCCAction2 at: 2006/7/10 14:33:58
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1116 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Error: Action "PerformSCCAction2" threw an exception during execution.
Return Code: 70032
Message displayed to user
SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again. For detailed instructions on uninstalling SQL Server 2005, see the SQL Server 2005 Readme.

Class not registered.

there are no items in add/remove programs.

when i attempt to run

msiexec /x 2750B389-A2D2-4953-99CA-27C1F2A8E6FD

i recieve an error message

"this instilation package could not be opened. verify

that the package exists and that you can access it, or

contact the application vendoe to verify that this is a

valid windows installer package"

any one help me?

thanks

Drance

|||

lost my post can not be bothered to re type it


|||

Me too.

We had the CTP version installed. Now it finds various CTP "Products" even though I removed the CTP versions using Add-Remove Programs.

Of course, if these things were vital to my operation, the slightest breeze would erase them forever.

Good Luck,

Mike

|||

Drance wrote:

I am having a similar problem.

...

Class not registered.

there are no items in add/remove programs.

when i attempt to run

msiexec /x 2750B389-A2D2-4953-99CA-27C1F2A8E6FD

i recieve an error message

"any one help me?

thanks

Drance

Try:

msiexec /x "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}"

|||

I have a problem that when I try to uninstall the offending package I get this Error Message:

The setup has encountered an unexpected error in datastore. The action is SetInstanceProperty. The Error is

:Failed to read property "InstallIds" {"MachineConfiguration".""."SAM"} from Cache

Unable to write poperty into cache: IsClustered

Unable to write poperty into cache: "IsClustered"

XmlRWError: failure loading xmlrw.dll

CheckAllProcedures() returned: 2

|||omg!!! this issue has been such a pain since im planning to use sql server express to advance my DB and programming skills (from access+vba to sql+c++,#).
turns out that I had a beta version of sql server (ctp-community technology preview) that couldn't be taken out using the above instructions. that doesnt really bother me - what does is the fact that the add/remove program doesn't "see" the ctp version. I had to install the Windows Installer Cleanup Utility. 'Lo and Behold the CTP version pops up on the item list - i select -I remove - et voila! it's gone. I was able to run the sql express install without a hitch. I hope that helps some folks out there. My gripe is with Microsoft really - but being a newb im hoping someone can straighten me out: why can't I see the sql ctp version in the add/remove utility? why do I have to install yet another add/remove utility to see it? why doesn't Microsoft incoporate or update the add/remove utility? don't be mean =) like I said - im a newb

Problem installing SQL Express

SQL Server 2005 Setup has detected incompatible components from beta

versions of Visual Studio, .NET Framework, or SQL Server 2005.

Use Add or Remove Programs to remove these components, and the run SQL

Server 2005 Setup again.

Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435

Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07

is not compatible with current builds of SQL Server.Expected at least

version: 9.00.1399.00

I used Add/Remove Progs and used the list in the order suggested to

remove all beta versions of VB, SQL, .NET and etc. Nothing is

listed. I do have VB6 PRO. I have looked for directories

and removed all. I have searched for SQLexpress in the registry

and eliminated all I could find. I reinstalled .Net 2.0 and I'm still

finding this problem.

Microsoft SQL Server 2005 Setup beginning at Thu Jun 08 17:37:43 2006

Process ID : 164

c:\90b92fd6a1de42b9ee\setup.exe Version: 2005.90.2047.0

Running: LoadResourcesAction at: 2006/5/8 17:37:43

Complete: LoadResourcesAction at: 2006/5/8 17:37:43, returned true

Running: ParseBootstrapOptionsAction at: 2006/5/8 17:37:43

Loaded DLL:c:\90b92fd6a1de42b9ee\xmlrw.dll Version:2.0.3609.0

Complete: ParseBootstrapOptionsAction at: 2006/5/8 17:37:43, returned true

Running: ValidateWinNTAction at: 2006/5/8 17:37:43

Complete: ValidateWinNTAction at: 2006/5/8 17:37:43, returned true

Running: ValidateMinOSAction at: 2006/5/8 17:37:43

Complete: ValidateMinOSAction at: 2006/5/8 17:37:43, returned true

Running: PerformSCCAction at: 2006/5/8 17:37:43

Complete: PerformSCCAction at: 2006/5/8 17:37:43, returned true

Running: ActivateLoggingAction at: 2006/5/8 17:37:43

Complete: ActivateLoggingAction at: 2006/5/8 17:37:43, returned true

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__164" returned false.

Running: PerformSCCAction2 at: 2006/5/8 17:37:43

Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435

Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07

is not compatible with current builds of SQL Server.Expected at least

version: 9.00.1399.00

The Product Name is "Microsoft SQL Server 2005 Express Edition CTP (SQLEXPRESS)"

Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1187.07

is not compatible with current builds of SQL Server.Expected at least

version: 9.00.1399.00

The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"

Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435

Error: Action "PerformSCCAction2" threw an exception during execution.

Return Code: 70032

Message displayed to user

SQL Server 2005 Setup has detected incompatible

components from beta versions of Visual Studio, .NET Framework, or SQL

Server 2005. Use Add or Remove Programs to remove these components, and

then run SQL Server 2005 Setup again. For detailed instructions on

uninstalling SQL Server 2005, see the SQL Server 2005 Readme.

Class not registered.

Delay load of action "UploadDrWatsonLogAction" returned nothing. No action will occur as a result.

Message pump returning: 70032
Thank you for your assistance.

Hi Gary,

If you can't find the product listed in the Add/Remove Program listing (they would be listed under Microsoft SQL Server 2005), then you can try manually removing the offending products using the Product ID. The two problem commonents are identified as

Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Express Edition CTP (SQLEXPRESS)"
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"

You can manually remove them by typing the following into the Run dialog:

msiexec /x <product id>

Where <product id> is the GUID referenced from your log file.

Regards,

Mike Wachal
SQL Express team

-
Mark the best posts as Answers!

|||

I am having a similar problem.

Microsoft SQL Server 2005 Setup beginning at Thu Aug 10 14:33:57 2006
Process ID : 1604
d:\51b5dbc1449baa0bbd43\setup.exe Version: 2005.90.2047.0
Running: LoadResourcesAction at: 2006/7/10 14:33:57
Complete: LoadResourcesAction at: 2006/7/10 14:33:57, returned true
Running: ParseBootstrapOptionsAction at: 2006/7/10 14:33:57
Loaded DLL:d:\51b5dbc1449baa0bbd43\xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2006/7/10 14:33:57, returned true
Running: ValidateWinNTAction at: 2006/7/10 14:33:57
Complete: ValidateWinNTAction at: 2006/7/10 14:33:57, returned true
Running: ValidateMinOSAction at: 2006/7/10 14:33:57
Complete: ValidateMinOSAction at: 2006/7/10 14:33:57, returned true
Running: PerformSCCAction at: 2006/7/10 14:33:57
Complete: PerformSCCAction at: 2006/7/10 14:33:57, returned true
Running: ActivateLoggingAction at: 2006/7/10 14:33:57
Complete: ActivateLoggingAction at: 2006/7/10 14:33:57, returned true
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__1604" returned false.
Running: PerformSCCAction2 at: 2006/7/10 14:33:58
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1116 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Error: Action "PerformSCCAction2" threw an exception during execution.
Return Code: 70032
Message displayed to user
SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again. For detailed instructions on uninstalling SQL Server 2005, see the SQL Server 2005 Readme.

Class not registered.

there are no items in add/remove programs.

when i attempt to run

msiexec /x 2750B389-A2D2-4953-99CA-27C1F2A8E6FD

i recieve an error message

"this instilation package could not be opened. verify

that the package exists and that you can access it, or

contact the application vendoe to verify that this is a

valid windows installer package"

any one help me?

thanks

Drance

|||

lost my post can not be bothered to re type it


|||

Me too.

We had the CTP version installed. Now it finds various CTP "Products" even though I removed the CTP versions using Add-Remove Programs.

Of course, if these things were vital to my operation, the slightest breeze would erase them forever.

Good Luck,

Mike

|||

Drance wrote:

I am having a similar problem.

...

Class not registered.

there are no items in add/remove programs.

when i attempt to run

msiexec /x 2750B389-A2D2-4953-99CA-27C1F2A8E6FD

i recieve an error message

"any one help me?

thanks

Drance

Try:

msiexec /x "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}"

|||

I have a problem that when I try to uninstall the offending package I get this Error Message:

The setup has encountered an unexpected error in datastore. The action is SetInstanceProperty. The Error is

:Failed to read property "InstallIds" {"MachineConfiguration".""."SAM"} from Cache

Unable to write poperty into cache: IsClustered

Unable to write poperty into cache: "IsClustered"

XmlRWError: failure loading xmlrw.dll

CheckAllProcedures() returned: 2

|||omg!!! this issue has been such a pain since im planning to use sql server express to advance my DB and programming skills (from access+vba to sql+c++,#).
turns out that I had a beta version of sql server (ctp-community technology preview) that couldn't be taken out using the above instructions. that doesnt really bother me - what does is the fact that the add/remove program doesn't "see" the ctp version. I had to install the Windows Installer Cleanup Utility. 'Lo and Behold the CTP version pops up on the item list - i select -I remove - et voila! it's gone. I was able to run the sql express install without a hitch. I hope that helps some folks out there. My gripe is with Microsoft really - but being a newb im hoping someone can straighten me out: why can't I see the sql ctp version in the add/remove utility? why do I have to install yet another add/remove utility to see it? why doesn't Microsoft incoporate or update the add/remove utility? don't be mean =) like I said - im a newb

Problem installing SQL Express

SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and the run SQL Server 2005 Setup again.
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
I used Add/Remove Progs and used the list in the order suggested to remove all beta versions of VB, SQL, .NET and etc. Nothing is listed. I do have VB6 PRO. I have looked for directories and removed all. I have searched for SQLexpress in the registry and eliminated all I could find. I reinstalled .Net 2.0 and I'm still finding this problem.
Microsoft SQL Server 2005 Setup beginning at Thu Jun 08 17:37:43 2006
Process ID : 164
c:\90b92fd6a1de42b9ee\setup.exe Version: 2005.90.2047.0
Running: LoadResourcesAction at: 2006/5/8 17:37:43
Complete: LoadResourcesAction at: 2006/5/8 17:37:43, returned true
Running: ParseBootstrapOptionsAction at: 2006/5/8 17:37:43
Loaded DLL:c:\90b92fd6a1de42b9ee\xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2006/5/8 17:37:43, returned true
Running: ValidateWinNTAction at: 2006/5/8 17:37:43
Complete: ValidateWinNTAction at: 2006/5/8 17:37:43, returned true
Running: ValidateMinOSAction at: 2006/5/8 17:37:43
Complete: ValidateMinOSAction at: 2006/5/8 17:37:43, returned true
Running: PerformSCCAction at: 2006/5/8 17:37:43
Complete: PerformSCCAction at: 2006/5/8 17:37:43, returned true
Running: ActivateLoggingAction at: 2006/5/8 17:37:43
Complete: ActivateLoggingAction at: 2006/5/8 17:37:43, returned true
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__164" returned false.
Running: PerformSCCAction2 at: 2006/5/8 17:37:43
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Express Edition CTP (SQLEXPRESS)"
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Error: Action "PerformSCCAction2" threw an exception during execution.
Return Code: 70032
Message displayed to user
SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again. For detailed instructions on uninstalling SQL Server 2005, see the SQL Server 2005 Readme.
Class not registered.
Delay load of action "UploadDrWatsonLogAction" returned nothing. No action will occur as a result.
Message pump returning: 70032

Thank you for your assistance.

Hi Gary,

If you can't find the product listed in the Add/Remove Program listing (they would be listed under Microsoft SQL Server 2005), then you can try manually removing the offending products using the Product ID. The two problem commonents are identified as

Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Express Edition CTP (SQLEXPRESS)"
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"

You can manually remove them by typing the following into the Run dialog:

msiexec /x <product id>

Where <product id> is the GUID referenced from your log file.

Regards,

Mike Wachal
SQL Express team

-
Mark the best posts as Answers!

|||

I am having a similar problem.

Microsoft SQL Server 2005 Setup beginning at Thu Aug 10 14:33:57 2006
Process ID : 1604
d:\51b5dbc1449baa0bbd43\setup.exe Version: 2005.90.2047.0
Running: LoadResourcesAction at: 2006/7/10 14:33:57
Complete: LoadResourcesAction at: 2006/7/10 14:33:57, returned true
Running: ParseBootstrapOptionsAction at: 2006/7/10 14:33:57
Loaded DLL:d:\51b5dbc1449baa0bbd43\xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2006/7/10 14:33:57, returned true
Running: ValidateWinNTAction at: 2006/7/10 14:33:57
Complete: ValidateWinNTAction at: 2006/7/10 14:33:57, returned true
Running: ValidateMinOSAction at: 2006/7/10 14:33:57
Complete: ValidateMinOSAction at: 2006/7/10 14:33:57, returned true
Running: PerformSCCAction at: 2006/7/10 14:33:57
Complete: PerformSCCAction at: 2006/7/10 14:33:57, returned true
Running: ActivateLoggingAction at: 2006/7/10 14:33:57
Complete: ActivateLoggingAction at: 2006/7/10 14:33:57, returned true
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__1604" returned false.
Running: PerformSCCAction2 at: 2006/7/10 14:33:58
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1116 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Error: Action "PerformSCCAction2" threw an exception during execution.
Return Code: 70032
Message displayed to user
SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again. For detailed instructions on uninstalling SQL Server 2005, see the SQL Server 2005 Readme.

Class not registered.

there are no items in add/remove programs.

when i attempt to run

msiexec /x 2750B389-A2D2-4953-99CA-27C1F2A8E6FD

i recieve an error message

"this instilation package could not be opened. verify

that the package exists and that you can access it, or

contact the application vendoe to verify that this is a

valid windows installer package"

any one help me?

thanks

Drance

|||

lost my post can not be bothered to re type it


|||

Me too.

We had the CTP version installed. Now it finds various CTP "Products" even though I removed the CTP versions using Add-Remove Programs.

Of course, if these things were vital to my operation, the slightest breeze would erase them forever.

Good Luck,

Mike

|||

Drance wrote:

I am having a similar problem.

...

Class not registered.

there are no items in add/remove programs.

when i attempt to run

msiexec /x 2750B389-A2D2-4953-99CA-27C1F2A8E6FD

i recieve an error message

"any one help me?

thanks

Drance

Try:

msiexec /x "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}"

|||

I have a problem that when I try to uninstall the offending package I get this Error Message:

The setup has encountered an unexpected error in datastore. The action is SetInstanceProperty. The Error is

:Failed to read property "InstallIds" {"MachineConfiguration".""."SAM"} from Cache

Unable to write poperty into cache: IsClustered

Unable to write poperty into cache: "IsClustered"

XmlRWError: failure loading xmlrw.dll

CheckAllProcedures() returned: 2

|||omg!!! this issue has been such a pain since im planning to use sql server express to advance my DB and programming skills (from access+vba to sql+c++,#).
turns out that I had a beta version of sql server (ctp-community technology preview) that couldn't be taken out using the above instructions. that doesnt really bother me - what does is the fact that the add/remove program doesn't "see" the ctp version. I had to install the Windows Installer Cleanup Utility. 'Lo and Behold the CTP version pops up on the item list - i select -I remove - et voila! it's gone. I was able to run the sql express install without a hitch. I hope that helps some folks out there. My gripe is with Microsoft really - but being a newb im hoping someone can straighten me out: why can't I see the sql ctp version in the add/remove utility? why do I have to install yet another add/remove utility to see it? why doesn't Microsoft incoporate or update the add/remove utility? don't be mean =) like I said - im a newb

Problem installing SQL Express

SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and the run SQL Server 2005 Setup again.
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
I used Add/Remove Progs and used the list in the order suggested to remove all beta versions of VB, SQL, .NET and etc. Nothing is listed. I do have VB6 PRO. I have looked for directories and removed all. I have searched for SQLexpress in the registry and eliminated all I could find. I reinstalled .Net 2.0 and I'm still finding this problem.
Microsoft SQL Server 2005 Setup beginning at Thu Jun 08 17:37:43 2006
Process ID : 164
c:\90b92fd6a1de42b9ee\setup.exe Version: 2005.90.2047.0
Running: LoadResourcesAction at: 2006/5/8 17:37:43
Complete: LoadResourcesAction at: 2006/5/8 17:37:43, returned true
Running: ParseBootstrapOptionsAction at: 2006/5/8 17:37:43
Loaded DLL:c:\90b92fd6a1de42b9ee\xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2006/5/8 17:37:43, returned true
Running: ValidateWinNTAction at: 2006/5/8 17:37:43
Complete: ValidateWinNTAction at: 2006/5/8 17:37:43, returned true
Running: ValidateMinOSAction at: 2006/5/8 17:37:43
Complete: ValidateMinOSAction at: 2006/5/8 17:37:43, returned true
Running: PerformSCCAction at: 2006/5/8 17:37:43
Complete: PerformSCCAction at: 2006/5/8 17:37:43, returned true
Running: ActivateLoggingAction at: 2006/5/8 17:37:43
Complete: ActivateLoggingAction at: 2006/5/8 17:37:43, returned true
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__164" returned false.
Running: PerformSCCAction2 at: 2006/5/8 17:37:43
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Express Edition CTP (SQLEXPRESS)"
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Error: Action "PerformSCCAction2" threw an exception during execution.
Return Code: 70032
Message displayed to user
SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again. For detailed instructions on uninstalling SQL Server 2005, see the SQL Server 2005 Readme.
Class not registered.
Delay load of action "UploadDrWatsonLogAction" returned nothing. No action will occur as a result.
Message pump returning: 70032

Thank you for your assistance.

Hi Gary,

If you can't find the product listed in the Add/Remove Program listing (they would be listed under Microsoft SQL Server 2005), then you can try manually removing the offending products using the Product ID. The two problem commonents are identified as

Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Express Edition CTP (SQLEXPRESS)"
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1187.07 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"

You can manually remove them by typing the following into the Run dialog:

msiexec /x <product id>

Where <product id> is the GUID referenced from your log file.

Regards,

Mike Wachal
SQL Express team

-
Mark the best posts as Answers!

|||

I am having a similar problem.

Microsoft SQL Server 2005 Setup beginning at Thu Aug 10 14:33:57 2006
Process ID : 1604
d:\51b5dbc1449baa0bbd43\setup.exe Version: 2005.90.2047.0
Running: LoadResourcesAction at: 2006/7/10 14:33:57
Complete: LoadResourcesAction at: 2006/7/10 14:33:57, returned true
Running: ParseBootstrapOptionsAction at: 2006/7/10 14:33:57
Loaded DLL:d:\51b5dbc1449baa0bbd43\xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2006/7/10 14:33:57, returned true
Running: ValidateWinNTAction at: 2006/7/10 14:33:57
Complete: ValidateWinNTAction at: 2006/7/10 14:33:57, returned true
Running: ValidateMinOSAction at: 2006/7/10 14:33:57
Complete: ValidateMinOSAction at: 2006/7/10 14:33:57, returned true
Running: PerformSCCAction at: 2006/7/10 14:33:57
Complete: PerformSCCAction at: 2006/7/10 14:33:57, returned true
Running: ActivateLoggingAction at: 2006/7/10 14:33:57
Complete: ActivateLoggingAction at: 2006/7/10 14:33:57, returned true
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__1604" returned false.
Running: PerformSCCAction2 at: 2006/7/10 14:33:58
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Product "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}" versioned 9.00.1116 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00
The Product Name is "Microsoft SQL Server 2005 Tools Express Edition CTP"
Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
Error: Action "PerformSCCAction2" threw an exception during execution.
Return Code: 70032
Message displayed to user
SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again. For detailed instructions on uninstalling SQL Server 2005, see the SQL Server 2005 Readme.

Class not registered.

there are no items in add/remove programs.

when i attempt to run

msiexec /x 2750B389-A2D2-4953-99CA-27C1F2A8E6FD

i recieve an error message

"this instilation package could not be opened. verify

that the package exists and that you can access it, or

contact the application vendoe to verify that this is a

valid windows installer package"

any one help me?

thanks

Drance

|||

lost my post can not be bothered to re type it


|||

Me too.

We had the CTP version installed. Now it finds various CTP "Products" even though I removed the CTP versions using Add-Remove Programs.

Of course, if these things were vital to my operation, the slightest breeze would erase them forever.

Good Luck,

Mike

|||

Drance wrote:

I am having a similar problem.

...

Class not registered.

there are no items in add/remove programs.

when i attempt to run

msiexec /x 2750B389-A2D2-4953-99CA-27C1F2A8E6FD

i recieve an error message

"any one help me?

thanks

Drance

Try:

msiexec /x "{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}"

|||

I have a problem that when I try to uninstall the offending package I get this Error Message:

The setup has encountered an unexpected error in datastore. The action is SetInstanceProperty. The Error is

:Failed to read property "InstallIds" {"MachineConfiguration".""."SAM"} from Cache

Unable to write poperty into cache: IsClustered

Unable to write poperty into cache: "IsClustered"

XmlRWError: failure loading xmlrw.dll

CheckAllProcedures() returned: 2

|||omg!!! this issue has been such a pain since im planning to use sql server express to advance my DB and programming skills (from access+vba to sql+c++,#).
turns out that I had a beta version of sql server (ctp-community technology preview) that couldn't be taken out using the above instructions. that doesnt really bother me - what does is the fact that the add/remove program doesn't "see" the ctp version. I had to install the Windows Installer Cleanup Utility. 'Lo and Behold the CTP version pops up on the item list - i select -I remove - et voila! it's gone. I was able to run the sql express install without a hitch. I hope that helps some folks out there. My gripe is with Microsoft really - but being a newb im hoping someone can straighten me out: why can't I see the sql ctp version in the add/remove utility? why do I have to install yet another add/remove utility to see it? why doesn't Microsoft incoporate or update the add/remove utility? don't be mean =) like I said - im a newb

Saturday, February 25, 2012

Problem install on FrameWork 2.0.40607.0

Hi,
I have problem to set up RS on a computer with Whidbey installed. (ASP.NET
2.0.40607.0)
The setup claims that ASP.NET is not installed "ASP.NET version 1.1 is not
installed or is not registered on your Web server".
But is installed and registered.
The installation procedure halts on the System Prerequisites.
Anyone who have expirence of this problem? Is there a way around this
problem?
Best Regards
ThomasI've tried working with this as well. I got them both installed by
installed .NET 1.1, then RS, then 2.0.. however, this caused its own mess of
problems... which Ifinally just stopped on... Apparently this should work
better in SQL 2005... Which I'm sure everyone is just dying to jump
into... Yeah... ever DBA I know is going to...
and by that I mean they are not... in case you didn't pick up the massive
amount of sarcasm to that. =)
"Thomas Eriksson" <thomas.eriksson@.intress.se> wrote in message
news:ed1zFCbuEHA.376@.TK2MSFTNGP09.phx.gbl...
> Hi,
> I have problem to set up RS on a computer with Whidbey installed. (ASP.NET
> 2.0.40607.0)
> The setup claims that ASP.NET is not installed "ASP.NET version 1.1 is not
> installed or is not registered on your Web server".
> But is installed and registered.
> The installation procedure halts on the System Prerequisites.
> Anyone who have expirence of this problem? Is there a way around this
> problem?
> Best Regards
> Thomas
>