| 1 | == Scheduling GUI Compilation Instructions == |
| 2 | 1. Get your server ready by installing the patches and readying the RPC Broker transport. |
| 3 | 2. ON Windows, download and install .net 4.0 full edition. |
| 4 | 3. On Windows, download and install VC Express 2010. |
| 5 | 4. svn co https://trac.opensourcevista.net/svn/Scheduling/trunk/cs/bsdx0200GUISourceCode into a BSDX folder |
| 6 | 5. svn co https://trac.opensourcevista.net/svn/BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2 into a BMX folder |
| 7 | 6. Open C# Express |
| 8 | 7. Load the solution in the BSDX folder. You will get the errors saying that BMX project cannot be found. |
| 9 | 8. Remove BMXNet project. |
| 10 | 9. Right-click on solution on the project folder, and add the BMXNet project from the BMXNet folder (there are 3; make sure to get the right one). |
| 11 | 10. Add a reference to BMXNet in the Clnical Scheduling project. |
| 12 | 11. Press F5 to compile and run the project. |