在调试模式下工作时Acumatica出错? JSManager.GetBatchMode

时间:2016-11-25 02:48:54

标签: acumatica

我一直在使用Acumatica,它在IIS中运行得非常好。但是在Visual Studio Web Express调试模式下 - 我无法运行。 JSManager.GetBatchMode出错!在Debug中运行的步骤是什么?

守则如下。

protected override void OnInit(EventArgs e)     {         this.InitializeControlsOnInit();         this.CheckLastScreenAccess();

    if (!this.IsCallback)
    {
        var renderer = JSManager.GetRenderer(this);
        var scriptFiles = new List<string>();
        PXContext.Session.PXSharedScriptFiles[JSManager.SharedScriptFilesKey] = scriptFiles;
        if (JSManager.GetBatchMode())

1 个答案:

答案 0 :(得分:0)

Acumatica安装程序不会直接复制/粘贴文件。我可以告诉你更多,如果你从一个IIS文件夹复制粘贴文件并决定粘贴到另一个IIS文件夹,另一个名称你将面临问题,这将很难理解,解释和/或重现。如果您还记得,Acumatica在安装过程中会验证是否已安装IIS,并且没有IIS安装程序将无法正常工作。这不仅仅是空洞的陈述。本地IIS是与Acumatica合作的唯一方式,而不会让您的生活更加复杂。