Around and About .NET World

Il blog di Marco Minerva
posts - 1671, comments - 2232, trackbacks - 2135

My Links

News

Contattami su Live Messenger:


MCTS: Windows, Web, Distributed Applications & SQL Server

MCPD: Enterprise Applications

Tag Cloud

Archives

Post Categories

Links

Applicazioni Client Profile e librerie Full Profile

Le applicazioni per Windows create con Visual Studio 2010, siano esse WPF, Windows Forms o Console, utilizzano di default il .NET 4 Client Profile, ovvero un sottoinsieme del .NET Framework ottimizzato proprio per le applicazioni client.

Al contrario, le Class Library sono configurate per usare il “Full Profile”, ovvero l’intera Base Class Library di .NET. Questo può portare ad un problema nel momento in cui utilizziamo un assembly che non fa parte del Client Profile. Infatti, se proviamo ad utilizzare tale libreria in un’applicazione Client Profile, otterremo un errore, perché stiamo tentando di accedere ad oggetti che sfruttano una libreria del Full Profile, a cui l’assembly dell’applicazione, che invece usa il Client Profile, non ha accesso.

Nessun problema, invece, se la nostra Class Library, pur usando il Full Profile, sfrutta solo gli assembly che fanno parte anche del Client Profile.

Print | posted on sabato 25 febbraio 2012 19:09 | Filed Under [ C# VB .NET .NET 4.0 Visual Studio 2010 ]

Feedback

Gravatar

# Encode e Decode di HTML e Url con il .NET Client Profile

Encode e Decode di HTML e Url con il .NET Client Profile
29/02/2012 22:45 | Around and About .NET World
Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET