返信削除

返信内容

E.Y
投稿日 2010/02/27 16:36:14
電子レセプトを同じ対象年月で行うと以下の内部エラーが発生し、開発元まで連絡するようにメッセージが出てそのままフリーズします。
System.UnauthorizedAccessException: パス 'C:\Documents and Settings\パソコンの名前\My Documents\RPPCAL\H22_02\1社会保険診療報酬支払基金\receptinfo.xml' へのアクセスが拒否されました。
   場所 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   場所 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
   場所 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
   場所 System.IO.FileStream..ctor(String path, FileMode mode)
   場所 RPPCAL.Records.ReceptRecordSet.SaveInfo()
   場所 RPPCAL.Records.ReceptRecordSet.Save()
   場所 RPPCAL.Views.MonthInputForm.DoCalc(DateTime target_month, ReceptRecordSet& result, IList`1& warnings)
   場所 RPPCAL.Views.MonthInputForm.LoadData(String month)
   場所 RPPCAL.Views.MonthInputForm.buttonOK_Click(Object sender, EventArgs e)
   場所 System.Windows.Forms.Control.OnClick(EventArgs e)
   場所 System.Windows.Forms.Button.OnClick(EventArgs e)
   場所 System.Windows.Forms.Button.PerformClick()
   場所 System.Windows.Forms.Form.ProcessDialogKey(Keys keyData)
   場所 System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
   場所 System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
   場所 System.Windows.Forms.TextBoxBase.ProcessDialogKey(Keys keyData)
   場所 System.Windows.Forms.Control.PreProcessMessage(Message& msg)
   場所 System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
   場所 System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)