Skip to content

Instantly share code, notes, and snippets.

@philippdolder
Created August 28, 2012 11:57
Show Gist options
  • Save philippdolder/3497513 to your computer and use it in GitHub Desktop.
Save philippdolder/3497513 to your computer and use it in GitHub Desktop.
FluentAssertionsException
System.IO.FileNotFoundException
Could not load file or assembly 'JetBrains.ReSharper.Psi, Version=7.0.58.117, Culture=neutral, PublicKeyToken=1010a0d8d6380325' or one of its dependencies. The system cannot find the file specified.
The stacktrace:
at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)
at System.Reflection.RuntimeAssembly.GetExportedTypes()
at FluentAssertions.Formatting.AttributeBasedFormatter.GetExportedTypes(Assembly assembly) in c:\Workspaces\codeplex05\fluentassertions\Main\FluentAssertions.Net35\Formatting\AttributeBasedFormatter.cs: line 125
at System.Linq.Enumerable.<SelectManyIterator>d__14`2.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray(IEnumerable`1 source)
at FluentAssertions.Formatting.AttributeBasedFormatter.get_AllTypes() in c:\Workspaces\codeplex05\fluentassertions\Main\FluentAssertions.Net35\Formatting\AttributeBasedFormatter.cs: line 118
at FluentAssertions.Formatting.AttributeBasedFormatter.FindCustomFormatters() in c:\Workspaces\codeplex05\fluentassertions\Main\FluentAssertions.Net35\Formatting\AttributeBasedFormatter.cs: line 62
at FluentAssertions.Formatting.AttributeBasedFormatter.CanHandle(Object value) in c:\Workspaces\codeplex05\fluentassertions\Main\FluentAssertions.Net35\Formatting\AttributeBasedFormatter.cs: line 26
at System.Linq.Enumerable.First(IEnumerable`1 source, Func`2 predicate)
at FluentAssertions.Formatting.Formatter.ToString(Object value, Boolean useLineBreaks, IList`1 processedObjects, Int32 nestedPropertyLevel) in c:\Workspaces\codeplex05\fluentassertions\Main\FluentAssertions.Net35\Formatting\Formatter.cs: line 55
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
at FluentAssertions.Execution.Verification.BuildExceptionMessage(String failureMessage, Object[] failureArgs) in c:\Workspaces\codeplex05\fluentassertions\Main\FluentAssertions.Net35\Execution\Verification.cs: line 219
at FluentAssertions.Execution.Verification.FailWith(String failureMessage, Object[] failureArgs) in c:\Workspaces\codeplex05\fluentassertions\Main\FluentAssertions.Net35\Execution\Verification.cs: line 158
at Officeatwork.TestHelper.XElementAssertionExtensionMethods.ContainNamedXElement(GenericCollectionAssertions`1 assertions, String elementName, String name, String elementValue) in XElementAssertionExtensionMethods.cs: line 64
at Officeatwork.Documents.ServerSide.Transforming.When_master_property_field_contains_newline.<.ctor>b__2() in TransformingSpecifications.cs: line 152
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment