Hello, I installed smartpart and I created a usercontrol, single one, and then I want to test the user control before using it in sharepoint, so I created a webpage and dragged the user control, when I press F5, I got this strange error never seen.
ÃÂ
ÃÂ
ÃÂ Could not load file or assembly 'Microsoft.SharePoint.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. An attempt was made to load a program with an incorrect format.
ÃÂ
ÃÂ
I commented the following web.config lines but that didn work
ÃÂ
<!--
<SafeControl Assembly="Microsoft.SharePoint.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Search.WebControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" />
<SafeControl Assembly="Microsoft.SharePoint.Search, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Search.Internal.WebControls" TypeName="*" Safe="True" AllowRemoteDesigner="True" />
-->
I am not even
View Complete Post