News

When creating .NET class libraries, name them anything you like. To reference them in VBA, use the name of the .NET class library as shown in the previous example.
To build custom rules, you would first need to create a Class Library project in Visual Studio and include references to the FxCop library.
Can VSExpress create Class Library projects?<BR><BR>If so, put Database.cs in a new Class Library project; compile that, then put the .dll that results into the web site's "bin" directory.<BR><BR ...