Giter VIP home page Giter VIP logo

Comments (8)

jlewin avatar jlewin commented on July 26, 2024

After creating a new .NET v4.7.2 project, the same code runs without error

from dymo-connect-framework.

dymosoftware avatar dymosoftware commented on July 26, 2024

Hi @jlewin , this is an expected error, since some of our platform libraries are not fully compatible with .Net Core. We keep it in mind for further releases.

from dymo-connect-framework.

jlewin avatar jlewin commented on July 26, 2024

That's unfortunate. I was hoping to host my assembly in a .NET Core worker service so I could remotely invoke print jobs. I spent the bulk of the weekend trying to work around this limitation and finally had success falling back to .NET v4.7.x and using NancyFx to host the service. Seems to run great but took significantly more time than the worker service route would have.

Thanks for the update and hopefully .NET Core can be a priority in the future.

from dymo-connect-framework.

githubsamurai avatar githubsamurai commented on July 26, 2024

Does the new SDK support .NET Core and/or .NET 5 and above?

from dymo-connect-framework.

doughayman2 avatar doughayman2 commented on July 26, 2024

Any solutions on this yet? I'm developing VB.net apps in Visual Studio 2022 (Net 6.0; Net Framework 4.8+), and get the following error when attempting to execute the following SDK code:

Imports DymoSDK.Implementations
Imports DymoSDK.Interfaces
DymoSDK.App.Init()
Dim dymoSDKPrinter = DymoPrinter.Instance

    Dim fullpath As String = System.IO.Path.GetFullPath("d:\label.label")
    Dim dymoSDKLabel = DymoLabel.Instance
    dymoSDKLabel.LoadLabelFromFilePath(fullpath)

    Dim LabelTextObject1 As DymoSDK.Interfaces.ILabelObject
    LabelTextObject1 = dymoSDKLabel.GetLabelObject("NameOfLabel")
    dymoSDKLabel.UpdateLabelObject(LabelTextObject1, "ValueOfLabel")

    If dymoSDKPrinter.PrintLabel(dymoSDKLabel, ItemId.Text, 1, False, False, 0, False, False) Then
        MsgBox("Printed !", vbInformation)
    End If

****"System.IO.FileNotFoundException: 'Could not load file or assembly 'DYMO.CrossPlatform.Common, Version=1.4.3.37, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.'"

I've loaded the following packages:

Dymo.Connect.SDK V1.4.3.37
NetStandard.Library V2.0.3
SkiaSharp V2.88.3
SkiaSharp.Views V2.88.3

The following link implies that my environment is supported by the Dymo SDK:

https://www.nuget.org/packages/DYMO.Connect.SDK/#supportedframeworks-body-tab

Anybody have any ideas on this?

Thanks in advance.

from dymo-connect-framework.

JLOrdaz avatar JLOrdaz commented on July 26, 2024

I have the same issue, please help!!!

from dymo-connect-framework.

Eli1995 avatar Eli1995 commented on July 26, 2024

Any solutions on this yet? I'm developing VB.net apps in Visual Studio 2022 (Net 6.0; Net Framework 4.8+), and get the following error when attempting to execute the following SDK code:

Imports DymoSDK.Implementations Imports DymoSDK.Interfaces DymoSDK.App.Init() Dim dymoSDKPrinter = DymoPrinter.Instance

    Dim fullpath As String = System.IO.Path.GetFullPath("d:\label.label")
    Dim dymoSDKLabel = DymoLabel.Instance
    dymoSDKLabel.LoadLabelFromFilePath(fullpath)

    Dim LabelTextObject1 As DymoSDK.Interfaces.ILabelObject
    LabelTextObject1 = dymoSDKLabel.GetLabelObject("NameOfLabel")
    dymoSDKLabel.UpdateLabelObject(LabelTextObject1, "ValueOfLabel")

    If dymoSDKPrinter.PrintLabel(dymoSDKLabel, ItemId.Text, 1, False, False, 0, False, False) Then
        MsgBox("Printed !", vbInformation)
    End If

****"System.IO.FileNotFoundException: 'Could not load file or assembly 'DYMO.CrossPlatform.Common, Version=1.4.3.37, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.'"

I've loaded the following packages:

Dymo.Connect.SDK V1.4.3.37 NetStandard.Library V2.0.3 SkiaSharp V2.88.3 SkiaSharp.Views V2.88.3

The following link implies that my environment is supported by the Dymo SDK:

https://www.nuget.org/packages/DYMO.Connect.SDK/#supportedframeworks-body-tab

Anybody have any ideas on this?

Thanks in advance.

I have the same problem..have you solved?

from dymo-connect-framework.

beanbabyclothes avatar beanbabyclothes commented on July 26, 2024

Same issue here.
The amount of time lost with this library problems and its monstrous dependencies, i wish i knew.

from dymo-connect-framework.

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.