Obsolete Types in the .NET Framework 4.5
The tables in this article list the types that are obsolete in the .NET Framework 4.5, 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 in the .NET Framework 4.5.
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 the .NET Framework.
|
Type |
Message |
|---|---|
|
This type previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete. |
|
|
Please use IEqualityComparer instead. |
|
|
Please use StringComparer instead. |
|
|
First deprecated in the .NET Framework 4.5. Use the ContractHelper class instead. |
|
|
This type is obsolete and will be removed in a future release of the .NET Framework. |
|
|
Assembly level declarative security is obsolete and is no longer enforced by the CLR by default. |
|
|
This type is obsolete and will be removed in a future release of the .NET Framework. |
|
|
The IDispatchImplAttribute is deprecated. |
|
|
This attribute is deprecated and will be removed in a future version. |
|
|
This attribute has been deprecated. Application Domains no longer respect Activation Context boundaries in IDispatch calls. |
|
|
Use BIND_OPTS instead. |
|
|
Use IBindCtx instead. |
|
|
Use IConnectionPointContainer instead. |
|
|
Use IConnectionPoint instead. |
|
|
Use IEnumMoniker instead. |
|
|
Use CONNECTDATA instead. |
|
|
Use IEnumConnections instead. |
|
|
Use IEnumConnectionPoints instead. |
|
|
Use IEnumString instead. |
|
|
Use IEnumVARIANT instead. |
|
|
Use FILETIME instead. |
|
|
Use IMoniker instead. |
|
|
Use IPersistFile instead. |
|
|
Use IRunningObjectTable instead. |
|
|
Use STATSTG instead. |
|
|
Use IStream instead. |
|
|
Use DESCKIND instead. |
|
|
Use BINDPTR instead. |
|
|
Use ITypeComp instead. |
|
|
Use TYPEKIND instead. |
|
|
Use TYPEFLAGS instead. |
|
|
Use IMPLTYPEFLAGS instead. |
|
|
Use TYPEATTR instead. |
|
|
Use FUNCDESC instead. |
|
|
Use IDLFLAG instead. |
|
|
Use IDLDESC instead. |
|
|
Use PARAMFLAG instead. |
|
|
Use PARAMDESC instead. |
|
|
Use TYPEDESC instead. |
|
|
Use ELEMDESC instead. |
|
|
Use VARDESC instead. |
|
|
Use DISPPARAMS instead. |
|
|
Use EXCEPINFO instead. |
|
|
Use FUNCKIND instead. |
|
|
Use INVOKEKIND instead. |
|
|
Use CALLCONV instead. |
|
|
Use FUNCFLAGS instead. |
|
|
Use VARFLAGS instead. |
|
|
Use ITypeInfo instead. |
|
|
Use SYSKIND instead. |
|
|
Use LIBFLAGS instead. |
|
|
Use TYPELIBATTR instead. |
|
|
Use ITypeLib instead. |
|
|
SecurityCriticalScope is only used for .NET 2.0 transparency compatibility. |
|
|
SecurityTreatAsSafe is only used for .NET 2.0 transparency compatibility. Please use the SecuritySafeCriticalAttribute instead. |
|
|
An alternate API is available: Emit the MarshalAs custom attribute instead. |
|
|
The AssemblyHash class has been deprecated. |
|
Type |
Message |
|---|---|
|
DataSysDescriptionAttribute has been deprecated. |
|
|
The TypedDataSetGenerator class will be removed in a future release. Please use TypedDataSetGenerator in System.Design.dll. |
|
|
PropertyAttributes has been deprecated. |
|
|
The XmlDataDocument class will be removed in a future release. |
|
Type |
Message |
|---|---|
|
OracleCommand has been deprecated. |
|
|
OracleCommandBuilder has been deprecated. |
|
|
OracleConnection has been deprecated. |
|
|
OracleConnectionStringBuilder has been deprecated. |
|
|
OracleDataAdapter has been deprecated. |
|
|
OracleClientFactory has been deprecated. |
|
|
OraclePermission has been deprecated. |
|
|
OraclePermissionAttribute has been deprecated. |
|
Type |
Message |
|---|---|
|
This class has been deprecated. Use CodeDomLocalizationProvider instead. |
|
|
Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. |
|
|
Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. |
|
|
The recommended alternative is IControlDesignerTag and IControlDesignerView. |
|
|
Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing, expose template data in the ControlDesignerTemplateGroups property and call ControlDesigner.SetViewFlags(ViewFlags.TemplateEditing, true). |
|
|
Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the ControlDesignerTemplateGroups property and call ControlDesigner.SetViewFlags(ViewFlags.TemplateEditing, true). |
|
|
The recommended alternative is IControlDesignerTag and IControlDesignerView. |
|
|
The recommended alternative is WebFormsReferenceManager. The WebFormsReferenceManager contains additional functionality and allows for more extensibility. To get the WebFormsReferenceManager, use the RootDesigner.ReferenceManager property from your ControlDesigner. |
|
|
The recommended alternative is WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. |
|
|
The recommended alternative is ContainerControlDesigner because it uses an EditableDesignerRegion for editing the content. Designer regions allow for better control of the content being edited. |
|
|
Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the ControlDesignerTemplateGroups property and call ControlDesigner.SetViewFlags(ViewFlags.TemplateEditing, true). |
|
|
Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the ControlDesignerTemplateGroups property and call ControlDesigner.SetViewFlags(ViewFlags.TemplateEditing, true). |
|
|
Use of this type is not recommended because the AutoFormat dialog is launched by the designer host. The list of available AutoFormats is exposed on the ControlDesigner in the ControlDesignerAutoFormats property. |
|
|
The recommended alternative is PanelContainerDesigner because it uses an EditableDesignerRegion for editing the content. Designer regions allow for better control of the content being edited. |
|
Type |
Message |
|---|---|
|
This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptorComObjectType instead. |
|
|
Use SettingsBindableAttribute instead to work with the new settings model. |
|
|
This attribute has been deprecated. Use DesignerSerializerAttribute instead. For example, to specify a root designer for CodeDom, use DesignerSerializerAttribute(...,typeof(TypeCodeDomSerializer)). |
|
|
This class has been deprecated. Please use WebRequestDefaultWebProxy instead to access and set the global default proxy. Use 'null' instead of GlobalProxySelectionGetEmptyWebProxy. |
|
|
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. |
|
|
This class has been deprecated. |
|
|
This class has been deprecated. Use the performance counters through the PerformanceCounter class instead. |
|
Type |
Message |
|---|---|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
Type |
Message |
|---|---|
|
First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future. |
|
|
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. |
|
|
First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future. |
|
|
First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future. |
|
|
First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future. |
|
|
First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future. |
|
|
First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future. |
|
|
First deprecated in the .NET Framework 4.5. The peer channel feature is obsolete and will be removed in the future.
|
|
Type |
Message |
|---|---|
|
This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID. |
|
|
This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID. |
|
|
This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID. |
|
|
This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID. |
|
|
This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID. |
|
|
This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID. |
|
|
The recommended alternative is Convert and StringFormat. |
|
|
The recommended alternative is SmtpClient. |
|
|
The recommended alternative is MailMessageIsBodyHtml. |
|
|
The recommended alternative is MailPriority. |
|
|
The recommended alternative is TransferEncoding. |
|
|
The recommended alternative is Attachment. |
|
|
The recommended alternative is MailMessage. |
|
Type |
Message |
|---|---|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
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.*. |
|
First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
|
|
First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
|
|
First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
|
|
First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
|
Type |
Message |
|---|---|
|
All types in the System.Workflow.ComponentModel namespace except GetValueOverride and 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 ValidationError and 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.*. |
|
First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
|
|
First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
|
|
First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
|
|
First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
|
|
First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
|
|
First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
|
|
First deprecated in the .NET Framework 4.5. The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*. |
|
Type |
Message |
|---|---|
|
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 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.*. |
|
Type |
Message |
|---|---|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
|
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.*. |
|
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.*. |
|
Type |
Message |
|---|---|
|
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. |
|
|
Use an XmlReader created by the XmlReaderCreate method using the appropriate XmlReaderSettings instead. |
|
|
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
|
|
This class has been deprecated. Please use XslCompiledTransform instead. |
|
|
Use XmlSchemaSet for schema compilation and validation. |
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).
The IEHost.dll and IEExec.exe assemblies have been removed from the .NET Framework. All of their types and their members are obsolete and are not supported as of the .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.
|
Type |
Message |
|---|---|
|
This class has been deprecated. Please use ProjectCollection from the Microsoft.Build assembly instead. |
|
|
This class has been deprecated. Please use ProjectCollection from the Microsoft.Build assembly instead. |
|
Type |
Message |
|---|---|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
|
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help. |
|
Type |
Message |
|---|---|
|
Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
|
|
Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
|
|
Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
|
|
Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
|
|
Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
|
|
Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
|
|
Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
|
|
Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
|
|
Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |
|
|
Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility. |