Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)


i have created a setup project for my solution in visual studio 2008 but while installing this MSI build package i am getting Config.Csproj error stating
"D:\Applications\Config.csproj <103,5>: error : The source file D:\Applications\Config.csproj is actually a directory. the move task does not support moving directories",
in my csproj file its written like

HTML
<Move SourceFiles="$(app_config_path)\$(config_file)"
DestinationFiles="$(app_path)\web.config" />


between target tag.

please help.


What I have tried:

i have tried replacing .csproj file with some other solution`s project file .
i have tried deleting the setup and creating fresh copy . but all this is of no use
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900