Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
AX2009ではVisualStudioでWebコントロールを新規作成したり、既存のコントロールを
修正した場合、VisualStudio上で保存すると、直ぐにAOT上に保存され、また、Webサイト
にも展開されます。
ただし、64bit環境では、上記処理が機能しませんが、以下の回避策が提示されています。
Classes\SysEPDeployment\getSharepointTemplatePath()
public static str getSharepointTemplatePath()
{
str templatePath ='';
;
templatePath =SysEPDeployment::getSharepointTemplatePathDotNet();
return templatePath? templatePath:SysEPDeployment::getSharepointTemplatePathWin32();