I have installed Visual Studio 2008, ASP.net 3.5, IIS 6.0, SharePoint Services 3.0 and, of course, Return Of SmartPart v1_3.
I made all the changes in the web.config so that the SPP could support the Ajax extensions(you can find the documentation in the ReturnOfSmartPart archive). When i added an smartpart WebPart, everything worked fine, bun when i tried to add a SmartPart with Ajax web part, i have received this error: “The Web Part you attempted to add no longer exists in the Closed Web Parts Gallery. Refresh your browser to update the Web Part Page and the Gallery.” I found out that this error is due to a FileNotFoundException.
I looked once again in the web config to see if i omited to add an assembley reference or something like that. After a while i have figured out that i get this error because in the ReturnOfSmartPart.dll is a reference to System.Web.Extensions version 1.1, and not 3.5, which was the only one installed on my computer. So i have disassembled the ReturnOfSmartPart.dll and change some lines so that it supports the 3.5 version of System.Web.Extensions. I’ve uninstalled the old version of ReturnOfSmartPart.dll from the gac and put the new one, and changed in the SafeControls tag of the web.config the PublicKeyToken of the ReturnOfSmartPart Assembley to the 040795de2bd1a5e4. And everything worked well after that. You can download the assembley from here: download ReturnOfSmartPart.dll
I hope Jan Tielens won’t be mad at me because i’ve changed his assembley…you can find more thing about Smat Part on his site: www.smartpart.info or on his blog : weblogs.asp.net/jan.

Also you must edit in web.config all the lines where appers System.web.Extensions, changng the old version 1.[] to 3.5.0.0.
By: CopiluAtomic on 26 iunie 2008
at 11:28 am
Thank you! This helped me with a problem that I was having with the FAQ Web Part on CodePlex. Recompiling the solution with the .NET 3.5 framework solved the problem!
By: Jeff on 23 octombrie 2008
at 5:14 am
hi can u give some other download link for your ReturnSmartPart.dll file.The above link is not working
By: vinod on 4 iunie 2009
at 1:05 pm
hi Vinod,
I tried the link and it seems to be ok…i had some problems accessing it from Mozzila, but on IE works fine. If you still can’t download it, just tell me and I will send it to you via e-mail.
By: CopiluAtomic on 4 iunie 2009
at 4:09 pm
Hi CopiluAtomic,
Hey thanks a ton for mailing the dll file.It really made my day.Thanks a lots.
By: vinod on 5 iunie 2009
at 7:55 am