Hi there
After running a setup for a clickonce app, deployed from an IIS, and launching the app for the first time I'm getting the error:
Culture name 'bs' is not supported error
Complete error output:
PLATFORM VERSION INFO Windows : 6.1.7600.0 (Win32NT) Common Language Runtime : 2.0.50727.4927 System.Deployment.dll : 2.0.50727.4927 (NetFXspW7.050727-4900) mscorwks.dll : 2.0.50727.4927 (NetFXspW7.050727-4900) dfdll.dll : 2.0.50727.4927 (NetFXspW7.050727-4900) dfshim.dll : 2.0.50727.4927 (NetFXspW7.050727-4900)
SOURCES Deployment url : http://vfweb01/fakturaflow/desktop/FakturaFlowDesktopKlient.application Server : Microsoft-IIS/7.5 X-Powered-By : ASP.NET Deployment Provider url : http://vfweb01/FakturaFlow/Desktop/FakturaFlowDesktopKlient.application Server : Microsoft-IIS/7.5 X-Powered-By : ASP.NET Application url : http://vfweb01/FakturaFlow/Desktop/Application%20Files/FakturaFlowDesktopKlient_1_0_0_110/FakturaFlowDesktopKlient.exe.manifest Server : Microsoft-IIS/7.5 X-Powered-By : ASP.NET
IDENTITIES Deployment Identity : FakturaFlowDesktopKlient.application, Version=1.0.0.110, Culture=neutral, PublicKeyToken=e67d356fde253b1d, processorArchitecture=x86 Application Identity : FakturaFlowDesktopKlient.exe, Version=1.0.0.110, Culture=neutral, PublicKeyToken=e67d356fde253b1d, processorArchitecture=x86, type=win32
APPLICATION SUMMARY * Installable application.
ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of http://vfweb01/fakturaflow/desktop/FakturaFlowDesktopKlient.application resulted in exception. Following failure messages were detected: + Culture name 'bs' is not supported. Parameter name: name
COMPONENT STORE TRANSACTION FAILURE SUMMARY No transaction error was detected.
WARNINGS There were no warnings during this operation.
OPERATION PROGRESS STATUS * [16-06-2010 12:28:51] : Activation of http://vfweb01/fakturaflow/desktop/FakturaFlowDesktopKlient.application has started. * [16-06-2010 12:28:51] : Processing of deployment manifest has successfully completed. * [16-06-2010 12:28:51] : Installation of the application has started. * [16-06-2010 12:28:51] : Processing of application manifest has successfully completed. * [16-06-2010 12:28:53] : Request of trust and detection of platform is complete.
ERROR DETAILS Following errors were detected during this operation. * [16-06-2010 12:28:54] System.ArgumentException - Culture name 'bs' is not supported. Parameter name: name - Source: mscorlib - Stack trace: at System.Globalization.CultureTableRecord..ctor(String cultureName, Boolean useUserOverride) at System.Globalization.CultureTableRecord.GetCultureTableRecord(String name, Boolean useUserOverride) at System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) at System.Deployment.Application.AssemblyMetaDataImport.ConstructAssemblyName(IntPtr asmMetaPtr, Char[] asmNameBuf, UInt32 asmNameLength, IntPtr pubKeyPtr, UInt32 pubKeyBytes, UInt32 flags) at System.Deployment.Application.AssemblyMetaDataImport.ImportIdentity() at System.Deployment.Application.AssemblyMetaDataImport.get_Name() at System.Deployment.Application.Manifest.AssemblyManifest.LoadFromCompLibAssembly(String filePath) at System.Deployment.Application.Manifest.AssemblyManifest.LoadFromInternalManifestFile(String filePath) at System.Deployment.Application.DownloadManager.ProcessDownloadedFile(Object sender, DownloadEventArgs e) at System.Deployment.Application.FileDownloader.DownloadModifiedEventHandler.Invoke(Object sender, DownloadEventArgs e) at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next) at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles() at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState) at System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options) at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp) at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc) at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl) at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
COMPONENT STORE TRANSACTION DETAILS No transaction information is available.