Git Product home page Git Product logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 1, 2024
i find it,also

Original comment by [email protected] on 19 Aug 2011 at 2:36

from mybatisnet.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 1, 2024
Any update on this issue? Since we are also facing the same issue and now we 
need to update our framework to 4.0.

Original comment by [email protected] on 11 Nov 2011 at 11:35

from mybatisnet.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 1, 2024
[deleted comment]

from mybatisnet.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 1, 2024
I have noticed that the error is within the Castle.DynamicProxy dll.  More 
specifically, the class file in that dll: 
Castle.DynamicProxy.Builder.CodeBuilder.SimpleAST.LockBlockExpression invokes 
with reflection the method System.Threading.Monitor.Enter without specifying 
(new in .net 4.0) the overload arguments. Changing that line of code to: 
gen.Emit(OpCodes.Call, typeof(Monitor).GetMethod("Enter", new Type[] { 
typeof(object) })); should solve the problem.

Original comment by [email protected] on 30 Nov 2011 at 9:23

from mybatisnet.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 1, 2024
In the mean time, you can set the target framework in the properties window for 
your project to .net 3.5 and that will solve the issue as well.

Original comment by [email protected] on 30 Nov 2011 at 9:24

from mybatisnet.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 1, 2024
Is there any chance for newer version in the nearing future?

Original comment by [email protected] on 12 Dec 2011 at 10:36

from mybatisnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.