Hi folks,
Well I installed the Personal Site starter kit and of course there are the usual hurdles to jump.
I got the database schema created and changed the connection string in the web.config file.
That appears to be working fine, what I am getting now is :
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30554: 'Default_master' is ambiguous.
|
Line 92: <System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Line 93: Public Class _Default_master
Line 94: Inherits Global.Default_master
Line 95:
Line 96: Private __Template_Main As System.Web.UI.ITemplate
|
Just wondering if there is a simple fix or is this a long winded issue.
AngeloA