资讯

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.
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 ...