Archivio mensile:Novembre, 2005

Errore ‘800a0046’ quando si utilizza il metodo Send di CDONTS.NewMail

L’errore si è verificato sul server Windows 2000 con Exchange dovendo fare una paginetta ASP per inviare delle mail in modo automatico. La Knowledge Base al seguente articolo http://support.microsoft.com/?kbid=197619 riporta quanto segue:Questo comportamento può verificarsi se l’account utente anonimo non dispone almeno di autorizzazioni di modifica per le cartelle del server di posta SMTP. Nel mio…



SQL Server 2005 Requisiti di installazione

SQL Server 2005 Express Edition Readmehttp://support.microsoft.com/default.aspx?scid=kb;en-us;910229 SQL Server 2005 Readme and installation requirementshttp://support.microsoft.com/default.aspx?scid=kb;en-us;910228



Errore Process performance counter is disabled, so the requested operation cannot be performed.

Per attivare i performance counter controllare che la registry key:HKLM\SYSTEM\CurrentControlSet\Services\PerfProc\Performance\Disable Performance Counters sia impostata a 0 



Ripristinare SMTP Virtual Server snap-in nella IIS Manager Console

Dal seguente articolo: The SMTP Virtual Server snap-in does not appear in IIS Manager Consolehttp://support.microsoft.com/default.aspx?scid=kb;en-us;906100 SYMPTOMSIf you perform one of the following actions, the default SMTP Virtual Server snap-in does not appear in Internet Information Servers Manager Console: You remove Internet Information Services (IIS) components   You remove and then reinstall Simple Mail Transfer Protocol (SMTP)…



Feature Pack for Microsoft SQL Server 2005 – November 2005

Disponibile al seguente link:http://go.microsoft.com/?linkid=4218032 Comprende le seguenti features: Microsoft ADOMD.NET Microsoft Core XML Services (MSXML) 6.0 Microsoft OLEDB Provider for DB2 Microsoft Operations Manager 2005 Management Pack for Microsoft SQL Server 2005 (coming soon) Microsoft SQL Server 2000 DTS Designer Components Microsoft SQL Server Native Client Microsoft SQL Server 2005 Analysis Services 9.0 OLE DB…



Articoli KB su SQL Server 2005

Ecco alcuni articoli della KB che potrebbero tornare utili: How to uninstall SQL Server Management Studiohttp://support.microsoft.com/default.aspx?scid=kb;en-us;909953 Scalable shared databases are supported by SQL Server 2005http://support.microsoft.com/default.aspx?scid=kb;en-us;910378 Release manifest for Microsoft SQL Server Native Client (9.00.1399.06)http://support.microsoft.com/default.aspx?scid=kb;en-us;910016 How to make sure that you are using Kerberos authentication when you create a remote connection to an instance of SQL…



Scaricare un file da una pagina web

  Private Sub DownloadFile(ByVal url As String, ByVal filePath As String)        Dim webRequest As System.Net.WebRequest = System.Net.HttpWebRequest.Create(url)      Dim webResponse As System.Net.WebResponse = webRequest.GetResponse()      Dim inputStream As System.IO.Stream = webResponse.GetResponseStream()      Dim buffer(CInt(webResponse.ContentLength) – 1) As Byte      inputStream.Read(buffer, 0, buffer.Length)      inputStream.Close()      webResponse.Close()      inputStream = Nothing      webResponse =…



Bug di VS2005 nel metodo XmlReader.ReadToNextSibling

Dal seguente: BUG: Your application may stop responding when you use the XmlReader.ReadToNextSibling method in Visual Studio 2005http://support.microsoft.com/default.aspx?scid=kb;en-us;906724 SYMPTOMSConsider the following scenario. In Microsoft Visual Studio 2005, you use the XmlReader.ReadToNextSibling method in the System.Xml namespace to advance the XmlReader object to the next sibling element. The value of the ReadState property of the XmlReader…



Knowledge Base per prodotti Microsoft Business Solutions

Ecco un articolo che indica dove trovare la Knowledge per i prodotti Microsoft Business Solutions: How to access Knowledge Base content for Microsoft Business Solutions productshttp://support.microsoft.com/default.aspx?scid=kb;en-us;899357 In sostanza se si è un Microsoft Business Solutions Partners su https://mbs.microsoft.com/partnersourcementre se si è un cliente Microsoft Business Solutions su https://mbs.microsoft.com/customersource. Entrambi i link richiendono autenticazione tramite Passport.



Windows SharePoint Services e SharePoint Portal Server 2003 non sono supportati in VPC e VS

Stando a questo articolo i due prodotti in oggetto non sono supportati in ambienti di produzione su Virtual PC e Virtual Server. Windows SharePoint Services and SharePoint Portal Server 2003 do not support Virtual PC and Virtual Server for production environmentshttp://support.microsoft.com/default.aspx?scid=kb;en-us;909840 Leggendo poi l’articolo correlato:Windows Server System software not supported within a Microsoft Virtual Server environmenthttp://support.microsoft.com/kb/897614/en-us…