Archivio mensile:Luglio, 2005

KB 17-07-2005

.NET Framework 1.1 http://support.microsoft.com/?kbid=899918 How and why session IDs are reused in ASP.NET    http://support.microsoft.com/?kbid=901372 FIX: You may receive a “cannot be converted to a ‘uint’” error message when you use the Aximp.exe utility in Visual Studio .NET 2003    http://support.microsoft.com/?kbid=897296 How to adjust security settings for Framework applications that are running from a network…



Microsoft Downloads 22-07-2005

  Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic .NET Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic .NET is the complete technical guide to upgrading Visual Basic 6 applications to Visual Basic .NET, covering all upgrade topics from APIs to ZOrders (7/14/2005).  Microsoft Office Reference Implementation for Clinical Forms Learn how to…



Microsoft Downloads 15-07-2005

MSF for CMMI Process Improvement This download includes the MSF for CMMI Process Improvement process template (process guidance only), which is a highly iterative, adaptive planning, agile software development process that meets the requirements for the Software Engineering Institute’s (SEI) Capability Maturity Model Integration (CMMI) level 3 and provides a smooth transition all the way…



KB 17-07-2005

.NET Framework 1.1 http://support.microsoft.com/default.aspx?scid=kb;en-us;901183 How to call a Web service by using a client certificate for authentication in an ASP.NET Web application   http://support.microsoft.com/default.aspx?scid=kb;en-us;899918 How and why session IDs are reused in ASP.NET SQL Server 2000   http://support.microsoft.com/default.aspx?scid=kb;en-us;902388 Event ID: 208 may be logged, and a “DBCC failed” error message is logged when you try…



Dischi dinamici vs dischi di base

Inquesto articolo sono valutate alcune problematiche dei dischi dinamici Issues Involved In Converting Basic Disks To Dynamic Disks



Superato esame 70-306 Developing and implementing windows applications with VB.NET

Il mio punteggio (975/1000) non è certo da paragonare a quello di Raffaele (ho pagato il fatto di non utilizzare le classi native per la stampa ma il Crystal che ovvimente non essendo un prodotto Microsoft non è materia d’esame). Ma visto che avevo solo tre settimane di tempo prima della chiusura di Prometric per…



DVD dei Webcast MSDN Collezione 2004-2005

A questo link è possibile ordinare gratuitamente il DVD dei Webcast MSDN Collezione 2004-2005. http://www.microsoft.com/italy/msdn/eventi/webcast/dvd.mspx



KB 10-07-2005

Visual Basic .NET 2003 http://support.microsoft.com/default.aspx?scid=kb;en-us;897298 You receive an “unhandled exception of type ‘System.Runtime.InteropServices.SEHException’” error message when you call the Application.EnableVisualStyles method in Visual Basic .NET 2003 and in Visual Basic 2002 Visual Studio .NET 2003 http://support.microsoft.com/default.aspx?scid=kb;en-us;898847 You may receive an “Access is denied” error message when you try to perform managed remote debugging on a…



Caricare un PictureBox con un file utilizzando un MemoryStream

Caricando il PictureBox utilizzando un MemoryStream si evita di tenere bloccato il file. ‘Caricamento file nel Buffer Dim fs As New System.IO.FileStream(“E:\Test.bmp”, IO.FileMode.Open, IO.FileAccess.Read) Dim buffer(CInt(fs.Length) – 1) As Byte fs.Read(buffer, 0, CInt(fs.Length)) fs.Close() : fs = Nothing   ‘Caricamento Buffer nel MemoryStream Dim ms As New System.IO.MemoryStream(buffer) buffer = Nothing   ‘Lettura immagine da…



Microsoft Downloads 08-07-2005

Sample Code Generator Use the XSD Object Generator Tool to generate sample Microsoft Visual C# and Visual Basic classes from an XSD schema (6/30/2005). patterns & practices Enterprise Library (June 2005) This release of Enterprise Library includes: Caching Application Block, Configuration Application Block, Cryptography Application Block, Data Access Application Block, Exception Handling Application Block, Logging…