I , Me , Myself

My photo
Hi .. This is Sachin Uchil. I have been in the field of .NET development for about 2 years now. Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Thursday, June 14, 2007

Theme 'XYZ' cannot be found in the application or global theme directories.

The themes in ur site have to be placed in App_Themes folder. Even if u have done this, sometimes the system throws the above error.
To solve this...
1> Make sure u have ur .css and .skin file in the folder named 'XYZ'
2> Copy this folder to the location "C:\Windows\ Microsoft.NET\ Framework\ v2.0.50727\ ASP.NETClientFiles\Themes".
3> If u have uploaded the file on a server also make sure u have the folder at the following path:
"\wwwroot\aspnet_client\system_web\v2.0.50727\Themes"