I'm working with a program in which you are supposed to be able to use to submit journal transaction entries into Microsoft Dynamics SL. This program was written in C#. It crashes when I try to upload the file to SL, saying
System.Exception: Did not receive signal from MSDynamicsSL. at Microsoft.Dynamics.SL.ObjectModel.IPCManager.ParentStarter.StartTheProcess() at Microsoft.Dynamics.SL.ObjectModel.IPCManager.ParentStarter.StartServer() at Microsoft.Dynamics.SL.ObjectModel.IPCManager.ToolbarClientIPC.GetRemoteSubject() at Microsoft.Dynamics.SL.ObjectModel.SIVToolbar..ctor() at AdvantageIQImport.SLImport.ImportIntoSL(Object sender, DoWorkEventArgs ea) in C:\Users\dknudsen\Documents\Visual Studio 2017\Projects\AdvantageIQImport_OLD SL2011 - Copy\AdvantageIQImport\SLImport.cs:line 49 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
The program involves picking the server from a dropdown and the database within the server, from drop down that you want to send the data. So I have SQL server and the SQL Server Browser opened up in a remote desktop, and I'm trying to use the program in my local desktop to send to MS SL which is also on the local desktop.
*This post is locked for comments