C2025-053 Upgrade Ro-Editor / Compare Report / Ro To SQL to 64 bits #631
Reference in New Issue
Block a user
No description provided.
Delete Branch "C2025-053"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
C2025-053 Upgrade Ro-Editor / Compare Report / Ro To SQL to 64 bits
Note - I attached the copy I had of the "Converting ROs FROM Access to SQL Server" whitepaper --- but there may be a more up to date version as the copy I have is from Kathy from 2023.
Need to remove the ROEditor/Assemblyinfo.cs
Should update the RO Editor ("REFOBJ") version number to 2.4 in the AjdustBuildRevision/Program.cs
Will do.
Just wanted to verify one thing:
ROEditor/Assemblyinfo.cs
was not added in this, it just updated
So did you:
or
(as this could cause build issues since it was pre-existing)
We’ve been un-doing the ROEditor Assemblyinfo.cs change before checking stuff into Git.
We tried putting it in the Git Ingore file, but it does not work for the ROEditor Assemblyinfo.cs but it does work (ignores) the VEPROMS AssemblyInfo.cs.
So we don’t want to remove it from the Git suppository, we just don’t want to update it.
thanks - Sounds good ---- Should be updated now. Let me know if I missed something.
For AdjustBuildRevision, you only need to change the version number on line 35. The one on line 37 is for PROMS and should remain as version 2.3
looks good