返信削除

返信内容

HOZ
投稿日 2009/03/18 14:55:26
VISTAでCALKCSVをすると以下のエラーが出ます。開発者に連絡とありますので、報告します。どの月でも同じです。

System.UnauthorizedAccessException: パス 'H21_03' へのアクセスが拒否されました。
   場所 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   場所 System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity)
   場所 System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
   場所 RPPCAL.Records.ReceptRecordSet.CreateDirectory(String dirname)
   場所 RPPCAL.Records.ReceptRecordSet.CreateDirectory(String dirname)
   場所 RPPCAL.Records.ReceptRecordSet.GetFileName(DateTime month, 審査支払機関コード 提出先)
   場所 RPPCAL.Records.ReceptRecordSet.IsFileExists(DateTime month)
   場所 RPPCAL.Views.MonthInputForm.DoCalc(DateTime target_month, ReceptRecordSet& result, IList`1& warnings)
   場所 RPPCAL.Views.MonthInputForm.LoadData(String month)
   場所 RPPCAL.Views.MonthInputForm.Do実行()
   場所 RPPCAL.Views.MonthInputForm.RunButton_Click(Object sender, EventArgs e)
   場所 System.Windows.Forms.Control.OnClick(EventArgs e)
   場所 System.Windows.Forms.Button.OnClick(EventArgs e)
   場所 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   場所 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   場所 System.Windows.Forms.Control.WndProc(Message& m)
   場所 System.Windows.Forms.ButtonBase.WndProc(Message& m)
   場所 System.Windows.Forms.Button.WndProc(Message& m)
   場所 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)