does PhotonDotNetSL.dll support winphone7?

bamboosam
edited September 2010 in DotNet
I made a chat program in silverlight, it works properly.
I try to port it to winphone 7 , I got "A first chance exception of type 'System.MethodAccessException' occurred in PhotonDotNetSL.dll" error message when execute peer.connect(), is it because PhotonDotNetSL.dll do not support
winphone7?

Comments

  • Would have guessed its more cause its not .NET 4.0 / silverlight 4 which is the only .net supported on wphone7, not?
  • So far, we did not check compatibility with Winphone 7. We would to check requirements and available APIs to make sure it's running. Obviously some methods are not available on the phone version.
    It does not matter that it's DotNet4 on win7 phone. The runtime will (most likely) also run DotNet 2 assemblies.

    Too bad the error does not tell us which method is causing this.
    Currently, Win7 Phone support is low priority for us. Can you let us know more about your project, bamboosam? Please mail us (to developer@...) about it.