Solution: A reference to the dll could not be added
1. Open Visual Studio Native Tools Command Prompt 2. Run TlbImp Webapi.dll /out: Webapi_converted.dll (Webapi.dll is your DLL) 3. Now Reference Webapi_converted.dll to your project
1. Open Visual Studio Native Tools Command Prompt 2. Run TlbImp Webapi.dll /out: Webapi_converted.dll (Webapi.dll is your DLL) 3. Now Reference Webapi_converted.dll to your project
If you are working with SQL server CLR objects there’s a higher possibility that you might encounter the following error. “Msg 6263, Level 16, State 1, Line 1 Execution of user code in the...