An attempt was made to change the apartment state of the thread to %1$s, but it has already been set to %2$s. When creating a new thread the apartment state shouldbe set before the thread is started. For the main thread of the application, the apartmentstate can be set by specifying either [STAThreadAttribute] or [MTAThreadAttribute] on themain method of the application. If the application really needs to attempt to set the apartment state on a running thread, Thread.TrySetApartmentState should be used and the return value should be consulted to determine if the operation was successful. Note that Thread.TrySetApartmentState will not fire the InvalidApartmentStateChange MDA.
An attempt to send a message to {0} timed out after {1}. The time allotted to this operation may have been a portion of a ...
An attempt to track a complex property of an entity with type '{0}' failed because the complex object was already being tracked ...
An attempt to track an entity or complex type failed because the entity or complex type '{0}' does not implement the INotifyPropertyChanged ...
An attempt was made to calculate the address of a value type field on a remote object. This was likely caused by an attempt ...
An attempt was made to change the apartment state of the thread to %1$s, but it has already been set to %2$s. When creating ...
An attempt was made to close the session channel while there are still messages pending in the session. The sessiongram will ...
An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous ...
An attempt was made to load an assembly that was downloaded from a network location, which would have caused the assembly ...
An attempt was made to remove a relationship between a {0} and a {1}. However, one of the relationship's foreign keys ({2}) ...