2013-07-08 58 views
4

我已升級到azure sdk 2.0,但現在我可以看到問題了。 當我開始計算模擬器,我收到一個錯誤:Azure計算模擬器2.0未啓動

Problem signature: 
    Problem Event Name: CLR20r3 
    Problem Signature 01: dfservice.exe 
    Problem Signature 02: 2.0.6493.1 
    Problem Signature 03: 5168a32e 
    Problem Signature 04: mscorlib 
    Problem Signature 05: 4.0.30319.17929 
    Problem Signature 06: 4ffa57ca 
    Problem Signature 07: 464e 
    Problem Signature 08: 15 
    Problem Signature 09: System.ArgumentException 
    OS Version: 6.1.7601.2.1.0.256.4 
    Locale ID: 1033 
    Additional Information 1: a8e6 
    Additional Information 2: a8e684111f9925fc9aa99d4362da1f5b 
    Additional Information 3: 6098 
    Additional Information 4: 60983d56f9b30d0c938ef5a2e76b15c1 

調試Vs中給了我一個錯誤:

System.ArgumentException was unhandled 
    HResult=-2147024809 
    Message=Illegal characters in path. 
    Source=mscorlib 
    StackTrace: 
     at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) 
     at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength) 
     at System.IO.Path.GetFullPath(String path) 
     at Microsoft.ServiceHosting.Tools.DevelopmentFabric.Program.Main(String[] args) 
    InnerException: 

我GOOGLE了關於「路徑中具有非法字符」。有建議添加環境變量_CSRUN_STATE_DIRECTORY。我已經有了它,它指向c:\csrunaz\

卸載和重新安裝沒有幫助。

有誰知道該怎麼辦,或者至少如何看到CheckInvalidPathChars(String path, Boolean checkAdditional)的路徑?

回答

0

好的,重新啓動並重新安裝Compute Emulator後問題就解決了。