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
Trying to run the default Vulcan sample
Trying to run the default Vulcan sample
George,
Can you mail me the solution and the dlls it depends on.
Robert at xsharp dot eu
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
The Netherlands
robert@xsharp.eu
Trying to run the default Vulcan sample
George,
I will look into the other issues tomorrow.
I will look into the other issues tomorrow.
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
Trying to run the default Vulcan sample
Robert,
I will, tomorrow morning.
As we have 1 hour of difference, you will find it at coffee time.
George
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
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
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
The Netherlands
robert@xsharp.eu
Trying to run the default Vulcan sample
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
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
George,
20Mb may be a little bit too much. Why not upload it to OneDrive and send me a link ?
Robert
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
The Netherlands
robert@xsharp.eu
Trying to run the default Vulcan sample
Robert,
I just sent you the .DLL Vulcan Project (without the DevExpress RunTime DLLs).
George
I just sent you the .DLL Vulcan Project (without the DevExpress RunTime DLLs).
George
Trying to run the default Vulcan sample
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
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
The Netherlands
robert@xsharp.eu
Trying to run the default Vulcan sample
Robert,
>I have made fix to the Code Parser so it will not require this in the future.
Great!
George
>I have made fix to the Code Parser so it will not require this in the future.
Great!
George