Main menu:

Site search

September 2018
M D M D F S S
 12
3456789
10111213141516
17181920212223
24252627282930

Categories

Tags

Archive for September 3rd, 2018

Fix error Multiple Item of VisualStudio Extensions Configuration Transform

For error message: Multiple items cannot be passed into a parameter of type „Microsoft.Build.Framework.ITaskItem“. Change <AppConfigWithTargetPath Remove=“app.config“ /> to <AppConfigWithTargetPath Remove=“@(AppConfigWithTargetPath)“/>