Re: [Virtuoso-users] no import_clr procedure

2013-06-24 Thread Hugh Williams
Hi Markus, You need to use the "virtuoso-clr-t" binary rather than the default "virtuoso-t" binary for CLR hosting support, as indicated in step 4 for the docs at: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSUsageWindows Best Regards Hugh Williams Professional Serv

Re: [Virtuoso-users] no import_clr procedure

2013-06-24 Thread Markus Freudenberg
follow up: I found the 'import_clr.sql' While trying to load this file I get the following error: Message: UD017: Class DB.DBA.Assembly declared of external language CLR, which is not supported by the current binary ... on statements like: create type Assembly language CLR external name... This

[Virtuoso-users] no import_clr procedure

2013-06-24 Thread Markus Freudenberg
Hello, I'm trying to implement a trigger-based db-event-handler with a wcf-service. All tutorials use the DB..import_clr procedure, but there is no such procedure under DB.DBA... my virtuoso build: - Version: 06.01.3127 - Build: Aug 2 2012 What am I missing here? Thanks for any answer. -