Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
new2this
Starting Member
16 Posts |
Posted - 2008-04-30 : 04:29:56
|
| Here is my problem. I have deployed an assembly that is saved in one of the subfolders of a project. When I go to deploy one of the stored procedures from this assembly I am getting an error messages that says that:could not find Type 'StoreProcedures' in assembly 'ApObjects'ApObjects.dll was the file I used to deploy the assembly.Any ideas what I could be doing wrong? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-04-30 : 04:38:55
|
| Are you talking about CLR storedprocedures? |
 |
|
|
new2this
Starting Member
16 Posts |
Posted - 2008-04-30 : 04:56:18
|
| yes |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-04-30 : 05:05:01
|
| Refer this:-http://www.dotnetfun.com/articles/sql/sql2005/SQL2005CLRSProc.aspx |
 |
|
|
new2this
Starting Member
16 Posts |
Posted - 2008-04-30 : 05:10:40
|
| I have looked at that. My problem may be that don't have the class fully qualified. I'm not too sure how I would do this since I thought it was already fully qualified. |
 |
|
|
|
|
|