Answered by:
i am getting the error when i installed custom task

Question
-
i am getting below error when i installed custom task
Cannot create a task with the name "Application.SendMail, SendMail, Version=4.2.0.400, Culture=neutral, PublicKeyToken=bf6c37fa78f5a648". Verify that the name is correct.
(Package2)Wednesday, March 19, 2008 5:26 PM
Answers
-
Another common mistake is that developers will push this to a new machine without pushing it to the GAC. Also, note that there is a bug with viewing the assemblies folder. See the following threads:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=455272&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2409205&SiteID=1
http://forums.microsoft.com/msdn/showpost.aspx?postid=2668486&siteid=1
Wednesday, March 26, 2008 12:21 PM
All replies
-
please help me out
Monday, March 24, 2008 7:17 PM -
There's not really very much information to go on in your posts. Can you please post information about what custom task you installed, how you installed it, and what steps you're taking to get the error?Monday, March 24, 2008 9:23 PM
-
Any details?
It looks like you have a package already built, and it uses the task of the strong name shown above. The error is saying that the task cannot be found, that is it!
Check the GAC, is there an assembly that matches? A common mistake/issue is for developers to change the assembly version, which changes the strong name, and invalidates the reference held in the package XML.
Wednesday, March 26, 2008 8:43 AM -
Another common mistake is that developers will push this to a new machine without pushing it to the GAC. Also, note that there is a bug with viewing the assemblies folder. See the following threads:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=455272&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2409205&SiteID=1
http://forums.microsoft.com/msdn/showpost.aspx?postid=2668486&siteid=1
Wednesday, March 26, 2008 12:21 PM