PostSharp Error
2 posts • Page 1 of 1
PostSharp Error
Hi,
Has anyone seen this error?
Error 222
The "CheckPfx" 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 <UsingTask> in the project file, or in the *.tasks files located in the "C:\WINDOWS\Microsoft.NET\Framework\v3.5" directory.
This is with .NET Framework 3.5 SP1
Thanks,
Ashwin
Has anyone seen this error?
Error 222
The "CheckPfx" 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 <UsingTask> in the project file, or in the *.tasks files located in the "C:\WINDOWS\Microsoft.NET\Framework\v3.5" directory.
This is with .NET Framework 3.5 SP1
Thanks,
Ashwin
- ashwinphilar
- Posts: 6
- Joined: Mon May 05, 2008 7:11 pm
- First Name: Ashwin
- Last Name: Philar
Re: PostSharp Error
CheckPfx is defined in PostSharp.MSBuild.dll and imported from PostSharp-1.0.targets. It should work with .NET 3.5 SP1 without problem.
-gael
-gael
Gael Fraiteur, project leader
- gfraiteur
- Site Admin
- Posts: 834
- Joined: Tue Dec 18, 2007 3:09 pm
- First Name: Gael
- Last Name: Fraiteur
- Company: postsharp.org
2 posts • Page 1 of 1
