|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
PlatformNotSupportedException on Tablet PCThey have an "identical" Tablet that is not displaying the error. The PCs are "Tablet PC Edition 2005 Version 2002". The application in question uses .Net 2.0. The .Net exception information is below. We have tried reinstalling our application, .Net 2.0, and .Net 1.1 SP1. Nothing has worked. The exception itself just doesn't make sense. Any help would be appreciated. Thanks, Matt This operation is only supported on Windows 2000 SP3 or later operating systems. ---------------- Exception (System.PlatformNotSupportedException) ---------------- Message: This operation is only supported on Windows 2000 SP3 or later operating systems. Source: ISClient StackTrace: Server stack trace: at System.Security.Principal.SecurityIdentifier..ctor(WellKnownSidType sidType, SecurityIdentifier domainSid) at System.Diagnostics.SharedUtils.EnterMutexWithoutGlobal(String mutexName, Mutex& mutex) at System.Diagnostics.SharedPerformanceCounter.GetCounter(String counterName, String instanceName, Boolean enableReuse, PerformanceCounterInstanceLifetime lifetime) at System.Diagnostics.SharedPerformanceCounter..ctor(String catName, String counterName, String instanceName, PerformanceCounterInstanceLifetime lifetime) at System.Diagnostics.PerformanceCounter.Initialize() at System.Diagnostics.PerformanceCounter.set_RawValue(Int64 value) at System.Net.NetworkingPerfCounters.Initialize() at System.Net.Configuration.SettingsSectionInternal..ctor(SettingsSection section) at System.Net.Configuration.SettingsSectionInternal.get_Section() at System.Net.HttpWebRequest.get_DefaultMaximumResponseHeadersLength() at System.Net.HttpWebRequest..ctor(Uri uri, ServicePoint servicePoint) at System.Net.HttpRequestCreator.Create(Uri Uri) at System.Net.WebRequest.Create(Uri requestUri, Boolean useUriBase) at System.Net.WebRequest.Create(String requestUriString) at System.Runtime.Remoting.Channels.Http.HttpClientTransportSink.SetupWebRequest(IMessage msg, ITransportHeaders headers) at System.Runtime.Remoting.Channels.Http.HttpClientTransportSink.ProcessAndSend(IMessage msg, ITransportHeaders headers, Stream inputStream) at System.Runtime.Remoting.Channels.Http.HttpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream) at ISCore.Utils.HttpErrorMessageSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream) at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg) Exception rethrown at [0]: at ISClient.UI.ProgressAction._RunWorkerCompleted(IProgressActionable a, Object sender, RunWorkerCompletedEventArgs e) TargetSite: Void _RunWorkerCompleted(ISClient.UI.IProgressActionable, System.Object, System.ComponentModel.RunWorkerCompletedEventArgs) |
|||||||||||||||||||||||