dll

  1. R

    Using urlmon.dll in CodeStage (C#) for checking MIME type of document

    I have to check whether a document is actually a pdf or not and someone hasn't renamed a .png to .pdf. So for this in Blue Prism I am writing a custom code using C# in an object. Actually I have to check the file binary MIME type and for this I am importing urlmon.dll in Code Options as a...
  2. M

    Vb Script - Excel

    Hi Team, Am using VB Script in the code stage. It showing some errors. Can anyone please tell what dll i have to add when performing excel operations. (I have added Microsoft.Office.Interop.Excel dll in initialize page, but still showing compile error in initialize page" Please help.
  3. V

    Example of C# (dll) code with argument and value returned

    Hi Guys, I am looking for the code that would show me how to ask for argument (coming from AA) and to return result of calculations (also to AA). Any C# dll you've developed would be good as well. Regards, Witek
  4. D

    OTAClient.dll unable to load

    Hi, I am getting a below error while opening a BO. Description: Compiler warning at top section line 10: Namespace or type specified in the Imports 'tdclient' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public...
  5. C

    How to use nuget packages in c# code stage

    Hi there smart RPA people. I just wanted to know if you can use external nuget packages in the code stage in c#. What I am trying to achieve is to use Selenium with Internet Explorer. I downloaded the package and extracted dlls for .net framework 4.0 (one i have installed)...
Top