2
votes

I am getting error when I complied my solution as following:

Error 1 The "SlowCheetah.Xdt.TransformXml" task was not found. Check the following: 

1.) The name of the task in the project file is the same as the name of the task class.

2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface.

3.) The task is correctly declared with in the project file, or in the *.tasks files located in the "C:\Windows\Microsoft.NET\Framework\v4.0.30319" directory. BulkNoticeGenerator

Can you any help me on this issue.

thanks,

1

1 Answers

0
votes

The solution or project in question is using SlowCheetah MsBuild tasks for XDT transformation.

You will need to do one of the following: