Advertisement
Guest User

Untitled

a guest
Apr 24th, 2015
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ============================
  2. Error Message:
  3. ============================
  4.  
  5. An item with the same key has already been added.
  6.  
  7. ============================
  8. Call Stack:
  9. ============================
  10.  
  11. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
  12. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
  13. at Microsoft.AnalysisServices.Common.LinguisticModeling.SynonymModel.AddSynonymCollection(Tuple`2 measure, SynonymCollection synonyms)
  14. at Microsoft.AnalysisServices.Common.LinguisticModeling.LinguisticSchemaLoader.DeserializeSynonymModelFromSchema()
  15. at Microsoft.AnalysisServices.Common.LinguisticModeling.LinguisticDesignerState.Load(IModelerHost host, DataModelingSandbox sandbox)
  16. at Microsoft.AnalysisServices.Common.SandboxEditor.LoadLinguisticDesignerState()
  17. at Microsoft.AnalysisServices.Common.SandboxEditor.set_Sandbox(DataModelingSandbox value)
  18. at Microsoft.AnalysisServices.XLHost.Modeler.ClientWindow.RefreshClientWindow(String tableName)
  19.  
  20. ============================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement