Archivos de audio en windows mobile - DotNetClubs
en

DotNetClubs

Comunidades de estudiantes entusiastas de la tecnología

Archivos de audio en windows mobile

Último artículo 11-05-2008 16:50 escrito por Thempra. 1 respuestas.
Página 1 de 1 (2 elementos)
Ordenar mensajes: Anterior Siguiente
  • 11-04-2008 13:04

    • belenzika
    • Contribuyente Top 500
    • Se unió el 11-04-2008
    • Albacete
    • Envíos: 1
    • Puntos: 20

    Archivos de audio en windows mobile

    Estoy haciendo una guia de audio con visual studio 2008, para windows mobile, utilizo la clase System.Media.SoundPlayer, pero a la hora de ejecutarlo me salta este error:

    An error message is available for this exception but cannot be displayed because these messages are optional and are not currently installed on this device. Please install ‘NETCFv35.Messages.EN.wm.cab’ for Windows Mobile 5.0 and above or  ‘NETCFv35.Messages.EN.cab’ for other platforms. Restart the application to see the message.

    Sabeis porque puede ser?

    ALguna otra manera de reproducir audio?

     Gracias

    • Puntos de post: 20
  • 11-05-2008 16:50 en respuesta a

    • Thempra
    • Contribuyente Top 25
    • Se unió el 08-17-2006
    • Envíos: 44
    • Puntos: 5
    • DotNetClub_Coordinadores
      DotNetClub_Miembros

    Re: Archivos de audio en windows mobile

     Cito esta web, por si te vale:

    http://blogs.msdn.com/martijnh/archive/2008/01/03/fixing-exception-messages-on-the-net-compact-framework-3-5.aspx

    Fixing exception messages on the .NET Compact Framework 3.5

    FWIW: I recently ran into trouble while developing for the .NET Compact Framework, v3.5. Upon all exceptions, the framework would tell me:

    "An error message is available for this exception but cannot be displayed because these messages are optional and are not currently installed on this device. Please install ‘NETCFv35.Messages.EN.wm.cab’ for Windows Mobile 5.0 and above or  ‘NETCFv35.Messages.EN.cab’ for other platforms. Restart the application to see the message."

    Interpreting the message as 'I have to run the NETCFv35.Messages.EN.wm.cab (I'm developing an application for WM6) on my device', I copied the file from C:\Program Files (x86)\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE\Diagnostics onto my mobile device and ran the installation.

    To no avail, nothing changed and I was stuck. After installing the 'Power Toys for .NET Compact Framework 3.5', however, I configured logging using the '.NETCF Logging Configuration' application and found the following error for the loader log:

    'Attempt to load [\Program Files\SomeApp\System.SR.dll] has failed (err 0x80001000).'

    Renaming the file 'SYCCFA~1.001', included in the aforementioned CAB file into System.SR.dll and adding it as a reference in my application proved to fix the issue. I now had readable exception messages.

    Just jotting this down as there's nothing to be found on the web regarding the issue that I could find.

     

    ----------------------------------------------------
    Jose Carlos Temprado ("Thempra")
    Coordinador Albacete DotNetClub
    http://www.thempra.net
    • Puntos de post: 5
Página 1 de 1 (2 elementos)
(c) DotNetClubs 2008
Ofrecido por Community Server (Commercial Edition)