I have a Utilities.
vb page that contains a number of classes (not compiled) being referenced by a number of (in-line coded) aspx pages.
Since I'm not too familiar with either ASP or ASP.NET, I was wondering if the statement used extensively in ASP classic:
Code:
would still apply in .NET in this context.
This application was not created using a Visual Studio Project, and the above referenced Include statement doesn't work as the server keeps returning:
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.
BC30002: Type 'Utilities.DPAPI' is not defined.
etc. etc.........