Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.68 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. SolrNet in CLR Stored Procedure
  2. Helloooo
  3. Msg 6522, Level 16, State 1, Procedure PrintToday, Line 0
  4. A .NET Framework error occurred during execution of user defined routine or aggregate 'PrintToday':
  5. System.ApplicationException: Key 'SolrNet.Impl.SolrConnection.CLRStoredProcedures2.ActiveProduct.SolrNet.Impl.SolrConnection' already registered in container
  6. System.ApplicationException:
  7.    at SolrNet.Utils.Container.Register(String key, Type serviceType, Converter`2 factory)
  8.    at SolrNet.Utils.Container.Register[T](String key, Converter`2 factory)
  9.    at SolrNet.Startup.Init[T](ISolrConnection connection)
  10.    at SolrNet.Startup.Init[T](String serverURL)
  11.    at StoredProcedures.PrintToday()