Issue with XIDE Application type

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
Irwin
Posts: 92
Joined: Wed Mar 23, 2022 10:24 am
Location: España

Issue with XIDE Application type

Post 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.
User avatar
Chris
Posts: 5024
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Re: Issue with XIDE Application type

Post 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?
Chris Pyrgas

XSharp Development Team
chris(at)xsharp.eu
Post Reply