We can add an underscore to the search. We look for "message*.xml" ... so I could see how that caused a problem. Glad you got it figured out.
as you cab see on stack trace, it seems that SF is looking for some kind of localization resource. Remember that the application is using ITALIAN language (1040). The application starts correctly the first time in debug mode, then all the next times it presents the error reported and refuses to start.
Any idea? Gianpaolo Rocchi
NotSupportedException The given XML file name is not a supported file name.Source : MicroFour StrataFrame BaseStack Trace: inMicroFour.StrataFrame.UI.Localization.RegisterEmbeddedXmlFile(AssemblyContainingAssembly, String FullPath) inMicroFour.StrataFrame.Application.StrataFrameApplication.LoadLocalizationFromAssembly(Assembly LoadedAssembly) inMicroFour.StrataFrame.Application.StrataFrameApplication.RunApplication() in SPS.Explorer.AppMain.Main() in C:\Documents andSettings\TitoBrasolin\Documenti\Progetti\SPS\src\SPS.Explorer\AppMain.vb:riga 26 in System.AppDomain._nExecuteAssembly(Assembly assembly, String[]args) in System.AppDomain.nExecuteAssembly(Assembly assembly, String[]args) in System.Runtime.Hosting.ManifestRunner.Run(Boolean checkAptModel) in System.Runtime.Hosting.ManifestRunner.ExecuteAsAssembly() inSystem.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext, String[] activationCustomData) inSystem.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext) inMicrosoft.VisualStudio.HostingProcess.HostProc.RunUsersAssemblyDebugInZone() in System.Threading.ThreadHelper.ThreadStart_Context(Object state) in System.Threading.ExecutionContext.Run(ExecutionContextexecutionContext, ContextCallback callback, Object state) in System.Threading.ThreadHelper.ThreadStart() Gianpaolo Rocchi