fiogf49gjkf0d Working on a new implementation, I have everything up and running on v7.5.4 (LAN, Web, and SData) but am having some issues with the SalesLogix Mobile portal (the "new" SLX Mobile). According to the documentation, it should simply be a matter of installing the bundle, then deploying the portal. When I choose the v7.5.4 bundle, I see the portal contents. It installs successfully (according to bundle installer). When I review the portals (either via Project Explorer or Deployment Explorer, when right-clicking IIS to add a new one), it's not there. Interestingly, as soon as I install the bundle, if I attempt to Reload Project, I get the below error. I've tried restoring the v7.5.4 project numerous times to see if anything changes. I also added a new, non-virtual Project Workspace. Nothing helps. Any ideas? Thanks in advance.
===================================
An application exception has occurred.
===================================
The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. (mscorlib)
------------------------------
Program Location:
at System.IO.Path.SafeSetStackPointerValue(Char* buffer, Int32 index, Char value)
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.FileInfo..ctor(String fileName)
at Sage.Platform.FileSystem.Disk.DiskDriveInfo.GetFileInfo(String path)
at Sage.Platform.FileSystem.Layered.LayeredDirectoryInfo.GetFiles(String searchPattern, SearchOption searchOption)
at Sage.Platform.FileSystem.Layered.LayeredDirectoryInfo.GetFiles()
at Sage.Platform.Projects.ProjectBase.ReloadDeletedItems()
at Sage.Platform.Projects.Project.Reload()
at Sage.Platform.Projects.AdminModule.ProjectContextService.ReloadActiveProject()
at Sage.Platform.Projects.AdminModule.ProjectModule.<Load>b__0(Object , EventArgs )
at Sage.Platform.Application.UI.Command.OnExecuteAction(Object sender, EventArgs e)
at Sage.Platform.Application.UI.CommandAdapter.FireCommand()
at Sage.Platform.Application.UI.EventCommandAdapter`1.InvokerEventHandler(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
|