0
votes
2answers
297 views

ThmxTheme Error

I wrote a ASP.NET Handler module for sharepoint 2010 web application. it is running .But I added this code, occured error Code: string tema = "/_catalogs/theme/Classic.thmx"; ThmxTheme tm = ...
0
votes
2answers
246 views

How to detect when user goes from one site collection to another in the same web application?

I have a several site collections in the same web application and I need to handle events when user goes from one site collection to another. I need it for specific actions, like setting "lcid" cookie ...