paulyoder / LinqToExcel

Use LINQ to retrieve data from spreadsheets and csv files
MIT License
1.06k stars 299 forks source link

Warning from LinqToExcel during compile #109

Closed RoyBradley closed 6 years ago

RoyBradley commented 7 years ago

There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "LinqToExcel, Version=1.10.1.0, Culture=neutral, PublicKeyToken=9c8ea65a58f03f1f, processorArchitecture=x86", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.

LP381 commented 7 years ago

I guess your target is "AnyCPU"? If so, then this problem is probably related to issue #110.

RoyBradley commented 7 years ago

Thank you, love the LinqToExcel.

Roy

From: LP381 [mailto:notifications@github.com] Sent: Thursday, November 10, 2016 1:09 PM To: paulyoder/LinqToExcel LinqToExcel@noreply.github.com Cc: Roy W Bradley Roy.Bradley@fusiion.com; Author author@noreply.github.com Subject: Re: [paulyoder/LinqToExcel] Warning from LinqToExcel during compile (#109)

I guess your target is "AnyCPU"? If so, then this problem is probably related to issue #110https://github.com/paulyoder/LinqToExcel/issues/110.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/paulyoder/LinqToExcel/issues/109#issuecomment-259763678, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AH_gqxe7gDIdGHCde84m3ztPR7ywj9xPks5q813CgaJpZM4KZ-7S.

mrworkman commented 6 years ago

This sounds "resolved" to me.