Workflow and ServiceDesk Community

 View Only
  • 1.  .dll Integration Library Questions (Sophos Safeguard)

    Posted Jan 13, 2014 01:17 PM
      |   view attached

    I've been stumbling around the past few days trying to wrap my head around exposing methods from a .dll and getting them into workflow. I'vev run across a few threads across stating to use the .net generator but I haven't had much luck. If I got the .dll added to teh GAC then would I be able to see namespaces from the .net generator? I saw one note that said only 3.5 and older referenced .dll's can be used.. is this still true? If so, what are my options for getting something to work with a .dll runtime version of v4.0.30319? Any work arounds? A little clarity would be greatly appreciated. Thanks! 

     

    Workflow 7.5

     

    I've attached the .dll and changed the extension to .xml



  • 2.  RE: .dll Integration Library Questions (Sophos Safeguard)

    Posted Jan 13, 2014 01:20 PM

    To my knowledge, WF is still only geared to Frawework version 3.5. So you're out of luck with trying to load up anthing against Framwrok 4.0+... your only option is to find the same DLL compiled against an earlier Framework version.