Unable to execute queries in design time on vs2012+win7pro 64bit.

Discussion of issues, suggestions and bugs of LINQ Insight, Visual Studio add-in for design-time executing LINQ statements, that simplifies debugging LINQ
Post Reply
adamclark
Posts: 1
Joined: Tue 04 Nov 2014 02:12

Unable to execute queries in design time on vs2012+win7pro 64bit.

Post by adamclark » Tue 04 Nov 2014 02:19

below is the error that I get when i try to run a query at design time from my project. Operations.Core is an assembly with in my solution, and my Operations.Web has it as a dependency. I am operating with Win7pro + VS2012 on a 64bit system.


I am currently only using the latest download (Linq Insight 3.2.529), need this to work before I buy it.

Any ideas what is wrong?

Thanks,
Adam.

ERROR
------
Message: Could not load file or assembly 'Operations.Core, Version=1.2.0.33709, Culture=neutral, PublicKeyToken=15a6ff96e314fffd' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Type: System.BadImageFormatException
Source: LinqInsight
Site: InitializeProvider
Stack Trace:
at Query.InitializeProvider(String connectionString)
at #=qOHarShZ$se7x3jI6Kc45aOjHPLWizshrm3Jg_qF5yIjtQ3IA8Arr0KG3y17yMsupV5ov37JA5V_XIMbS33XM3g==.#=qNXFKCIyqOT5v1zFO2jKUGC814HLJaXk0SeGRhTGYcRU=.#=qYKcGJkJLh6dvLdu7hkC13w==()
at #=qOHarShZ$se7x3jI6Kc45aOjHPLWizshrm3Jg_qF5yIjtQ3IA8Arr0KG3y17yMsupV5ov37JA5V_XIMbS33XM3g==.#=q6Zal8wuQMsOdCGauvajJ1MAi38frvx8IbHZAi1Quaf8=.#=qTgzbMJIFb$SLYFBPL3I5qonMC_F$WBNTIQchx5MHRviLhVNRy7F7914dX8YqRznu()

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Unable to execute queries in design time on vs2012+win7pro 64bit.

Post by MariiaI » Tue 04 Nov 2014 11:00

We couldn't reproduce this issue with the latest build of LINQ Insight 3.2.529. Please send us a small test project, with which this error could be reproduced so that we are able to investigate it in more details and find the solution for you.

Post Reply