ho to solve a PublicKeyToken=B03F5F7F11D50A3A ?

G

Guest

Hi, I have this problem while programming with VB.net for a Pocket PC.
Everything was fine till today I opened the solution and tried to run it in
the device. Seems like dark-side forces is messing with my computer ;).
anybody knows how can this be solved?

Thank you a lot!
Best Regards

----------------------- ERROR DESCRIPTION:
(Exception not controlled of type 'System.TypeLoadException' in CENTRO.exe)
Excepción no controlada del tipo 'System.TypeLoadException' en CENTRO.exe

(Additional info: Couldn't load type
Microsoft.VisualBasic.CompilerServices.StringType of assambly
Microsoft.VisualBasic, Version=...)

Información adicional: No se pudo cargar el tipo
Microsoft.VisualBasic.CompilerServices.StringType del ensamblado
Microsoft.VisualBasic, Version=7.0.5000.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A.
 
M

MN

Hi,

Is there a specific need to use
Microsoft.VisualBasic.CompilerServices.StringType ?
You can use instead CStr(..), String.subString(..) to perform the same
operations.

Regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top