05-30-2013 12:55 AM
05-30-2013 01:27 AM
8479, 8480 & some 8494's
05-30-2013 08:28 AM
We had v8.0 running, no problem, then installed Web Core Update 02. This very error came up.
Changed the path, and it builds again! Thanks for posting this. It's very much appreciated.
05-31-2013 08:10 AM
I too came found this page and used the information to update the build settings path but continued to get the error. However, I did figure out why.
I had copied the correct path from this post into AA. That apparently contained unicode characters and caused the error. I copied the string into Notepad and when I tried to save that file, it warned that there were unicode characters that would be lost on save. I removed the unicode characters and was able to complete a build.
05-31-2013 08:15 AM
Oh wow - yes !
%BASESAGEINSTALLPATH%\SalesLogix;%BASESAGEINSTALLP?ATH%\Platform;%BASESAGEINSTALLPATH%\SupportFiles;%?BASESAGEINSTALLPATH%
%BASESAGEINSTALLPATH%\SalesLogix;%BASESAGEINSTALLPATH%\Platform;%BASESAGEINSTALLPATH%\SupportFiles;%BASESAGEINSTALLPATH%
Look at the ? shown above - how weird and well spotted !! MCrampsey, is this the issue for you ??
06-03-2013 01:43 AM
Thanks Guys
I managed to resolve my issue but in a different way.
I logged onto the server as the Admin user instead of a user with admin rights and it worked fine.
I then logged back in as the user with admin rights and that is working now as well.
Cheers
Michael
07-25-2013 10:06 AM
I tried all of the recommendations in this thread and none worked, however I did finally find a solution which points to windows security settings:
Once I had my Saleslogix app directory fully upgraded, I copied the entire directory out to c:\users\Public\Documents then adjusted the build search paths to point to that location "C:\users\public\documents\saleslogix" instead of %BASESAGEINSTALLPATH% and was able to successfully build after that.
07-25-2013 10:13 AM
10-22-2013 06:40 AM
I got it working by copying the program files saleslogix folder to another location and resetting the buildpath as others have done.
A quick Compare shows that AA is failing trying the create the folder "c:\Program Files (x86)\SalesLogix\ReferenceAssemblies" in the saleslogix folder. If you create this manually, it should fix the issue.
02-06-2014 08:39 AM
This is for 8.1.0 (not 8.0.x).
1. Manual build the SalesLogix\Reference Assemblies folder.
2. Build Search Path for 8.1.X is now:
%BASEBUILDPATH%\assemblies;%BASEBUILDPATH%\interfaces\bin;%BASEBUILDPATH%\forminterfaces\bin
****************************** This is for 8.1.0 (not 8.0.x). **************************************