PostSharp Error

Questions about integration in Visual Studio, MSBuild or other IDEs or build tools.

PostSharp Error

Postby ashwinphilar on Tue Aug 26, 2008 1:23 am

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
ashwinphilar
 
Posts: 6
Joined: Mon May 05, 2008 7:11 pm
First Name: Ashwin
Last Name: Philar

Re: PostSharp Error

Postby gfraiteur on Tue Aug 26, 2008 8:56 am

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 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


Return to Integration with IDE and Build Scripts