Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i am creating a Sql CLR stored procedure.
The project version in 3.5 Client profile and my sql server is 2008.
Previously its working fine.
Now i have installed twilio in this project using NuGet package manager(Version 2.8). Now am getting error
D:\ContractFolder\AD3i\DEV02\SMSCLR\bin\Debug\SMSCLR.sql(152-152): Deploy error SQL01268: .Net SqlClient Data Provider: Msg 6503, Level 16, State 12, Line 1 Assembly 'twilio.api, version=0.0.0.0, culture=neutral, publickeytoken=null.' was not found in the SQL catalog.

Can you tell me what could be the solution. its urgent.
Posted

1 solution

A simple google search shows how to register your assembly. See Exact Help: How to transfer or create CLR stored procedure from one database to other database in sql server[^] for an example.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900