Advertisement
Guest User

Chutzpah reference error

a guest
Mar 14th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. Chutzpah Error Occured:
  2. Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: U. Line 1, position 1.
  3. at Newtonsoft.Json.JsonTextReader.ParseValue(Char currentChar)
  4. at Newtonsoft.Json.JsonTextReader.ReadInternal()
  5. at Newtonsoft.Json.JsonTextReader.Read()
  6. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType(JsonReader reader, Type t, JsonConverter propertyConverter)
  7. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType)
  8. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  9. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  10. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  11. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
  12. at Chutzpah.Wrappers.JsonSerializer.Deserialize[T](String response)
  13. at Chutzpah.TestResultsBuilder.Build(BrowserTestFileResult browserTestFileResult, TestRunnerMode testRunnerMode)
  14. at Chutzpah.TestRunner.InvokeTestRunner(String headlessBrowserPath, TestOptions options, TestContext testContext, List`1 testResults, TestRunnerMode testRunnerMode, ITestMethodRunnerCallback callback)
  15. at Chutzpah.TestRunner.ProcessTestPaths(IEnumerable`1 testPaths, TestOptions options, TestRunnerMode testRunnerMode, ITestMethodRunnerCallback callback, List`1 testResults)
  16. While Running:C:\work\daedalus-src\Daedalus.Web\Private\Specs\libs\fileuploader-jasmine-tests.js
  17.  
  18.  
  19.  
  20. ---
  21.  
  22. first line is a /// <reference path="../../../f1/f2/file.js" />, when that's removed the error doesn't happen.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement