|

楼主 |
发表于 2017-7-1 15:50:45
|
显示全部楼层
“/”应用程序中的服务器错误。
未能找到路径“c:\windows\system32\data\attachmentSimple\”的一部分。
说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.IO.DirectoryNotFoundException: 未能找到路径“c:\windows\system32\data\attachmentSimple\”的一部分。
源错误:
执行当前 Web 请求期间生成了未经处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[DirectoryNotFoundException: 未能找到路径“c:\windows\system32\data\attachmentSimple\”的一部分。]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +273
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, Boolean useLongPath, Boolean checkHost) +1322
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) +144
System.IO.FileStream..ctor(String path, FileMode mode) +91
justep.SimpleFileStore.GetFile(HttpRequest request, HttpResponse response) +372
justep.SimpleFileStore.service(JObject paramObject, ActionContext context) +452
justep.Attachment__do.simpleFileStore(JObject paramsObject, ActionContext context) +279
[SystemException: 未能找到路径“c:\windows\system32\data\attachmentSimple\”的一部分。]
justep.Attachment__do.simpleFileStore(JObject paramsObject, ActionContext context) +437
[TargetInvocationException: 调用的目标发生了异常。]
System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0
System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) +128
System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +146
com.justep.baas.action.Engine.ExecAction(String actionPath, JObject paramObject, ActionContext context, Assembly assembly) +261
[ActionException: 获取Class[justep.Attachment__do]失败]
com.justep.baas.action.Engine.ExecAction(String actionPath, JObject paramObject, ActionContext context, Assembly assembly) +444
baas.ActionHandler.ExecService(HttpRequest request, HttpResponse response, Assembly assembly) +80
[ActionException: 执行Action:/baas/justep/attachment/simpleFileStore失败,获取Class[justep.Attachment__do]失败]
baas.ActionHandler.ExecService(HttpRequest request, HttpResponse response, Assembly assembly) +571
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +508
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +92 |
|