Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 75 by
princeto...@gmail.com: Could not load file or
assembly 'Remotion.Data.Linq, Version=1.13.52.2, Culture=neutral,
PublicKeyToken=0669cf0452175907' or one of its dependencies. The located
assembly's manifest definition does not match the assembly reference.
(Exception from HRESULT: 0x80131040)
http://code.google.com/p/linqtoexcel/issues/detail?id=75
What steps will reproduce the problem?
1.
Refer LinqToExcel (1.6.3.0) and Remotion.Data.Linq (1.13.52.2) to the web
project
2.
Write code to Query the spreadsheet
3.
Execute the project
What is the expected output? What do you see instead?
Expected: Build - Error Free, LinqQuery - Retrieve the excel data.
Actual: Build - Error Free, LinqQuery - Fails and throws the error
mentioned in the 'Summary' textbox.
What version of the product are you using? On what operating system?
LinqToExcel (1.6.3.0) and Remotion.Data.Linq (1.13.52.2)
Please provide any additional information below.
Along with, am referring these below assemblies:
1. NHibernate, Version=3.0.0.4000
2. Spring.Core, Version=1.3.1.20711
I checked my project.csproj file for the Version/PublicKeyToken, looks
perfect.