Can you point me to documentation or an example that shows how to add a
SqlClr stored procedure to a wix install?

I have assemblies and stored procedures that I am able to build and deploy
outside of wix, however, when I try to create the assemblies in the same
order in my wix install it fails.

Specifically the install fails with the following error:
Error -2147217900: Failed to execute SQL string, error detail: Assembly
'xxx, version=1.0.0.0, culture=neutral, publictoken=xxx.' was not found in
the SQL catalog., SQL Key: ...

I am trying to create my assembly by specifying the binary:
CREATE ASSEMBLY [xxx] AUTHORIZATION [dbo] FROM 0x...


Thanks.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to