Hi,
I just added a new skin in GCN that I was able to apply to my community with no problems. I am having an issue building my GCN solution in VS.NET 2003. Here's my compiler output...have any clues on why the compiler is looking for codebehind and resources for these new skin files, but not the original skins?:
------ Build started: Project: CSKDotNet, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
error CS1504: Source file 'D:\Program Files\CSKDotNet\Communities\Common\Themes\VCC\Skins\ControlSkins\Comments_DisplayComments.ascx.cs' could not be opened ('The system cannot find the file specified. ')
error CS1504: Source file 'D:\Program Files\CSKDotNet\Communities\Common\Themes\VCC\Skins\ControlSkins\Sections_SectionMenu.ascx.cs' could not be opened ('The system cannot find the file specified. ')
error CS1504: Source file 'D:\Program Files\CSKDotNet\Communities\Common\Themes\VCC\Skins\ControlSkins\Sections_SectionMenuBottom.ascx.cs' could not be opened ('The system cannot find the file specified. ')
error CS1504: Source file 'D:\Program Files\CSKDotNet\Communities\Common\Themes\VCC\Skins\ControlSkins\Topics_TopicMenu.ascx.cs' could not be opened ('The system cannot find the file specified. ')
error CS1504: Source file 'D:\Program Files\CSKDotNet\Communities\Common\Themes\VCC\Skins\ControlSkins\Users_DisplayProfile.ascx.cs' could not be opened ('The system cannot find the file specified. ')
error CS1504: Source file 'D:\Program Files\CSKDotNet\Communities\Common\Themes\VCC\Skins\ControlSkins\Users_UserLogin.ascx.cs' could not be opened ('The system cannot find the file specified. ')
error CS1504: Source file 'D:\Program Files\CSKDotNet\Communities\Common\Themes\VCC\Skins\PageSkins\Default.ascx.cs' could not be opened ('The system cannot find the file specified. ')
Build complete -- 7 errors, 0 warnings
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is missing.
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped