Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
How do I add c# class library/ class dll in SQL CLR project ?. I add the class library dll/ class dll but got error in SQL server 2012 during assembly creation




Assembly references assembly 'system.runtime.serialization, version=4.0.0.0, culture=neutral, which is not present in the current database. SQL Server attempted to locate and automatically load the referenced assembly from the same location where referring assembly came from, but that operation has failed (reason: 2(The system cannot find the file specified.)). Please load the referenced assembly into the current database and retry your request.
Posted
Updated 8-May-15 4:43am
v2
Comments
Sinisa Hajnal 8-May-15 9:45am    
What have you tried? Did you search for the solution?
Pardeep Rajput 8-May-15 10:17am    
yes, actually I want to use a dll in Sql clr procedure so that I can fetch methods from that dll and use them to return data.
Sinisa Hajnal 9-May-15 8:44am    
That just explains what you need, not what you've tried.

1 solution

Check this, it might help

SQL Server videos[^]
 
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