Just got this, dont know if this affects smth, but here it is:
System.IO.FileNotFoundException occurred
Message=Could not load file or assembly 'Xtensive.Storage.Model.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=93a6c53d77a5296c' or one of its dependencies. The system cannot find the file specified.
Source=mscorlib
FileName=Xtensive.Storage.Model.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=93a6c53d77a5296c
FusionLog==== Pre-bind state information ===
LOG: User = SDK_GARANT\Tambovtsev
LOG: DisplayName = Xtensive.Storage.Model.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=93a6c53d77a5296c, processorArchitecture=MSIL
(Fully-specified)
LOG: Appbase = file:///D:/home/Docs/Visual Studio 2010/Projects/Platform/Werp.Utils.MigrationHelper/bin/Debug/
LOG: Initial PrivatePath = NULL
Calling assembly : System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: D:\home\Docs\Visual Studio 2010\Projects\Platform\Werp.Utils.MigrationHelper\bin\Debug\Werp.Utils.MigrationHelper.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Post-policy reference: Xtensive.Storage.Model.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=93a6c53d77a5296c, processorArchitecture=MSIL
LOG: Attempting download of new URL file:///D:/home/Docs/Visual Studio 2010/Projects/Platform/Werp.Utils.MigrationHelper/bin/Debug/Xtensive.Storage.Model.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///D:/home/Docs/Visual Studio 2010/Projects/Platform/Werp.Utils.MigrationHelper/bin/Debug/Xtensive.Storage.Model.XmlSerializers/Xtensive.Storage.Model.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///D:/home/Docs/Visual Studio 2010/Projects/Platform/Werp.Utils.MigrationHelper/bin/Debug/Xtensive.Storage.Model.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///D:/home/Docs/Visual Studio 2010/Projects/Platform/Werp.Utils.MigrationHelper/bin/Debug/Xtensive.Storage.Model.XmlSerializers/Xtensive.Storage.Model.XmlSerializers.EXE.
StackTrace:
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
InnerException:
asked
Aug 30 '10 at 07:22
xumix
425●75●76●82
I think you have enabled "Break on all exceptions" in Visual Studio -> Debug/Exceptions, you should ignore such exceptions at all.
Ok, thats true
I also can add that this exception is actually thrown & caught inside .NET code. So it's a good reason to contact Microsoft and ask them to follow their own coding guidelines ;)