Saar Carmi

A .NET Blog

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456


Navigation

Subscriptions

Post Categories



Thursday, August 19, 2004 - Posts

SQL Server and Service Pack 2 for WinXP

Microsoft has published an article regarding SQL Server and Service Pack 2.

I have disabled the firewall and still cannot debug stored procedures even through the Query Analizer (which I could do before).

I keep getting the error:  

“Unable to connect to debugger on SS2K (Error = 0x80070005). Ensure that client-side components, such as SQLDBREG.EXE, are installed and registered on SSClient. Debugging disabled for connection 100.

posted Thursday, August 19, 2004 7:38 AM by saarc with 0 Comments

Determine WinXP Service Pack Level

It took me some time to find the article the explains the Win32API to determine the service pack level.

Why does System.Environment.OSVersion publish this information?

Was it available on early beta versions of .Net framework?

http://support.microsoft.com/default.aspx?scid=kb;EN-US;304721

posted Thursday, August 19, 2004 5:48 AM by saarc with 1 Comments

Service pack 2 for WinXP

I have just installed Service Pack 2 For WinXP on my computer.

Service Without Components works great using System.EnterpriseService.ServiceDomain.

It also works with my old patch which used the Win32API to config the COM+ context.

I had to enable Network DTC Access for COM+ transactions which uses SQL Server on another machine. Just like on Win2003 server.

 

 

posted Thursday, August 19, 2004 5:43 AM by saarc with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems