Trying to run the default Vulcan sample

Have some feedback and input to share?
Don't be shy and drop us a note. We want to hear from you and strive to make our site better and more user friendly for our guests and members a like.
George
Posts: 106
Joined: Thu Nov 05, 2015 9:17 am

Trying to run the default Vulcan sample

Post by George »

Robert,

Case 2 again:

trying to open any Form into my X# Project, I get the attahed error.
Even in the (very simple) AboutDialog Form.

George
Opening a WinForm.PNG
Opening a WinForm.PNG (126.95 KiB) Viewed 587 times
User avatar
robert
Posts: 4518
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Trying to run the default Vulcan sample

Post by robert »

George,

Can you mail me the solution and the dlls it depends on.

Robert at xsharp dot eu
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
robert
Posts: 4518
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Trying to run the default Vulcan sample

Post by robert »

George,

I will look into the other issues tomorrow.
XSharp Development Team
The Netherlands
robert@xsharp.eu
George
Posts: 106
Joined: Thu Nov 05, 2015 9:17 am

Trying to run the default Vulcan sample

Post by George »

Robert,

I will, tomorrow morning.
As we have 1 hour of difference, you will find it at coffee time.

George
User avatar
robert
Posts: 4518
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Trying to run the default Vulcan sample

Post by robert »

George,

Problem 1) is caused by the wildcard in the AssemblyFileVersion attribute.
For now I suggest you comment out that line. The X# compiler does not allow wildcards in the AssemblyFileVersion (the C# compiler does not like these as well). If you omit the AssemblyFileVersion, then the compiler will generate one based on the AssemblyVersion

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
George
Posts: 106
Joined: Thu Nov 05, 2015 9:17 am

Trying to run the default Vulcan sample

Post by George »

Robert,

thank you for answer.

I am ready to send you (to your eMail address) the sample to reproduce the problem.
I will send you one Vulcan project containing the referenced .DLL as well as the Vulcan/X# project for the CCL program.

I just made a 'light' version of the .DLL project.

Wich is largest attachment size I may sent you ?
Please note the .DLL project is about 20MB.

regards

George
User avatar
robert
Posts: 4518
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Trying to run the default Vulcan sample

Post by robert »

George,

20Mb may be a little bit too much. Why not upload it to OneDrive and send me a link ?

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
George
Posts: 106
Joined: Thu Nov 05, 2015 9:17 am

Trying to run the default Vulcan sample

Post by George »

Robert,

I just sent you the .DLL Vulcan Project (without the DevExpress RunTime DLLs).

George
User avatar
robert
Posts: 4518
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Trying to run the default Vulcan sample

Post by robert »

George,

The problems with the Forms appears to be that the Forms do not have a BEGIN NAMESPACE ... END NAMESPACE
If you surround the form class with
BEGIN NAMESPACE CustomersContractsLicenses
// your original form code
END NAMESPACE

then it will open in the Form Designer without problems.

I have made fix to the Code Parser so it will not require this in the future.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
George
Posts: 106
Joined: Thu Nov 05, 2015 9:17 am

Trying to run the default Vulcan sample

Post by George »

Robert,

>I have made fix to the Code Parser so it will not require this in the future.

Great!

George
Post Reply