In your themes folder, add a new folder with the same name as your skin file, but not with (.skin). Move your .skin file into the new folder.
In the Page directive you set the Theme attribute to he name of the folder.
\Themes
\myTheme
myTheme.skin
<%@ Page Theme="myTheme" ... >
This should work.
/Fredrik Norm?n NSQUARED2
Microsoft MVP, MCSD, MCAD, MCT
CornerstoneMy Blog, ASP.Net 2.0 etc