Can we create a .NET object for use from COM?

Q

Managed Code and Unmanaged Code related ASP.NET - Can we create a .NET object for use from COM?

✍: Guest

A
Yes, Visual Studio can automatically generate type library information and register a .NET class library assembly for use from COM. These automatic tools do not work for ASP.NET Web applications, so you must isolate the code you want to use from COM in its own Class Library project.

2009-04-09, 4380👍, 0💬