Obsolete Members in the .NET Framework 4.5
The tables in this article list the type members that are obsolete in the .NET Framework 4.5, organized by assembly. Use the following links to see a list of the obsolete members and the recommended alternatives in each assembly. This topic doesn't list the members of obsolete types. For a list of obsolete types, see Obsolete Types in the .NET Framework 4.5.
The following tables list the obsolete members in system assemblies. These assemblies are used for general-purpose application development that targets the .NET Framework.
|
Type |
Member |
Message |
|---|---|---|
|
The provider argument is not used. Please use EnumToString. |
||
|
The provider argument is not used. Please use EnumToString. |
||
|
CreateInstance(String, String, Boolean, BindingFlags, Binder, Object, CultureInfo, Object, Evidence) |
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of ActivatorCreateInstance which does not take an Evidence parameter. |
|
|
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of ActivatorCreateInstanceFrom which does not take an Evidence parameter. |
||
|
Methods which use Evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of ActivatorCreateInstanceFrom that does not take an Evidence parameter. |
||
|
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of ActivatorCreateInstance that does not take an Evidence parameter. |
||
|
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainCreateInstanceFromAndUnwrap that does not take an Evidence parameter. |
||
|
ExecuteAssembly(String, Evidence, String, Byte, AssemblyHashAlgorithm) |
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainExecuteAssembly that does not take an Evidence parameter. |
|
|
AppDomain policy levels are obsolete and will be removed in a future release of the .NET Framework. |
||
|
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainExecuteAssemblyByName which does not take an Evidence parameter. |
||
|
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainLoad which does not take an Evidence parameter. |
||
|
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainExecuteAssembly which does not take an Evidence parameter. |
||
|
AppendPrivatePath has been deprecated. Please investigate the use of AppDomainSetupPrivateBinPath instead. |
||
|
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainCreateInstanceFromAndUnwrap which does not take an Evidence parameter. |
||
|
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainLoad which does not take an Evidence parameter. |
||
|
ClearShadowCopyPath has been deprecated. Please investigate the use of AppDomainSetupShadowCopyDirectories instead. |
||
|
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainLoad which does not take an Evidence parameter. |
||
|
SetCachePath has been deprecated. Please investigate the use of AppDomainSetupCachePath instead. |
||
|
CreateInstance(String, String, Boolean, BindingFlags, Binder, Object, CultureInfo, Object, Evidence) |
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainCreateInstance that does not take an Evidence parameter. |
|
|
Assembly level declarative security is obsolete and is no longer enforced by the CLR by default. |
||
|
SetShadowCopyFiles has been deprecated. Please investigate the use of AppDomainSetupShadowCopyFiles instead. |
||
|
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainExecuteAssemblyByName that does not take an Evidence parameter. |
||
|
DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, Evidence) |
Assembly level declarative security is obsolete and is no longer enforced by the CLR by default. |
|
|
ClearPrivatePath has been deprecated. Please investigate the use of AppDomainSetupPrivateBinPath instead. |
||
|
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainExecuteAssembly which does not take an Evidence parameter. |
||
|
Assembly level declarative security is obsolete and is no longer enforced by the CLR by default. |
||
|
Assembly level declarative security is obsolete and is no longer enforced by the CLR by default. |
||
|
DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess, String, Evidence) |
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainDefineDynamicAssembly that does not take an Evidence parameter. |
|
|
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainCreateInstanceFrom that does not take an Evidence parameter. |
||
|
GetCurrentThreadId has been deprecated because it does not provide a stable Id when managed threads are running on fibers (aka lightweight threads). To get a stable identifier for a managed thread, use the ThreadManagedThreadId property. |
||
|
SetDynamicBase has been deprecated. Please investigate the use of AppDomainSetupDynamicBase instead. |
||
|
Assembly level declarative security is obsolete and is no longer enforced by the CLR by default. |
||
|
SetShadowCopyPath has been deprecated. Please investigate the use of AppDomainSetupShadowCopyDirectories instead. |
||
|
Assembly level declarative security is obsolete and is no longer enforced by the CLR by default. |
||
|
Assembly level declarative security is obsolete and is no longer enforced by the CLR by default. |
||
|
Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AppDomainExecuteAssemblyByName that does not take an Evidence parameter. |
||
|
This method has been deprecated. Please use AssemblyLoad instead. |
||
|
This method has been deprecated. Please use AssemblyLoad instead. |
||
|
Call ResourceManagerInternalGetResourceSet instead. |
||
|
Use the WaitHandleSafeWaitHandle property instead. |
||
|
This property is not 64-bit compatible. Use OverlappedEventHandleIntPtr instead. |
||
|
This method is not safe. Use OverlappedPack(IOCompletionCallback, Object) instead. |
||
|
This constructor is not 64-bit compatible. Use the Overlapped#ctor(Int32, Int32, IntPtr, IAsyncResult) constructor that takes an IntPtr for the event handle. |
||
|
This method is not safe. Use OverlappedUnsafePack(IOCompletionCallback, Object) instead. |
||
|
Resume has been deprecated. Please use other classes in System.Threading, such as Monitor, Mutex , EventWaitHandle, and Semaphore, to synchronize threads or protect resources. |
||
|
SetCompressedStack is no longer supported. Please use the CompressedStack class. |
||
|
GetCompressedStack is no longer supported. Please use the CompressedStack class. |
||
|
The ApartmentState property has been deprecated. Use ThreadGetApartmentState, ThreadSetApartmentState or ThreadTrySetApartmentState instead. |
||
|
Suspend has been deprecated. Please use other classes in System.Threading, such as Monitor, Mutex , EventWaitHandle, and Semaphore, to synchronize threads or protect resources. |
||
|
BindHandle(IntPtr) has been deprecated. Please use ThreadPoolBindHandle(SafeHandle) instead. |
||
|
Please use Hashtable#ctor(IDictionary, Single, IEqualityComparer) instead. |
||
|
Please use Hashtable#ctor(IDictionary, IEqualityComparer) instead. |
||
|
Please use Hashtable#ctor(Int32, IEqualityComparer) instead. |
||
|
Please use Hashtable#ctor(IEqualityComparer) instead. |
||
|
Please use Hashtable#ctor(Int32, Single, IEqualityComparer) instead. |
||
|
Please use the HashtableEqualityComparer property. |
||
|
Please use KeyComparer properties. |
||
|
Do not create instances of the Debugger class. Call the static methods directly on this type instead. |
||
|
First deprecated in the .NET Framework 4.5. This constructor has been deprecated. Please use a constructor that does not require a Thread parameter. |
||
|
The recommended alternative is ISymbolBinder1GetReader, which takes the importer interface pointer as an IntPtr instead of an Int32, and thus works on both 32-bit and 64-bit architectures. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AssemblyLoad that does not take an Evidence parameter. |
||
|
This method has been deprecated. Please use AssemblyLoad instead. |
||
|
This method has been deprecated. Please use AssemblyLoad instead. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AssemblyLoad that does not take an Evidence parameter. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AssemblyLoad that does not take an Evidence parameter. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AssemblyLoadFrom which does not take an Evidence parameter. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AssemblyLoadFile which does not take an Evidence parameter. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. Please use an overload of AssemblyLoadFrom which does not take an Evidence parameter. |
||
|
This constructor has been deprecated. Please use AssemblyFlagsAttribute#ctor(AssemblyNameFlags) instead. |
||
|
This constructor has been deprecated. Please use AssemblyFlagsAttribute#ctor(AssemblyNameFlags) instead. |
||
|
This property has been deprecated. Please use AssemblyFlagsAttributeAssemblyFlags instead. |
||
|
This value has been deprecated. Please use other values in CultureTypes. |
||
|
This value has been deprecated. Please use other values in CultureTypes. |
||
|
The DynData registry key only works on Win9x, which is no longer supported by the CLR. On NT-based operating systems, use the RegistryPerformanceData registry key instead. |
||
|
This method is obsolete. Please use EvidenceAddAssemblyEvidence``1 instead. |
||
|
Evidence should not be treated as an ICollection. Please use the EvidenceGetHostEnumerator and EvidenceGetAssemblyEnumerator methods rather than using CopyTo. |
||
|
Evidence should not be treated as an ICollection. Please use EvidenceGetHostEnumerator and EvidenceGetAssemblyEnumerator to iterate over the evidence to collect a count. |
||
|
This method is obsolete. Please use EvidenceAddHostEvidence``1 instead. |
||
|
GetEnumerator is obsolete. Please use EvidenceGetHostEnumerator and EvidenceGetAssemblyEnumerator instead. |
||
|
This constructor is obsolete. Please use the Evidence#ctor(EvidenceBase, EvidenceBase) constructor instead. |
||
|
AppDomain policy levels are obsolete and will be removed in a future release of the .NET Framework. |
||
|
Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted. |
||
|
Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted. |
||
|
Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted. |
||
|
Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted. |
||
|
Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted. |
||
|
The GetThreadFromFiberCookie method has been deprecated. Use the hosting API to perform this operation. |
||
|
This API did not perform any operation and will be removed in future versions of the CLR. |
||
|
The GetManagedThunkForUnmanagedMethodPtr method has been deprecated and will be removed in a future release. |
||
|
Use MarshalGetTypeInfoName(ITypeInfo) instead. |
||
|
Use MarshalGetTypeLibLcid(ITypeLib) instead. |
||
|
Use MarshalGetTypeLibName(ITypeLib) instead. |
||
|
Use MarshalGetTypeLibGuid(ITypeLib) instead. |
||
|
The GetUnmanagedThunkForManagedMethodPtr method has been deprecated and will be removed in a future release. |
||
|
Use of this member generates a compiler error. Do not create instances of the RuntimeEnvironment class. Call the static methods directly on this type instead. |
||
|
CreateWaitHandle will be removed eventually. Please use new ManualResetEvent(false) instead. |
||
|
First deprecated in the .NET Framework 4.5. Do not call or override this method. |
||
|
This constructor has been deprecated. Please use FileStream#ctor(SafeFileHandle, FileAccess, Int32, Boolean) instead, and optionally make a new SafeFileHandle with ownsHandle=false if needed. |
||
|
This constructor has been deprecated. Please use FileStream#ctor(SafeFileHandle, FileAccess) instead. |
||
|
This property has been deprecated. Please use the FileStreamSafeFileHandle property instead. |
||
|
This constructor has been deprecated. Please use FileStream#ctor(SafeFileHandle, FileAccess, Int32) instead, and optionally make a new SafeFileHandle with ownsHandle=false if needed. |
||
|
This constructor has been deprecated. Please use FileStream#ctor(SafeFileHandle, FileAccess) instead, and optionally make a new SafeFileHandle with ownsHandle=false if needed. |
||
|
Please use PathGetInvalidPathChars or PathGetInvalidFileNameChars instead. |
||
|
Deny is obsolete and will be removed in a future release of the .NET Framework. |
||
|
Deny is obsolete and will be removed in a future release of the .NET Framework. |
||
|
Deny 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. |
||
|
Assembly level declarative security is obsolete and is no longer enforced by the CLR by default. |
||
|
Assembly level declarative security is obsolete and is no longer enforced by the CLR by default. |
||
|
Please use the FileIOPermissionAttributeViewAndModify property instead. |
||
|
This API has been deprecated. |
||
|
This permission is no longer used by the CLR. |
||
|
Please use the RegistryPermissionAttributeViewAndModify property instead. |
||
|
This API has been deprecated. |
||
|
This permission has been deprecated. Use PermissionStateUnrestricted to get full access. |
||
|
This permission is no longer used by the CLR. |
||
|
SecurityCriticalScope is only used for .NET 2.0 transparency compatibility. |
||
|
AppDomain policy levels are obsolete and will be removed in a future release of the .NET Framework. |
||
|
AppDomain policy levels are obsolete and will be removed in a future release of the .NET Framework. |
||
|
This method is obsolete and should no longer be used. |
||
|
Deny is obsolete and will be removed in a future release of the .NET Framework. |
||
|
Because security can no longer be turned off, the SecurityEnabled property no longer has any effect. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. |
||
|
ResolvePolicy(Evidence, PermissionSet, PermissionSet, PermissionSet, PermissionSet) |
This method is obsolete and will be removed in a future release of the .NET Framework. |
|
|
This method is obsolete and will be removed in a future release of the .NET Framework. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. |
||
|
Because execution permission checks can no longer be turned off, the CheckExecutionRights property no longer has any effect. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. |
||
|
IsGranted is obsolete and will be removed in a future release of the .NET Framework. Please use either the AppDomainPermissionSet or the AssemblyPermissionSet property instead. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. |
||
|
Use ChannelServicesRegisterChannel instead. |
||
|
Use of this member generates a compiler error. Do not create instances of the LifetimeServices class. Call the static methods directly on this type instead. |
||
|
Use RemotingConfigurationConfigure(String, Boolean) instead. |
||
|
Use of this method is not recommended. The LogRemotingStage existed for internal diagnostic purposes only. |
||
|
CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorageUsedSize. |
||
|
MaximumSize has been deprecated because it is not CLS Compliant. To get the maximum size use IsolatedStorageQuota. |
||
|
This property has been deprecated. Please use the IsolatedStorageFileStreamSafeFileHandle property instead. |
||
|
CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use UsedSize. |
||
|
MaximumSize has been deprecated because it is not CLS Compliant. To get the maximum size use IsolatedStorageFileQuota. |
||
|
This property has been deprecated. |
||
|
An alternate API is available: Emit the MarshalAsAttribute custom attribute instead. |
||
|
An alternate API is available: Emit the MarshalAsAttribute custom attribute instead. |
||
|
This API has been deprecated. |
||
|
This API has been deprecated. |
||
|
This API has been deprecated. |
||
|
An alternate API is available: Emit the MarshalAsAttribute custom attribute instead. |
||
|
The AssemblyHash class has been deprecated. |
||
|
The AssemblyHash class has been deprecated. |
||
|
The AssemblyHash class has been deprecated. |
||
|
The AssemblyHash class has been deprecated. |
||
|
The AssemblyHash class has been deprecated. |
||
|
The AssemblyHash class has been deprecated. |
||
|
The AssemblyHash class has been deprecated. |
||
|
Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications. |
||
|
This method has been deprecated. Please use the X509CertificateIssuer property instead. |
||
|
This method has been deprecated. Please use the X509CertificateSubject property instead. |
|
Type |
Member |
Message |
|---|---|---|
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
This property is deprecated. Use the static RenderCapabilityIsPixelShaderVersionSupportedInSoftware method instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
Bitmap effects are deprecated and no longer function. Consider using Effect where appropriate instead. |
||
|
PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined. |
|
Type |
Member |
Message |
|---|---|---|
|
Replaced by OnAllowsCrossThreadChangesChanged. |
||
|
Replaced by ClearPendingChanges. |
||
|
Replaced by OnAllowsCrossThreadChangesChanged. |
||
|
Replaced by ListCollectionViewOnAllowsCrossThreadChangesChanged. |
|
Type |
Member |
Message |
|---|---|---|
|
First deprecated in the .NET Framework 4.5. Don't use this constructor. Use XamlDebuggerXmlReader#ctor(TextReader) or XamlDebuggerXmlReader#ctor(TextReader, XamlSchemaContext) instead. |
||
|
First deprecated in the .NET Framework 4.5. Don't use this constructor. Use XamlDebuggerXmlReader#ctor(TextReader) or XamlDebuggerXmlReader#ctor(TextReader, XamlSchemaContext) instead. |
|
Type |
Member |
Message |
|---|---|---|
|
First deprecated in the .NET Framework 4.5. This method does not support dragging multiple items. Use DoDragMove(IEnumerableWorkflowViewElement, Point). |
||
|
First deprecated in the .NET Framework 4.5. This method does not support dragging multiple items. Use GetCompositeView(WorkflowViewElement). |
||
|
First deprecated in the .NET Framework 4.5. This method does not support dragging multiple items. Consider using SetDragDropMovedViewElements(DragEventArgs, IEnumerableWorkflowViewElement) instead. |
||
|
First deprecated in the .NET Framework 4.5. This method does not support dragging multiple items. Use GetDraggedModelItems. |
||
|
First deprecated in the .NET Framework 4.5. This method does not support dragging multiple items. Use GetDroppedObjects. |
||
|
First deprecated in the .NET Framework 4.5. This method does not support dragging multiple items. Consider using SetDragDropMovedViewElements instead. |
||
|
First deprecated in the .NET Framework 4.5. Don't use this property. Use ModelChangeInfo instead. |
||
|
First deprecated in the .NET Framework 4.5. Don't use this property. Use ModelChangeInfo instead. |
||
|
First deprecated in the .NET Framework 4.5. Don't use this property. Use ModelChangeInfo instead. |
|
Type |
Member |
Message |
|---|---|---|
|
First deprecated in the .NET Framework 4.5. Incorrect value; use CorrelationHint2 instead. |
||
|
Use a different constructor that does not take an ExpressionType argument. Then override the ExpressionNodeType and ExpressionType properties to provide the values that would be specified to this constructor. |
||
|
Do not use this constructor. It will be removed in future releases. |
||
|
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
||
|
Union``1(ParallelQueryUMP, IEnumerableUMP, IEqualityComparerUMP) |
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
|
|
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
||
|
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
||
|
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
||
|
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
||
|
Intersect``1(ParallelQueryUMP, IEnumerableUMP, IEqualityComparerUMP) |
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
|
|
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
||
|
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
||
|
SequenceEqual``1(ParallelQueryUMP, IEnumerableUMP, IEqualityComparerUMP) |
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
|
|
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
||
|
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
||
|
Join``4(ParallelQueryUMP, IEnumerableUMP, FuncUMP, UMP, FuncUMP, UMP, FuncUMP, UMP, UMP) |
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
|
|
Except``1(ParallelQueryUMP, IEnumerableUMP, IEqualityComparerUMP) |
The second data source of a binary operator must be of type ParallelQuery rather than IEnumerable. To fix this problem, use the AsParallel``1(IEnumerableUMP) extension method to convert the right data source to ParallelQuery. |
|
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
|
Type |
Member |
Message |
|---|---|---|
|
DataSysDescriptionAttribute has been deprecated. |
||
|
CloneInternals has been deprecated. Use the #ctor(DataAdapter) constructor. |
||
|
Use of this member generates a compiler error. This constructor has been deprecated. Pass the #ctor(PermissionState) constructor a value of PermissionStateNone. |
||
|
Use of this member generates a compiler error. This constructor has been deprecated. Pass the #ctor(PermissionState) constructor a value of PermissionStateNone. |
||
|
Add(String, Object) has been deprecated. Use OdbcParameterCollectionAddWithValue(String, Object). |
||
|
Use of this member generates a compiler error. #ctor has been deprecated. Pass the #ctor(PermissionState) constructor a value of PermissionStateNone. |
||
|
Use of this member generates a compiler error. #ctor(PermissionState, Boolean) has been deprecated. Pass the #ctor(PermissionState) constructor a value of PermissionStateNone. |
||
|
Add(String, Object) has been deprecated. Use the OleDbParameterCollectionAddWithValue method. |
||
|
Use of this member generates a compiler error. #ctor has been deprecated. Pass the #ctor(PermissionState) a value of PermissionStateNone. |
||
|
Use of this member generates a compiler error. #ctor(PermissionState, Boolean) has been deprecated. Pass the #ctor(PermissionState) a value of PermissionStateNone. |
||
|
The Provider property has been deprecated. Use the Add(String, String, KeyRestrictionBehavior) method. |
||
|
The Provider property has been deprecated. Use the Add(String, String, KeyRestrictionBehavior) method. |
||
|
Use of this constructor generates a compiler error. #ctor has been deprecated. Pass the #ctor(PermissionState) constructor a value of PermissionStateNone. |
||
|
Use of this constructor generates a compiler error. #ctor(PermissionState, Boolean) has been deprecated. Pass the #ctor(PermissionState) constructor a value of PermissionStateNone. |
||
|
ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection. |
||
|
Add(String, Object) has been deprecated. Use SqlParameterCollectionAddWithValue. |
|
Type |
Member |
Message |
|---|---|---|
|
This property is going away, please use the AssociationSetEndName property instead. |
||
|
First deprecated in the .NET Framework 4.5. Use MetadataWorkspaceGetRelevantMembersForUpdate instead. |
||
|
Use ObjectContextApplyCurrentValues``1 instead. |
||
|
Use SaveChanges(SaveOptions) instead. |
|
Type |
Member |
Message |
|---|---|---|
|
Scale has been deprecated. Use the Math classes to explicitly set the scale of a decimal. |
||
|
Precision has been deprecated. Use the Math classes to explicitly set the precision of a decimal. |
||
|
Add(String, Object) has been deprecated. Use OracleParameterCollectionAddWithValue. |
|
Type |
Member |
Message |
|---|---|---|
|
This method has been deprecated. Use ComponentDesignerInitializeNewComponent instead. |
||
|
This method has been deprecated. Use ComponentDesignerInitializeExistingComponent instead. |
||
|
The CreateComponent method has been replaced by CreateInstance(Type). |
||
|
This method has been deprecated. Use SerializeToExpression or GetExpression instead. |
||
|
This method has been deprecated. Use ControlDesignerInitializeNewComponent instead. |
||
|
Use of this property is not recommended because code serialization is not supported. |
||
|
The recommended alternative is ControlDesignerTag. |
||
|
The recommended alternative is ControlDesignerTag. |
||
|
The recommended alternative is ControlDesignerTag. |
||
|
The recommended alternative is to handle the HtmlControlDesigner.DataBindings.Changed event. The DataBindingCollection collection returned by the HtmlControlDesignerDataBindings property allows more control of the data bindings associated with the control. |
||
|
Use of this property generates a compiler error. Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element may not always provide access to the element in the markup. There are alternate methods on WebFormsRootDesigner for handling client script and controls. |
||
|
The recommended alternative is to inherit from ContainerControlDesigner instead and to use an EditableDesignerRegion. Regions allow for better control of the content in the designer. |
||
|
The recommended alternative is System.Web.UI.Design.ControlDesigner.DataBindings.Contains. The DataBindingCollection class allows more control of the data bindings associated with the control. |
||
|
The recommended alternative is to use ControlDesigner.SetViewFlags(ViewFlags.DesignTimeHtmlRequiresLoadComplete, true). |
||
|
The recommended alternative is to use System.Web.UI.Design.ControlDesigner.Tag.SetDirty and System.Web.UI.Design.ControlDesigner.Tag.IsDirty. |
||
|
Use of this method is not recommended because resizing is handled by the ControlDesignerOnComponentChanged method. |
||
|
The recommended alternative is ControlDesignerGetPersistenceContent. |
||
|
The recommended alternative is to handle the ControlDesigner.DataBindings.Changed event. The DataBindingCollection collection returned by the ControlDesigner.DataBindings property allows more control of the data bindings associated with the control. |
||
|
The recommended alternative is OnComponentChanged, which is called when any property of the control is changed. |
||
|
Use of this property generates a compiler error. Error: This property can no longer be referenced, and is included to support existing compiled applications. The design-time element view architecture is no longer used. |
||
|
Use of this method 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 ControlDesignerInTemplateMode. |
||
|
Use of this method 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 property 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 method 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 method 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 method 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 method 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 method 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 method 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 method 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 method 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 ControlDesignerTag. |
||
|
Use of this method 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 method is not recommended because the AutoFormat dialog is launched by the designer host. The list of available AutoFormats is exposed by the ControlDesignerAutoFormats property. |
||
|
Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing, expose template data in the TemplateGroups property and call ControlDesigner.SetViewFlags(ViewFlags.TemplateEditing, true). |
||
|
Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing, expose template data in the TemplateGroups property and call ControlDesigner.SetViewFlags(ViewFlags.TemplateEditing, true). |
||
|
Use of this method 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 method 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 method 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 method 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 method 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 method 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 method 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 method 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 ControlDesignerTag. |
|
Type |
Member |
Message |
|---|---|---|
|
First deprecated in the .NET Framework 4.5. Use of this member generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
||
|
This method has been deprecated. Use MemberDescriptorGetInvocationTarget instead. |
||
|
This property has been deprecated. Use a type description provider to supply type information for COM types instead. |
||
|
This constructor is obsolete. Use #ctor(Boolean, Boolean) instead. |
||
|
This value has been deprecated. It is no longer supported. |
||
|
This value has been deprecated. Use SelectionTypesAuto instead. |
||
|
This value has been deprecated. Use Enum class methods to determine valid values, or use a type converter. |
||
|
This value has been deprecated. It is no longer supported. |
||
|
This value has been deprecated. Use SelectionTypesPrimary instead. |
||
|
This value has been deprecated. Use ViewTechnologyDefault instead. |
||
|
This value has been deprecated. Use ViewTechnologyDefault instead. |
||
|
Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method. |
||
|
Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method. |
||
|
Callers should not use the ICodeParser interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method. |
||
|
CAS policy is obsolete and will be removed in a future release of the .NET Framework. Please see Security Changes in the .NET Framework 4 for more information. |
||
|
CAS policy is obsolete and will be removed in a future release of the .NET Framework. Please see Security Changes in the .NET Framework 4 for more information. |
||
|
Please use #ctor(IEqualityComparer) instead. |
||
|
Please use #ctor(Int32, IEqualityComparer) instead. |
||
|
Please use #ctor(IEqualityComparer) instead. |
||
|
Please use #ctor(Int32, IEqualityComparer) instead. |
||
|
This event has been deprecated. |
||
|
Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. |
||
|
Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class. |
||
|
Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. |
||
|
Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class. |
||
|
The method has been deprecated. Please use UriMakeRelativeUri. |
||
|
The constructor has been deprecated. Please use #ctor(String). The dontEscape parameter is deprecated and is always false. |
||
|
The constructor has been deprecated. Please #ctor(Uri, String). The dontEscape parameter is deprecated and is always false. |
||
|
The method has been deprecated. Please use the GetComponents or the static EscapeUriString method to escape a Uri component or a string. |
||
|
The method has been deprecated. It is not used by the system. |
||
|
The method has been deprecated. It is not used by the system. |
||
|
The method has been deprecated. It is not used by the system. |
||
|
The method has been deprecated. It is not used by the system. |
||
|
The method has been deprecated. Please use the UriGetComponents or the static UriEscapeUriString method to escape a Uri component or a string. |
||
|
The method has been deprecated. It is not used by the system. |
||
|
The method has been deprecated. It is not used by the system. |
||
|
The method has been deprecated. It is not used by the system. |
||
|
GetHostByAddress(String) is obsoleted for this type, please use DnsGetHostEntry(String) instead. |
||
|
GetHostByAddress(IPAddress) is obsoleted for this type, please use DnsGetHostEntry(IPAddress) instead. |
||
|
GetHostByName is obsoleted for this type, please use DnsGetHostEntry(String) instead. |
||
|
BeginResolve(String, AsyncCallback, Object) is obsoleted for this type, please use DnsBeginGetHostEntry(String, AsyncCallback, Object) instead. |
||
|
EndResolve is obsoleted for this type, please use DnsEndGetHostEntry instead. |
||
|
Resolve is obsoleted for this type, please use DnsGetHostEntry(String) instead. |
||
|
BeginGetHostByName is obsoleted for this type, please use DnsBeginGetHostEntry(String, AsyncCallback, Object) instead. |
||
|
EndGetHostByName is obsoleted for this type, please use DnsEndGetHostEntry instead. |
||
|
Serialization is obsoleted for this type. |
||
|
Serialization is obsoleted for this type. |
||
|
First deprecated in the .NET Framework 4.5. Use of this member generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
||
|
Serialization is obsoleted for this type. |
||
|
First deprecated in the .NET Framework 4.5. Use of this member generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
||
|
Serialization is obsoleted for this type. |
||
|
This property has been deprecated. It is address family dependent. Please use the IPAddressEquals method to perform comparisons. |
||
|
CertificatePolicy is obsoleted for this type, please use ServicePointManagerServerCertificateValidationCallback instead. |
||
|
First deprecated in the .NET Framework 4.5. Use of this member 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 member 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 member 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 member generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
||
|
This method has been deprecated. Please use the proxy selected for you by default. |
||
|
First deprecated in the .NET Framework 4.5. Use of this member 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 member 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 member 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 member 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 member 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 member generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
||
|
SupportsIPv6 is obsoleted for this type, please use SocketOSSupportsIPv6 instead. |
||
|
SupportsIPv4 is obsoleted for this type, please use SocketOSSupportsIPv4 instead. |
||
|
First deprecated in the .NET Framework 4.5. Use of this member generates a compiler error. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
||
|
This method has been deprecated. Please use #ctor(IPAddress, Int32) instead. |
||
|
ReplyTo is obsoleted for this type. Please use MailMessageReplyToList instead which can accept multiple addresses. |
||
|
This class is obsolete. To create a new exception create a ConfigurationErrorsException. |
||
|
First deprecated in the .NET Framework 4.5. Use of this member generates a compiler error. Use ClaimsAuthenticationManager to add claims to a ClaimsIdentity. |
||
|
This class is obsolete. To create a new exception create a ConfigurationErrorsException. |
||
|
This class is obsolete. Use GetLineNumber(XmlNode) instead |
||
|
This class is obsolete. To create a new exception create a ConfigurationErrorsException. |
||
|
This class is obsolete. To create a new exception create a ConfigurationErrorsException. |
||
|
This class is obsolete. To create a new exception create a ConfigurationErrorsException. |
||
|
This class is obsolete. To create a new exception create a ConfigurationErrorsException. |
||
|
This class is obsolete. To create a new exception create a ConfigurationErrorsException. |
||
|
This class is obsolete. Use ConfigurationErrorsExceptionGetFilename instead. |
||
|
This method is obsolete. It has been replaced by ConfigurationManagerAppSettings. |
||
|
This method is obsolete. It has been replaced by ConfigurationManagerGetSection. |
||
|
This method has been deprecated. Please use CreateEventSource(EventSourceCreationData) instead. |
||
|
This property has been deprecated. Please use EventLogEntryInstanceId instead. |
||
|
This member has been deprecated. Please use EventLogPermissionAccessAdminister instead. |
||
|
This member has been deprecated. Please use EventLogPermissionAccessAdminister instead. |
||
|
This member has been deprecated. Please use EventLogPermissionAccessWrite instead. |
||
|
This constructor has been deprecated. Please use InstanceDataCollectionCollectionItem to get an instance of this collection instead. |
||
|
This constructor has been deprecated. Please use PerformanceCounterCategoryReadCategory to get an instance of this collection instead. |
||
|
This field has been deprecated and is not used. Use machine.config or an application configuration file to set the size of the PerformanceCounter file mapping. |
||
|
This method has been deprecated. Please use Create(String, String, PerformanceCounterCategoryType, String, String) instead. |
||
|
This method has been deprecated. Please use Create(String, String, PerformanceCounterCategoryType, CounterCreationDataCollection) instead. |
||
|
This class has been deprecated. Use the performance counters through the PerformanceCounter class instead. |
||
|
This class has been deprecated. Use the performance counters through the PerformanceCounter class instead. |
||
|
This class has been deprecated. Use the performance counters through the PerformanceCounter class instead. |
||
|
This member has been deprecated. Use PerformanceCounterPermissionAccessWrite instead. |
||
|
This member has been deprecated. Use PerformanceCounterPermissionAccessRead instead. |
||
|
This property has been deprecated. Please use ProcessWorkingSet64 instead. |
||
|
This property has been deprecated. Please use ProcessVirtualMemorySize64 instead. |
||
|
This property has been deprecated. Please use ProcessPeakPagedMemorySize64 instead. |
||
|
This property has been deprecated. Please use ProcessPrivateMemorySize64 instead. |
||
|
This property has been deprecated. Please use ProcessPagedSystemMemorySize64 instead. |
||
|
This property has been deprecated. Please use ProcessNonpagedSystemMemorySize64 instead. |
||
|
This property has been deprecated. Please use ProcessPeakVirtualMemorySize64 instead. |
||
|
This property has been deprecated. Please use ProcessPeakWorkingSet64 instead. |
||
|
This property has been deprecated. Please use PagedMemorySize64 instead. |
|
Type |
Member |
Message |
|---|---|---|
|
Do not use the GetFamilies method; use the FontFamilyFamilies property instead. |
||
|
First deprecated in the .NET Framework 4.5. This constructor has been deprecated. Use #ctor(Encoder, Int32, EncoderParameterValueType, IntPtr). |
|
Type |
Member |
Message |
|---|---|---|
|
This method returns a MessageEnumerator that implements the MessageEnumeratorRemoveCurrent family of methods incorrectly. Please use MessageQueueGetMessageEnumerator2 instead. |
||
|
This method returns a MessageEnumerator that implements the MessageEnumeratorRemoveCurrent family of methods incorrectly. Please use MessageQueueGetMessageEnumerator2 instead. |
|
Type |
Member |
Message |
|---|---|---|
|
First deprecated in the .NET Framework 4.5. This property is obsolete. To enable Http CookieContainer, use the BasicHttpBindingAllowCookies property instead. |
||
|
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. 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. |
||
|
This property is deprecated and is maintained for backward compatibility only. The local machine policy will be used to determine if NTLM should be used. |
|
Type |
Member |
Message |
|---|---|---|
|
First deprecated in the .NET Framework 4.5. The TransportSettings property is obsolete. Consider using UdpTransportBindingElement for setting the transport properties. |
||
|
First deprecated in the .NET Framework 4.5. The TransportSettings property is obsolete. Consider using UdpTransportBindingElement for setting the transport properties. |
|
Type |
Member |
Message |
|---|---|---|
|
This field is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID. |
||
|
This property is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID. |
||
|
The recommended alternative is the HttpCapabilitiesBaseEcmaScriptVersion property. A VersionMajor version value greater than or equal to 1 implies JavaScript support. |
||
|
System.Web.Mobile.dll is obsolete. |
||
|
The recommended alternative is WebConfigurationManagerGetWebApplicationSection in System.Web.dll. |
||
|
The recommended alternative is HttpContextGetSection in System.Web.dll. |
||
|
First deprecated in the .NET Framework 4.5. This method produces non-standards-compliant output and has interoperability issues. The preferred alternative is UrlEncode(String). |
||
|
First deprecated in the .NET Framework 4.5. This method produces non-standards-compliant output and has interoperability issues. The preferred alternative is UrlEncodeToBytes(String). |
||
|
This method is obsolete. Override the Init method to use the PostMapRequestHandler event. |
||
|
First deprecated in the .NET Framework 4.5. The recommended alternative is to use the Membership APIs, such as MembershipValidateUser. |
||
|
First deprecated in the .NET Framework 4.5. The recommended alternative is to use the Membership APIs, such as MembershipCreateUser. |
||
|
First deprecated in the .NET Framework 4.5. This method is obsolete and is only provided for compatibility with existing code. It is recommended that new code use the Protect and Unprotect methods instead. |
||
|
First deprecated in the .NET Framework 4.5.
|
||
|
The recommended alternative is HttpResponseAddFileDependencies. |
||
|
The recommended alternative is Page.ClientScript.RegisterOnSubmitStatement(Type type, String key, String script). |
||
|
The recommended alternative is Page.ClientScript.RegisterArrayDeclaration(String arrayName, String arrayValue). |
||
|
The recommended alternative is Page.ClientScript.GetPostBackEventReference. |
||
|
The recommended alternative is Page.ClientScript.GetPostBackClientHyperlink. |
||
|
The recommended alternative is Page.ClientScript.IsStartupScriptRegistered(String key). |
||
|
The recommended alternative is Page.ClientScript.RegisterHiddenField(String hiddenFieldName, String hiddenFieldInitialValue). |
||
|
The recommended alternative is PageClientScript.RegisterClientScriptBlock(Type type, String key, String script). |
||
|
The recommended alternative is PageSetFocus and PageMaintainScrollPositionOnPostback. |
||
|
The recommended alternative is Page.ClientScript.GetPostBackEventReference. |
||
|
The recommended alternative is Page.ClientScript.RegisterStartupScript(Type type, String key, String script). |
||
|
The recommended alternative is Page.ClientScript.IsClientScriptBlockRegistered(String key). |
||
|
The recommended alternative is Page.ClientScript.GetPostBackEventReference. |
||
|
Use of this property is not recommended because it is no longer useful. |
||
|
First deprecated in the .NET Framework 4.5. This method is kept for backward compatibility. This API is no longer used. |
||
|
The recommended alternative is the XmlXPathNavigator property. Create a XPathDocument and call XPathDocumentCreateNavigator to create an XPathNavigator. |
|
Type |
Member |
Message |
|---|---|---|
|
NotifyScriptLoaded is no longer required in script references. |
||
|
This property is obsolete. Set the Path property on each individual ScriptReference instead. |
||
|
This property is obsolete. Instead of using ScriptManagerScriptPath, set the Path property on each individual ScriptReference. |
||
|
This property is obsolete. Use ScriptResourceAttributeStringResourceClientTypeName instead. |
||
|
This property is obsolete. Use ScriptResourceAttributeStringResourceName instead. |
|
Type |
Member |
Message |
|---|---|---|
|
This enumeration value has been deprecated. There is no replacement. |
||
|
This method has been deprecated. There is no replacement. |
||
|
This property has been deprecated. Please use ControlRightToLeft instead. |
||
|
This method has been deprecated. Use the ControlScale(SizeF) method instead. |
||
|
This method has been deprecated. Use the ControlScale(SizeF) method instead. |
||
|
This method has been deprecated. Use the PerformAutoScale method instead. |
||
|
This method has been deprecated. Use the ContainerControlAutoScaleDimensions property instead. |
||
|
This property has been deprecated. Use the ContainerControlAutoScaleMode property instead. |
||
|
This property has been deprecated. Use BackColor instead. |
||
|
This method has been deprecated. There is no replacement. |
||
|
This property has been deprecated. Use the ContainerControlAutoScaleDimensions property instead. |
|
Type |
Member |
Message |
|---|---|---|
|
The expressionType argument is not used by the XAML parser. To specify the expected return type, use MarkupExtensionReturnTypeAttribute#ctor(Type). To specify custom handling for expression types, use XamlSetMarkupExtensionAttribute. |
||
|
This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute. |
|
Type |
Member |
Message |
|---|---|---|
|
Use XmlConvertToDateTime(String, XmlDateTimeSerializationMode). |
||
|
Use XmlConvertToString(DateTime, XmlDateTimeSerializationMode). |
||
|
Validation type should be specified as ValidationTypeDTD or ValidationTypeSchema. |
||
|
XDR Validation through XmlValidatingReader is obsoleted. |
||
|
First deprecated in the .NET Framework 4.5. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
||
|
Use the XmlReaderSettingsDtdProcessing property instead. |
||
|
Use the XmlTextReaderDtdProcessing property instead. |
||
|
Use XmlSchemaSet for schema compilation and validation. |
||
|
Use XmlSchemaSet for schema compilation and validation. |
||
|
This property has been deprecated. Please use XmlSchemaAttributeAttributeSchemaType property, which returns a strongly typed attribute type. |
||
|
This property has been deprecated. Please use the XmlSchemaTypeBaseXmlSchemaType property, which returns a strongly typed base schema type. |
||
|
This property has been deprecated. Please use the XmlSchemaElementElementSchemaType property, which returns a strongly typed element type. |
||
|
This class should never get constructed as it contains only static methods. |
||
|
This method is obsolete and will be removed in a future release of the .NET Framework. Please use an overload of XmlSerializerFromMappings that does not take an Evidence parameter. |
||
|
#ctor(Type, XmlAttributeOverrides, Type, XmlRootAttribute, String, String, Evidence) |
This method is obsolete and will be removed in a future release of the .NET Framework. Please use an XmlSerializer#ctor constructor overload that does not take an Evidence parameter. |
|
|
CreateSerializer(Type, XmlAttributeOverrides, Type, XmlRootAttribute, String, String, Evidence) |
This method is obsolete and will be removed in a future release of the .NET Framework. Please use an overload of XmlSerializerFactoryCreateSerializer that does not take an Evidence parameter. |
The following tables list the obsolete members in Microsoft assemblies. These are special-purpose assemblies and include assemblies that target an individual language (such as Microsoft.VisualBasic.dll) or a build system (such as Microsoft.Build.Engine.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 in the .NET Framework 4.5. These assemblies were used to host Windows Forms controls and to run executables in Internet Explorer. Alternatives to this technology include ClickOnce, XAML Browser Applications (XBAP), and Microsoft Silverlight.
|
Type |
Member |
Message |
|---|---|---|
|
The recommended alternative is SymBinderGetReader(IntPtr, String, String). ISymbolBinder1GetReader takes the importer interface pointer as an IntPtr instead of an Int32, and thus works on both 32-bit and 64-bit architectures. |
|
Type |
Member |
Message |
|---|---|---|
|
Use parameterless ProjectFileConverterConvertInMemory method instead. |
||
|
Use parameterless ProjectFileConverterConvertInMemory method instead. |
||
|
Use parameterless Convert overload instead. |
||
|
Use parameterless Convert overload instead. |
|
Type |
Member |
Message |
|---|---|---|
|
If you were simply passing in the .NET Framework location as the BinPath, just change to the parameterless Engine#ctor constructor. Otherwise, you can define custom toolsets in the registry or configuration file, or add elements to the Engine's ToolsetCollection. Then use either the Engine#ctor or Engine#ctor(ToolsetDefinitionLocations) constructor instead. |
||
|
Avoid setting BinPath. If you were simply passing in the .NET Framework location as the BinPath, no other action is necessary. Otherwise, define Toolsets instead in the registry or config file, or by adding elements to the Engine's ToolsetCollection, in order to use a custom BinPath. |
|
Type |
Member |
Message |
|---|---|---|
|
First deprecated in the .NET Framework 4.5. Use of this member generates a compiler error. Use the ContentTypeItemType property instead. |
|
Type |
Member |
Message |
|---|---|---|
|
This member has been deprecated. Please use FileSystemFilePutObject to write Object types, or coerce FileNumber and RecordNumber to Int32 for writing non-object types. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
Use of this member generates a compiler error. Do not use this method. |
||
|
The DynData registry key works only on Win9x, which is not supported by this version of the .NET Framework. Use the PerformanceData registry key instead. This property will be removed from a future version of the Framework. |