Software & Finance





C# - Step 2 Making changes to AssemblyInfo.cs file





 

Open your assemblyinfo.cs file and change ComVisible to true

 

// Setting ComVisible to false makes the types in this assembly not visible

// to COM components.  If you need to access a type in this assembly from

// COM, set the ComVisible attribute to true on that type.

[assembly: ComVisible(true)]

 

// The following GUID is for the ID of the typelib if this project is exposed to COM

[assembly: Guid("43b9838e-b01d-42df-aa8e-3c6a7a27f578")]

 

Back to Index of Steps for C# class Library Server and C++ Index

 

Click here to download the complete source code of C# Class Library Server and C++ Client