Note: These topics discuss customizations which apply to self-hosted Blackbaud NetCommunity websites. If Blackbaud hosts your Blackbaud NetCommunity website, please contact Blackbaud for more information about your options for customizations.
Note: These steps require Visual Studio.
To create a project for custom framework parts, you can use the Create new project wizard in Visual Studio.
From Microsoft Visual Studio, click File > New > Project.
The New Project screen appears.
From the New Project screen, select Installed > Templates > Visual Basic > Web > ASP.NET Empty Web Application. Then enter a name and location for the project.
Click OK. The new project appears in Solution Explorer.
Add a reference to BBNCExtensions.dll to the project.
BBNCExtensions
C:\Program Files\Blackbaud\bbappfx\vroot\bin\BBNCExtensions.dll
Save the project.