Hello, I am trying to add the TSPortalweb part and am having some difficulty.
I have the following setup
Wss 3.0 sp1 server on windows 2008 std sp1
2008 R2 Terminal Server running remote web app feature
My sharepoint server has .net 3.5sp1 and is running sp1 of wss3.0.
The isntructions online here are for .net 3.0 and wss 3.0 sp1
http://technet.microsoft.com/en-us/library/cc771354(WS.10).aspx
Since my sharepoint server has .net 3.5 and NOT 3.0, I found what I think is the new entry in my web.config file on my sharepoint server to load the correct tsportal web part.
" <SafeControl Assembly="TSPortalWebPart, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="Microsoft.TerminalServices.Publishing.Portal" TypeName="*" Safe="True" AllowRemoteDesigner="True" />"
However when I do this and create the corresponding images directories (with access rights to network service account), the web part does not show up as an option to add in the sharepoint web part listing and I get the following error in my event log
Error: Failure in loading assembly: TSPortalWebPart, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
I don't know much about .net but since my sharepoint server is a production system, I dont want to install .net 3.0 since I already have 3.5.
I also dont know if Im making the proper entry into the web config.
Any suggestions or links to documents that work with my setup would be appreciated. Thanks.