For awhile I have been wanting to merge the Cascadian and Stevens pass just for S&G's and found a tool to do that. The program is called RW Merge and is made by an Iltalian fellow. The issue seems that when I go to confirm the merge the route can't get access to Serz. "Access to the path 'c:/Serz.exe' is denied." I presume the error is because it's trying to find Serz in my C drive, while my RW install is in D Drive. I will attempt to fix this issue and get back here.
The error message:
************** Exception Text **************
System.UnauthorizedAccessException: Access to the path 'C:\Serz.exe' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
at RW_Merge_Route.RWMergeRoute.BtnElabora_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)