"DavideR" <DavideR@discussions.microsoft.com> schrieb:
> CType(Me._UserRegTemp1_1,
> System.ComponentModel.ISupportInitialize).EndInit()
> Eccezione first-chance di tipo "System.InvalidCastException" in
> system.windows.forms.dll
>
> Informazioni aggiuntive: Interfaccia non supportata.
Yeah, most certainly the object you try to cast doesn't implement the
particular interface. You can use 'TypeOf x Is IFoo' to check if the
object's type implements a particular interface before casting.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>