Hello all,
I have a deployed a SharePoint 2010 solution to a site collection on a couple of different boxes and on one box I get the above error. And it goes further on to explain:
To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This<customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".
I see this error come up when I activate a custom feature of mine that creates views inside SharePoint lists. All of the other features that I activate from the same solution don't give me this error. I have done what is recommending, changing the modes to "Off" or remote only and no effect. We are using .NET 3.5. I have read through several other threads of developers running into the same problems but haven't had success.
What else is interesting is I can see where the custom code stopped working because the views were created up to a certain view. I take the code that is supposed to build out this view and run it inside a console app and that code works with no problems. Does anyone know what might be happening server side that could cause this issue?
Thanks,
Shaun