Browse By Tags

  • Intégration bibliothèque contenant objet métier dans appli web sous visual studio 2022

    Bonjour J'ai créé une bibliothèque pour rassembler mes fonctionnalités utilisant les objets métiers. Dans les paramètres, j'ai mis de le compiler en x86 (32 bits) Quand j'essaie de l'inclure dans une appli web existante j'ai un message d'erreur …
  • Error when create project of Sage UI Customization Wizard on Visual Studio

    Hi all, My Sage 300 version is 2023.1.0. I already have the web screen running & working fine. My Visual studio version and info below: Microsoft Visual Studio Community 2017 Version 15.9.52 VisualStudio.15.Release/15.9.52+33403.129 Microsoft…
  • Failed to import the ActiveX control. Please ensure it is properly registered.

    Hi all, We are having an issue while adding a SAGE300 component into a Visual Studio form (.NET project). The error we received is: Failed to import the ActiveX control. Please ensure it is properly registered. We have registered the accpacic1500…
  • Visual Studio snippets available for partners to download

    If you work with Visual Studio then a library of snippets has been added to the General Development Resources folder that is available to all partners within the community. This is a resource that will prove very useful for you when customising the Sales…
  • Fetching data using the SOAP Web Services. Using queryid() & queryidnodate(), queryrecord() and query().

    A colleague asked me a very simple question. "I want to do a basic query with simple parameters e.g. in SQL: select * from opportunity where Oppo_ChannelId = 1 and Oppo_Product='TimEx5'. Do you have any sample web services code?" This is not such…
  • Automatically Publishing DLLs

    You are probably used to changing the build properties of a project and altering the output path that determines where the DLL gets created, as in the image below But there is another way of handling the distribution of the DLL. Visual Studio has…
  • Sage 300 and Visual Studio’s Code Maps

    Introduction The Sage 300 web screens are comprised of 113+ Visual Studio projects. This represents a large and complex code base. Simply opening a project and viewing the components and references to understand the relationships and dependencies can…
  • UFL 'u2lpeach.dll' that implements this function is missing. Error in File...

    I'm trying to run a report in visual studio using asp.net. I had other issues before with version and running it with visual studio 2013 so ended up doing a simple application in visual studio 2010 with framework 2.0. A report will work fine unless…