The most recent content from our members.
Hello, I successfully upgrade my Workspace to 1.24.159. I have a powershell script that opens Excel application via VBO object. If I run the script my addin does not load. I get 'Runtime error' (see attachment) If I start Excel manually, the addin loads correctly Thanks you for your support
gcscreenshot1.pnggcscreenshot2.png Hi, When running a Java based RFA provider, the RFA API internally allocates objects in order to handle incoming RWF messages (Screenshot 1). These objects are correctly collected during GC cycle (Screenshot 2), but ideally, I would like to avoid object creation all together. Is there any…
Is there any documentation covering how to process an update response against an image for each of the OMM Container Data Types, and also how to process an Update action for those Data Types that support actions within an update response? The scenario that I am particularly interested in is when you have nested containers.…
If we go to definition of string class in Visual Studio it represent string as sealed class (reference type) as per below screen shot: ![alt text][1] Then after If I tested the following code then it behaves like value type. static void Main(string[] args) { string name = "test"; ChangeName(name); Console.WriteLine(name);…
I am little bit confused between when to use **struct** and when to use **class**. I know basically struct is ***value type*** and class is ***ref type***. So whenever you pass the value type to function it copies whole values to that local function memory and whenever pass objects of class to any function it just passes…
We have a couple products some of which publish data to Novus, some manipulate CCI and others search/retrieve data from Novus using various APIs. I almost all of them we try to pool Novus objects, for example, com.westgroup.novus.productapi.Novus and com.westgroup.novus.message.MessageClient. A colleague of mine informed…
It looks like you're new here. Sign in or register to get started.