Category Archives: .Net

How to deploy a .Net User Control, that uses multiple assemblies, in a SYSPRO custom pane

If you create a simple .Net User Control and deploy it in a custom pane in SYSPRO, it will work, but if your user control accesses any non-system assemblies, your user control will appear as just a blank grey pane … Continue reading

Posted in .Net, Syspro | Leave a comment

How to use XSD2Code for SYSPRO’s Business Objects

When you call one of SYSPRO’s API’s, called a Business Object, via a web service or DCOM, you need to pass it some XML. That XML is defined in a couple of XSD files. Generating that XML can be done … Continue reading

Posted in .Net, Syspro | 1 Comment