Expression > 포럼 홈 > Expression Blend + SketchFlow > Blend 2 SP 1 problem with isolated storage
질문하기질문하기
 

질문Blend 2 SP 1 problem with isolated storage

  • 2008년 11월 12일 수요일 오후 4:29Ralf Dobslaw 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi,
     
    We build an own silverlight library that is able to write a text file in isolated storage.
    Blend prompts MissingMethodException for IsolatedStorageFile.FileExists.

    I added code to prevent accessing isolated storage at design time and the problem disapeared.

    Is that a bug or is that a known limitation that IsolatedStorageFile is a runtime class only?

    thanks in advance.

    Ralf

모든 응답

  • 2008년 11월 15일 토요일 오후 10:05Unni Ravindranathan MSFT중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Yes, there are few types (WebClient, IsolatedStorage, etc.) that won't work correctly on the design surface, and you are doing the right thing here (preventing the code from running on the Blend design surface).

    Thanks,
    Unni