Page 2 of 2
Trying to run the default Vulcan sample
Posted: Wed Sep 28, 2016 8:14 pm
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 (126.95 KiB) Viewed 594 times
Trying to run the default Vulcan sample
Posted: Wed Sep 28, 2016 8:49 pm
by robert
George,
Can you mail me the solution and the dlls it depends on.
Robert at xsharp dot eu
Trying to run the default Vulcan sample
Posted: Wed Sep 28, 2016 8:51 pm
by robert
George,
I will look into the other issues tomorrow.
Trying to run the default Vulcan sample
Posted: Wed Sep 28, 2016 9:26 pm
by George
Robert,
I will, tomorrow morning.
As we have 1 hour of difference, you will find it at coffee time.
George
Trying to run the default Vulcan sample
Posted: Thu Sep 29, 2016 6:38 am
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
Trying to run the default Vulcan sample
Posted: Thu Sep 29, 2016 8:24 am
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
Trying to run the default Vulcan sample
Posted: Thu Sep 29, 2016 8:26 am
by robert
George,
20Mb may be a little bit too much. Why not upload it to OneDrive and send me a link ?
Robert
Trying to run the default Vulcan sample
Posted: Thu Sep 29, 2016 8:37 am
by George
Robert,
I just sent you the .DLL Vulcan Project (without the DevExpress RunTime DLLs).
George
Trying to run the default Vulcan sample
Posted: Thu Sep 29, 2016 11:25 am
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
Trying to run the default Vulcan sample
Posted: Thu Sep 29, 2016 11:42 am
by George
Robert,
>I have made fix to the Code Parser so it will not require this in the future.
Great!
George