xsharp.eu • Issue with XIDE Application type
Page 1 of 1

Issue with XIDE Application type

Posted: Sat Jan 04, 2025 10:22 pm
by Irwin
Hi Chris,

I'm getting the same value when interrogating the following Application properties:

1. AssemblyName
2. AssemblyExt
3. Name

They are all retrieving the same value which is the Name but I need also the name of the assembly and the extension. Is this meant to be like this or is it an issue?

thanks.

Re: Issue with XIDE Application type

Posted: Mon Jan 06, 2025 10:41 am
by Chris
Hi Irwin,

I just checked and it seems to work well here. Note that the Name and AssemblyName are usually indeed the same, unless the user has changed the assembly name in the app properties. And the extension is empty by default.

Please do a double check to see if there's an error in your code. If not, can you send me a sample to have a look?