Obsolete types in .NET Framework
The tables in this article list the types that are obsolete in the .NET Framework 4.5 and .NET Framework 4.6, organized by assembly. Use the following links to see a list of the obsolete types and the recommended alternatives in each assembly. Because these types are obsolete, all their members are also obsolete. For a list of additional obsolete members in the .NET Framework class library, see Obsolete Members.
Obsolete types in system assemblies
- mscorlib.dll
- System.Core.dll
- System.Data.dll
- System.Data.OracleClient.dll
- System.Design.dll
- System.dll
- System.EnterpriseServices.dll
- System.Net.dll
- System.ServiceModel.dll
- System.Web.dll
- System.Web.Mobile.dll
- System.Workflow.Activities.dll
- System.Workflow.ComponentModel.dll
- System.Workflow.Runtime.dll
- System.WorkflowServices.dll
- System.Xaml.dll
- System.Xml.dll
- WindowsBase.dll
Obsolete types in system assemblies
The following tables list the types that have been declared obsolete in system assemblies. These assemblies are used for general-purpose application development that targets .NET Framework.
Assembly: mscorlib.dll
Assembly: System.Core.dll
Type | Message |
---|---|
System.Runtime.CompilerServices.ExecutionScope | Use of this type generates a compiler error. Do not use this type. |
Assembly: System.Data.dll
Type | Message |
---|---|
System.Data.DataSysDescriptionAttribute | DataSysDescriptionAttribute has been deprecated. |
System.Data.PropertyAttributes | PropertyAttributes has been deprecated. |
System.Data.TypedDataSetGenerator | The TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll. |
System.Xml.XmlDataDocument | The XmlDataDocument class will be removed in a future release. |
Assembly: System.Data.OracleClient.dll
Type | Message |
---|---|
System.Data.OracleClient.OracleClientFactory | OracleClientFactory has been deprecated. |
System.Data.OracleClient.OracleCommand | OracleCommand has been deprecated. |
System.Data.OracleClient.OracleCommandBuilder | OracleCommandBuilder has been deprecated. |
System.Data.OracleClient.OracleConnection | OracleConnection has been deprecated. |
System.Data.OracleClient.OracleConnectionStringBuilder | OracleConnectionStringBuilder has been deprecated. |
System.Data.OracleClient.OracleDataAdapter | OracleDataAdapter has been deprecated. |
System.Data.OracleClient.OraclePermission | OraclePermission has been deprecated. |
System.Data.OracleClient.OraclePermissionAttribute | System.Data.OracleClient.OraclePermissionAttribute has been deprecated. |
Assembly: System.Design.dll
Assembly: System.dll
Assembly: System.EnterpriseServices.dll
Type | Message |
---|---|
System.EnterpriseServices.RegistrationHelperTx | The RegistrationHelperTx class has been deprecated. |
Assembly: System.Net.dll
Type | Message |
---|---|
System.Net.INetworkProgress | First deprecated in the .NET Framework 4.5. Use of this type generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
System.Net.IUnsafeWebRequestCreate | First deprecated in the .NET Framework 4.5. Use of this type generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
System.Net.NetworkProgressChangedEventArgs | First deprecated in the .NET Framework 4.5. Use of this type generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
System.Net.UiSynchronizationContext | First deprecated in the .NET Framework 4.5. Use of this type generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
System.Net.Sockets.HttpPolicyDownloaderProtocol | First deprecated in the .NET Framework 4.5. Use of this type generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
System.Net.Sockets.SecurityCriticalAction | First deprecated in the .NET Framework 4.5. Use of this type generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
System.Net.Sockets.SocketPolicy | First deprecated in the .NET Framework 4.5. Use of this type generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
System.Net.Sockets.UdpAnySourceMulticastClient | First deprecated in the .NET Framework 4.5. Use of this type generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
System.Net.Sockets.UdpSingleSourceMulticastClient | First deprecated in the .NET Framework 4.5. Use of this type generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Assembly: System.ServiceModel.dll
Type | Message |
---|---|
System.ServiceModel.NetPeerTcpBinding | First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future. |
System.ServiceModel.Channels.HttpCookieContainerBindingElement | First deprecated in the .NET Framework 4.5. This type is obsolete. To enable Http CookieContainer, use the AllowCookies property on the Http binding or on the HttpTransportBindingElement. |
System.ServiceModel.Channels.PeerCustomResolverBindingElement | First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future. |
System.ServiceModel.Channels.PeerTransportBindingElement | First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future. |
System.ServiceModel.Configuration.NetPeerTcpBindingCollectionElement | First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future. |
System.ServiceModel.Configuration.NetPeerTcpBindingElement | First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future. |
System.ServiceModel.Configuration.PeerTransportElement | First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future. |
System.ServiceModel.PeerResolvers.CustomPeerResolverService | First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future. |
Assembly: System.Web.dll
Type | Message |
---|---|
System.Web.Configuration.PassportAuthentication | This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Microsoft Account |
System.Web.Mail.MailAttachment | The recommended alternative is System.Net.Mail.Attachment. |
System.Web.Mail.MailEncoding | The recommended alternative is System.Net.Mime.TransferEncoding. |
System.Web.Mail.MailFormat | The recommended alternative is MailMessage.IsBodyHtml. |
System.Web.Mail.MailMessage | The recommended alternative is System.Net.Mail.MailMessage. |
System.Web.Mail.MailPriority | The recommended alternative is System.Net.Mail.MailPriority. |
System.Web.Mail.SmtpMail | The recommended alternative is System.Net.Mail.SmtpClient. |
System.Web.Security.PassportAuthenticationEventArgs | This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Microsoft Account |
System.Web.Security.PassportAuthenticationEventHandler | This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Microsoft Account |
System.Web.Security.PassportAuthenticationModule | This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Microsoft Account |
System.Web.Security.PassportIdentity | This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Microsoft Account |
System.Web.Security.PassportPrincipal | This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Microsoft Account |
System.Web.UI.ObjectConverter | The recommended alternative is System.Convert and String.Format. |
Assembly: System.Web.Mobile.dll
Type | Message |
---|---|
System.Web.Mobile.CookielessData | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.Mobile.DeviceFilterElement | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.Mobile.DeviceFilterElementCollection | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.Mobile.DeviceFiltersSection | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.Mobile.ErrorHandlerModule | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.Mobile.MobileCapabilities | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.Mobile.MobileDeviceCapabilitiesSectionHandler | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.Mobile.MobileErrorInfo | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.Mobile.MobileFormsAuthentication | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.Design.MobileControls.IMobileDesigner | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.Design.MobileControls.IMobileWebFormServices | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.Design.MobileControls.MobileResource | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.Design.MobileControls.Converters.DataFieldConverter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.Design.MobileControls.Converters.DataMemberConverter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.AdRotator | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Alignment | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ArrayListCollectionBase | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.BaseValidator | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.BooleanOption | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Calendar | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Command | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.CommandFormat | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.CompareValidator | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Constants | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ControlElement | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ControlElementCollection | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ControlPager | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.CustomValidator | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.DesignerAdapterAttribute | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.DeviceElement | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.DeviceElementCollection | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.DeviceOverridableAttribute | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.DeviceSpecific | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.DeviceSpecificChoice | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.DeviceSpecificChoiceCollection | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.DeviceSpecificChoiceControlBuilder | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateBuilder | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateContainer | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.DeviceSpecificControlBuilder | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ErrorFormatterPage | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.FontInfo | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.FontSize | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Form | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.FormControlBuilder | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.FormMethod | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.IControlAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Image | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.IObjectListFieldCollection | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.IPageAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ItemPager | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ITemplateable | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Label | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Link | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.List | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ListCommandEventArgs | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ListCommandEventHandler | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ListControlBuilder | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ListDataBindEventArgs | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ListDataBindEventHandler | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ListDecoration | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ListSelectType | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.LiteralLink | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.LiteralText | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.LiteralTextContainerControlBuilder | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.LiteralTextControlBuilder | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.LoadItemsEventArgs | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.LoadItemsEventHandler | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.MobileControl | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.MobileControlBuilder | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.MobileControlsSection | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.MobileControlsSectionHandler | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.MobileListItem | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.MobileListItemCollection | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.MobileListItemType | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.MobilePage | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.MobileTypeNameConverter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.MobileUserControl | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectList | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListCommand | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListCommandCollection | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListCommandEventArgs | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListCommandEventHandler | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListControlBuilder | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListDataBindEventArgs | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListDataBindEventHandler | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListField | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListFieldCollection | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListItem | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListItemCollection | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListSelectEventArgs | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListSelectEventHandler | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListShowCommandsEventHandler | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListTitleAttribute | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ObjectListViewMode | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.PagedControl | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.PagerStyle | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Panel | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.PanelControlBuilder | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.PersistNameAttribute | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.PhoneCall | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.RangeValidator | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.RegularExpressionValidator | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.RequiredFieldValidator | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.SelectionList | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Style | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.StyleSheet | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.StyleSheetControlBuilder | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.TemplateContainer | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.TextBox | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.TextBoxControlBuilder | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.TextControl | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.TextView | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.TextViewElement | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.ValidationSummary | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Wrapping | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.ChtmlCommandAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.ChtmlFormAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.ChtmlImageAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.ChtmlLinkAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.ChtmlMobileTextWriter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.ChtmlPageAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.ChtmlPhoneCallAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.ChtmlSelectionListAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.ChtmlTextBoxAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.ControlAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlCalendarAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlCommandAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlControlAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlFormAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlImageAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlLabelAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlLinkAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlListAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlLiteralTextAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlPageAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlPanelAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlPhoneCallAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlSelectionListAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlTextBoxAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlTextViewAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlValidationSummaryAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.HtmlValidatorAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.MobileTextWriter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.MultiPartWriter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.UpWmlPageAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlCommandAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlControlAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlFormAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlImageAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlLabelAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlLinkAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlListAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlLiteralTextAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlPageAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlPanelAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlPhoneCallAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlPostFieldType | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlSelectionListAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlTextBoxAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlTextViewAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlValidationSummaryAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.WmlValidatorAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleSheetLocation | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCommandAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCssHandler | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlFormAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlImageAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLabelAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLinkAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlListAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLiteralTextAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPanelAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPhoneCallAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlSelectionListAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextBoxAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextViewAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidationSummaryAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidatorAdapter | The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see ASP.NET for Mobiles. |
Assembly: System.Workflow.Activities.dll
Type | Message |
---|---|
All types in the System.Workflow.Activities namespace | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
System.Workflow.Activities.Configuration.ActiveDirectoryRoleFactoryConfiguration | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
System.Workflow.Activities.Rules.RuleActionTrackingEvent | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
System.Workflow.Activities.Rules.RuleConditionReference | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
System.Workflow.Activities.Rules.RuleSetReference | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
Assembly: System.Workflow.ComponentModel.dll
Type | Message |
---|---|
All types in the System.Workflow.ComponentModel namespace except System.Workflow.ComponentModel.GetValueOverride and System.Workflow.ComponentModel.SetValueOverride | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
All types in the System.Workflow.ComponentModel.Compiler namespace except System.Workflow.ComponentModel.Compiler.ValidationError and System.Workflow.ComponentModel.Compiler.ValidationErrorCollection | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
All types in the System.Workflow.ComponentModel.Design namespace except ConnectorEventHandler | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializer | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
System.Workflow.ComponentModel.Serialization.ActivityMarkupSerializer | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
System.Workflow.ComponentModel.Serialization.ActivitySurrogateSelector | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
System.Workflow.ComponentModel.Serialization.ActivityTypeCodeDomSerializer | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
System.Workflow.ComponentModel.Serialization.CompositeActivityMarkupSerializer | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
System.Workflow.ComponentModel.Serialization.DependencyObjectCodeDomSerializer | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
Assembly: System.Workflow.Runtime.dll
Type | Message |
---|---|
System.Activities.Statements.Interop | First deprecated in the .NET Framework 4.5. The Workflow Foundation 3.0 types are deprecated. Instead, use the Workflow 4.0 types from System.Activities.*. |
System.Activities.Tracking.InteropTrackingRecord | First deprecated in the .NET Framework 4.5. The Workflow Foundation 3.0 types are deprecated. Instead, use the Workflow 4.0 types from System.Activities.*. |
All types in the System.Workflow.Runtime namespace | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
All types in the System.Workflow.Runtime.Configuration namespace | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
All types in the System.Workflow.Runtime.DebugEngine namespace except DebugEngineCallback | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
All types in the System.Workflow.Runtime.Hosting namespace except WorkflowCommitWorkBatchService.CommitWorkBatchCallback | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
All types in the System.Workflow.Runtime.Tracking namespace | First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
Assembly: System.WorkflowServices.dll
Type | Message |
---|---|
System.ServiceModel.WorkflowServiceHost | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Activation.WorkflowServiceHostFactory | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Activities.Description.WorkflowRuntimeEndpoint | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Configuration.PersistenceProviderElement | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Configuration.WorkflowRuntimeElement | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Description.DurableOperationAttribute | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Description.DurableServiceAttribute | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Description.PersistenceProviderBehavior | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Description.UnknownExceptionAction | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Description.WorkflowRuntimeBehavior | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Dispatcher.DurableOperationContext | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Persistence.InstanceLockException | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Persistence.InstanceNotFoundException | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Persistence.LockingPersistenceProvider | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Persistence.PersistenceException | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Persistence.PersistenceProvider | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Persistence.PersistenceProviderFactory | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.ServiceModel.Persistence.SqlPersistenceProviderFactory | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
All types in the System.Workflow.Activities namespace | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
System.Workflow.Runtime.Hosting.ChannelManagerService | First deprecated in the .NET Framework 4.5. The WF 3 types are deprecated. Instead, please use the new WF 4 types from System.Activities.*. |
Assembly: System.Xaml.dll
Type | Message |
---|---|
System.Windows.Markup.AcceptedMarkupExtensionExpressionTypeAttribute | This is not used by the XAML parser. Please look at System.Windows.Markup.XamlSetMarkupExtensionAttribute. |
Assembly: System.Xml.dll
Type | Message |
---|---|
System.Xml.IApplicationResourceStreamResolver | First deprecated in the .NET Framework 4.5. Use of this type generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
System.Xml.Schema.XmlSchemaCollection | Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation. |
System.Xml.XmlValidatingReader | Use an System.Xml.XmlReader created by the XmlReader.Create method using the appropriate System.Xml.XmlReaderSettings instead. |
System.Xml.XmlXapResolver | Use of this type generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
System.Xml.Xsl.XslTransform | This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. |
Assembly: WindowsBase.dll
Type | Message |
---|---|
System.Windows.Markup.IReceiveMarkupExtension | System.Windows.Markup.IReceiveMarkupExtension has been deprecated. This interface is no longer in use. |
Obsolete types in Microsoft assemblies
The following sections list the obsolete types in Microsoft assemblies. These assemblies are special-purpose assemblies, such as assemblies that target an individual language (for example, Microsoft.JScript.dll or Microsoft.VisualC.dll).
Assembly: IEHost.dll and IEExec.exe
The IEHost.dll and IEExec.exe assemblies have been removed from .NET Framework. All of their types and their members are obsolete and are not supported as of .NET Framework 4. These assemblies were used to host Windows Forms controls and to run executables in Internet Explorer. Recommended alternatives include ClickOnce, XAML browser applications (XBAP), and Microsoft Silverlight.
Assembly: Microsoft.Build.Engine.dll
Type | Message |
---|---|
Microsoft.Build.BuildEngine.Engine | This class has been deprecated. Please use Microsoft.Build.Evaluation.ProjectCollection from the Microsoft.Build assembly instead. |
Microsoft.Build.BuildEngine.Project | This class has been deprecated. Please use Microsoft.Build.Evaluation.ProjectCollection from the Microsoft.Build assembly instead. |
Assembly: Microsoft.JScript.dll
Type | Message |
---|---|
Microsoft.JScript.Vsa.BaseVsaEngine | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.BaseVsaSite | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.BaseVsaStartup | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.IJSVsaCodeItem | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.IJSVsaEngine | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.IJSVsaError | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.IJSVsaGlobalItem | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.IJSVsaItem | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.IJSVsaItems | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.IJSVsaPersistSite | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.IJSVsaReferenceItem | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.IJSVsaSite | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.JSVsaError | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.JSVsaException | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.JSVsaItemFlag | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.JSVsaItemType | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.ResInfo | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Microsoft.JScript.Vsa.VsaEngine | This type was deprecated in Visual Studio 2005; there is no replacement for this feature. Please see the System.CodeDom.Compiler.ICodeCompiler documentation for additional help. |
Assembly: Microsoft.VisualBasic.Compatibility.dll
For information about migrating from Visual Basic 6, see Visual Basic 6.0 Resource Center.
Assembly: Microsoft.VisualBasic.Compatibility.Data.dll
Assembly: Microsoft.VisualC.dll
Type | Message |
---|---|
Microsoft.VisualC.DebugInfoInPDBAttribute | Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
Microsoft.VisualC.DecoratedNameAttribute | Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
Microsoft.VisualC.IsConstModifier | Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
Microsoft.VisualC.IsCXXReferenceModifier | Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
Microsoft.VisualC.IsLongModifier | Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
Microsoft.VisualC.IsSignedModifier | Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
Microsoft.VisualC.IsVolatileModifier | Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
Microsoft.VisualC.MiscellaneousBitsAttribute | Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
Microsoft.VisualC.NeedsCopyConstructorModifier | Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
Microsoft.VisualC.NoSignSpecifiedModifier | Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |