3/16/2026 4:34:22 PM
|
| |
| slxdeveloper.com Community Forums |
|
| |
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
Duplicate items are not supported by the "Sources" parameter.
Posted: 21 Jul 08 3:46 PM
|
I am taking over a SalesLogix 7.2 customization project at a new client. A previous developer implemented some customizations on the Account form, but left the project in a state that does not build. I get the following error. Has anyone seen this? Any ideas on where I might look?
INFO - Build started. INFO - Project "Sage.SnippetLibrary.csproj" (default targets): ERROR - C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.CSharp.targets(150,9):The item "src\Sage.SnippetLibrary.CSharp.@.bce59d7a-4339-4401-a2b4-df02e2ef4181.codesnippet.cs" was specified more than once in the "Sources" parameter. Duplicate items are not supported by the "Sources" parameter. INFO - Done building project "Sage.SnippetLibrary.csproj" -- FAILED. INFO - Build FAILED.
|
|
|
|
Re: Duplicate items are not supported by the "Sources" parameter.
Posted: 22 Jul 08 3:49 AM
|
You could try building the CSproj yourself - it will be located in C:\Documents and Settings\{YourUsername}\Aplication Data\Sage, and in one of the directories in here - cant remember off the top of my head! Open it in VS and try to build, you should be able to see the issue and then target it. It is most likely a business rule or onchange event etc at the entity level as these are what go into the C#Snippet Dlls. C# Snippets on quickforms/smartparts actually stay inside the page, they are not in the C# Snippet Dlls, which I always thought is quite misleading |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|