Could not load type 'SD.LlblGen.Pro.LinqSupportClasses.QueryableExtension'

Posts   
 
    
jbke
User
Posts: 95
Joined: 20-Jun-2009
# Posted on: 08-Oct-2016 22:08:32   

I have the error: Could not load type 'SD.LlblGen.Pro.LinqSupportClasses.QueryableExtension' from assembly 'SD.LlblGen.Pro.OrmsSupportClasses, Version 5.0.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27'

What is weird is that it works on my development machine, but it doesn't on our test server.

What is bizare is that I always get the binding failures on our test server you can see in the screenshot.

From what I can see these are the reason for the failure but I don't understand why?

Can you shed some light on this?

Attachments
Filename File size Added on Approval
fusionlog.png 10,481 08-Oct-2016 22:08.49 Approved
System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.HTM 13,815 08-Oct-2016 22:09.07 Approved
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 09-Oct-2016 11:39:50   

The files you attached are about web.extensions, not our assembly. Regardless, there the error says it's about a security mismatch. Check whether the file has the right permissions (i.e. the user which runs the asp.net process can access it/execute it, and the file isn't blocked by explorer, which happens if you download a dll directly from the internet, but I doubt that's it)

Frans Bouma | Lead developer LLBLGen Pro
jbke
User
Posts: 95
Joined: 20-Jun-2009
# Posted on: 09-Oct-2016 14:08:44   

Tbh, I just redeployed on, another server and there it works so its something with the installation of this VM.

I will ask the tech guys to look at it and reinstall this VM. Then I'll try again. I'll give you the feedback in a few days.