If your project uses the .NET Framework 4.0 primary interop assembly provided with SolidWorks Enterprise PDM:
- Opening the project in Visual Studio 2010.
- Right-clicking References > EPDM.Interop.epdm in the Solution Explorer and selecting Properties.
- Setting Embed Interop Types to False in Properties.
- Initializing arrays of structures in your code to:
- VB.NET: Nothing
- C#: null
vnote