I'm getting this compilation error which I can't for the life of me work out as there is absolutely no reference to the (now deleted) 'TELDIRConnectionString'. The application now consists of only a few blank pages and master pages, no DATA connections at all.
I have shut down VWD, deleted all temporary .NET files, rebooted and restarted VWD but it still throws the following error when I try to preview my (blank) page.
You could really help me if you know how a reference to the connectionstring 'TELDIR' is getting into the .NET temporary file when it doesn't exist anywhere in the project any more.
Compiler Error Message: CS0103: The name 'Settings' does not exist in the current context
Source Error:
Line 538: this.m_connection.ConnectionString = Settings.DataSet.Default.TELDIRConnectionString;
Line 539: }
Source File: c:\WINNT\Microsoft.NET\Framework\v2.0.50110\Temporary ASP.NET Files\root\b72ee0bf\277ade66\tskkbuny.0.cs Line: 538
a~l~e~x