I have downloaded the extended Club site, created a new site via the normal club site and copied the all extended files to the new website. I changed my webconfig file so that it uses my SQL2005 server. Attached the club.mdb db to SQL2005. When I CTRL + F5 I get an error "The files '/YeboGolf.com/App_Code/ImageHandling.cs' and '/YeboGolf.com/App_Code/PageNumberer.vb' use a different language, which is not allowed since they need to be compiled together." After spending quite some time googling, I found a fix that told me I should create a subdirecotry and and add this to the webconfi file:
<configuration>
<system.web>
<compilation>
<codeSubDirectories>
<add directoryName="Subdirectory"/>
</codeSubDirectories>
</compilation>
</system.web>
</configuration>
I should then copy all the same files to this directory, i.e. .cs files in the subdirectory. Done this. I now get the same error:"The files '/YeboGolf.com/App_Code/csharp/ImageHandling.cs' and '/YeboGolf.com/App_Code/PageNumberer.vb' use a different language, which is not allowed since they need to be compiled together."
What am I missing here!?
Blessed are the cracked - for it is they who let in the light...