From: Rob V. <rv...@do...> - 2013-07-31 20:02:02
|
The request for a path to VirtuosoManager.cs is the debugger trying to break into the source code but being unable to locate it on your machine and can be safely ignored. The error that you are getting indicates that Virtuoso is not running, you need to actually have an instance of Virtuoso installed and running on your machine. Virtuoso is a 3rd party product so you should follow their instructions to download, install, configure and run Virtuoso appropriately Rob From: "Bahador(reza)? OFOGHI" <br_...@ya...> Reply-To: "Bahador(reza)? OFOGHI" <br_...@ya...>, dotNetRDF User Help and Support <dot...@li...> Date: Tuesday, July 30, 2013 6:56 PM To: "dot...@li..." <dot...@li...> Subject: [dotNetRDF-Support] reading owl into a virtuoso triple store > Hi, > > I have just started working with virtuoso. I am simply trying to read an OWL > file into a virtuoso triple store using the following few lines of code: > > Graph g = new Graph(); > FileLoader.Load(g, "myFile.owl"); > virtuoso.SaveGraph(g); > First time I ran the code I was asked for a path to VirtuosoManager.cs file > which I just cancelled! But then, I get the error "No connection could be made > because the target machine actively refused it 127.0.0.1:1111" everytime I run > the code. I wonder what I need to do to get this to run correctly and put the > OWL file into a virtuoso triple store? > > thanks, > bo > ------------------------------------------------------------------------------ > Get your SQL database under version control now! Version control is standard > for application code, but databases havent caught up. So what steps can you > take to put your SQL databases under version control? Why should you start > doing it? Read more to find out. > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk___ > ____________________________________________ dotNetRDF-Support mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-support |