Coder Social home page Coder Social logo

Comments (9)

mgravell avatar mgravell commented on May 27, 2024

Not sure what I can say here; check your deployment - is the file there? We didn't write the build / publish system; from the perspective of a library author, we do need the library to be there, but how it gets there is the build system's problem.

from dapper.

RanjiniRao14 avatar RanjiniRao14 commented on May 27, 2024

yes the file exists with right version 2.1.35 but the error is pointing to 2.0.0.0 version.

from dapper.

RanjiniRao14 avatar RanjiniRao14 commented on May 27, 2024

I did publish the dlls from the windows and transferred manually to linux box

from dapper.

RanjiniRao14 avatar RanjiniRao14 commented on May 27, 2024
dapper

from dapper.

mgravell avatar mgravell commented on May 27, 2024

2.0.0.0 is the assembly version; that is correct - we pin that at 2.0.0.0 to prevent the problem of constantly having to update binding redirects (you can see this by looking at the assembly full name in NuGet package explorer, https://nuget.info/packages/Dapper/2.1.35)

Does manually adding the files make it work? Also, is your application using Dapper directly (i.e. does your exe have a <PackageReference> to Dapper), or is it transitive (i.e. your exe has a dependency of SomeOtherLib, and SomeOtherLib has a dependency on Dapper)? If transitive: try adding an explicit application-level package reference.

from dapper.

RanjiniRao14 avatar RanjiniRao14 commented on May 27, 2024

No manually adding files doesnt help either. Its not transitive dependency , its using directly with the connection object and I do have a reference in csproj file as shown below. This exe works perfectly fine in windows machine with .net 8 version.

from dapper.

RanjiniRao14 avatar RanjiniRao14 commented on May 27, 2024

from dapper.

RanjiniRao14 avatar RanjiniRao14 commented on May 27, 2024

from dapper.

RanjiniRao14 avatar RanjiniRao14 commented on May 27, 2024
dapper1

from dapper.

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.