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's gravatar image

xumix
425757682

edited Aug 31 '10 at 15:23

Alex%20Yakunin's gravatar image

Alex Yakunin
29714412

2

I think you have enabled "Break on all exceptions" in Visual Studio -> Debug/Exceptions, you should ignore such exceptions at all.

(Aug 30 '10 at 10:25) Peter Šulek Peter%20%C5%A0ulek's gravatar image

Ok, thats true

(Aug 31 '10 at 07:46) xumix xumix's gravatar image

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 ;)

(Aug 31 '10 at 15:18) Alex Yakunin Alex%20Yakunin's gravatar image

The question has been closed for the following reason "The question is answered, right answer was accepted" by Dmitri Maximov Aug 31 '10 at 08:06


One Answer:

The right answer is given by Peter Šulek:

"I think you have enabled "Break on all exceptions" in Visual Studio -> Debug/Exceptions, you should ignore such exceptions at all."


Next time, Peter, make an answer, not comment. In that case, the answer could be marked as "Right".

answered Aug 31 '10 at 08:06

Dmitri%20Maximov's gravatar image

Dmitri Maximov
22111211

edited Aug 31 '10 at 08:07

Just learn this new system :-)

(Aug 31 '10 at 09:21) Peter Šulek Peter%20%C5%A0ulek's gravatar image

powered by OSQA