Step 4: Compiling the SimpleSample DLL (Visual Basic .NET Tutorial) [Office 2003 SDK Documentation]
Previous Step 3: Creating the Smart Document DLL
Use the following steps to compile your Microsoft Visual Basic .NET ®SimpleSample assembly.
- On the Build menu, click Build SimpleSampleVB7.
If you get errors during the compile process, use the following to help you troubleshoot.
- Make sure you have added a reference to the Microsoft Office Smart Tag 2.0 Type Library.
- Make sure your code matches the code in the SimpleSample Smart Document Code Module.
- Make sure you have named the main class in the class module "clsActions".
- Make sure that you have added all properties and methods of the ISmartDocument interface, even if they are unused (as described in step 6 of Creating the Smart Document DLL).
Note If you have verified these items and continue to get errors, see the Testing and Troubleshooting section.
Next Step 5: Creating the SimpleSample XML Expansion Pack Manifest