Article Wojciech Czyz · Nov 15, 2016 4m read Some strategies on how to manage and decrease space taken by Ensemble system Many of us installed Ensemble a few years ago, estimated space to be sufficient and now run into surprise - hard drives are getting full! #Ensemble #System Administration 5 1 0 1.6K
Article Wojciech Czyz · Nov 14, 2016 2m read Can I use Microsoft Office automation components with Cache? Microsoft Office has components for using in third party applications: COM Objects for C++ and Interop Assemblies for .Net programming.Many Cache projects used to include calls to those libraries. However, recently this solution started being problematic.There are two main reasons - legal and technical. Let’s check the details.Microsoft technology supportMicrosoft is supporting Office Automation only for desktop computing. It shall not be used for server computing, as they offer Sharepoint for this scenario. Have a look here: #Interoperability #.NET #Caché 1 0 0 537
Article Wojciech Czyz · Nov 10, 2016 5m read Introduction to .Net Gateway - use external .net library from Cache Object Script Integrating Cache with .net may be difficult, as we need to know both technologies and tools involved. Let’s follow the simplest possible example and see the pitfalls lurking on our way. 1. Creating .Net Assembly .Net assembly is unit that contains compiled code and other resources. Let’s create the simplest .Net assembly that will contain the code we want to execute. We will use assembly of type Class Library, as we will use classes and their methods contained within. This type of assembly has .dll extension. #Caché #.NET 4 12 0 1.8K