Expression > Página Inicial dos Fóruns > Expression Blend + SketchFlow > Blend 2 SP 1 problem with isolated storage
Fazer uma PerguntaFazer uma Pergunta
 

PerguntaBlend 2 SP 1 problem with isolated storage

  • quarta-feira, 12 de novembro de 2008 16:29Ralf Dobslaw Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    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

Todas as Respostas

  • sábado, 15 de novembro de 2008 22:05Unni Ravindranathan MSFTModeradorMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    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