is llblgen version 2.6 compatible with .net framework 4.0

Posts   
 
    
manisha
User
Posts: 1
Joined: 01-Apr-2016
# Posted on: 01-Apr-2016 09:22:10   

Hi,

We had to migrate our application to .net framework 4.0. and we are using LLBLGen Pro version: 2.6 but its causing errors in entity files generated by llbl gen pro. eg:

"An exception of type 'System.MissingMethodException' occurred in mscorlib.dll but was not handled in user code

Additional information: No parameterless constructor defined for this object."

i assume that it might be be because of using LLBLGen Pro version: 2.6. can you please let me know if is llblgen version 2.6 compatible with .net framework 4.0

Thanks in advance,

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 01-Apr-2016 09:40:57   

that's due to a breaking change with the 'Expression' class I think with linq, but as you don't give any stack trace I have to guess. Other than that it should be fine.

However as 2.6 was released in 2008, it might run into difficulties when MS decides to change something in .NET. In that case you have no other choice but to either upgrade to our latest version or compile the runtime sourcecode yourself (the sourcecode is available on disk in the install and also on the website under 'my account -> 2.6'.

We don't fix issues in v2.6 anymore.

Frans Bouma | Lead developer LLBLGen Pro