I get the following error when deploying a function containing ASP.NET pages for our SharePoint servers:
System.InvalidOperationException: The type specified in the TypeName property of ObjectDataSource 'odsYears' was not found.
Our .dll is deployed to the GAC, and our pages are deployed to the corresponding Feature directory in 12 hive. We are not getting this error on our Sandbox SharePoint server. I parsed the .dll to make sure the class was deployed and everything looked fine.
Does anyone have any ideas on why this will not work in one of our SharePoint environments?
Thank.
Sean source
share