Hello all,
I've got to admit to being a complete newbie when it comes to this, I've not really tried programming in about 10 years and things have moved on a fair bit.
I'm trying to install YAF to a subfolder within my website "/forum" and I'll be looking at integrating to the rest of the site (written in VB) in due course, however on compiling I'm now receiving the following errors:
Could not find schema information for the element 'rewriter'. D:\seatag\website1\Web.config
Could not find schema information for the attribute 'configSource'. D:\seatag\website1\Web.config
The type or namespace name 'DB' does not exist in the namespace 'YAF.Classes.Data' (are you missing an assembly reference?) D:\seatag\website1\forum.aspx
The name 'YafContext' does not exist in the current context D:\seatag\website1\forum.aspx
The type or namespace name 'YafInitializeDb' could not be found (are you missing a using directive or an assembly reference?) D:\seatag\website1\forum.aspx
The name 'YafContext' does not exist in the current context D:\seatag\website1\forum.aspx
Prior to this I was having some assembly reference problems, but I think I've got all those sorted now and all .dlls in the /bin have been referenced at solution level.
Additionally when trying to login/register to the forum I get the following error:
Error: Sys.WebForms.PageRequestManagerServerErrorException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
Are the two problems likely to be related? If so any ideas as to how I should be looking to solve it? because I'm getting pretty lost
Thanks for any advice