i created a smartdevice project,,(target platform =pocket
pc;device=emulator; editor= vs2008).
when i tried to debug it with F11 hit(step into) ; vstudio asks me to
locate a source file named 17d14f5c-a337-4978-8281-53493378c1071.vb.
i dont know what this file is; same problem does not occur if i choose C#
project.
i wrote it to "mobile and embedded" section, but no answers returned.
could anyone help me about it
Ralph - 18 Jan 2010 15:47 GMT
Kayihan wrote:
> i created a smartdevice project,,(target platform =pocket
> pc;device=emulator; editor= vs2008).
[quoted text clipped - 6 lines]
> i wrote it to "mobile and embedded" section, but no answers returned.
> could anyone help me about it
This is the wrong newsgroup as well. The ".vb." in the title refers to the
MS Visual Basic development platform which has been discontinued.
You should post to a "dotnet" newsgroup. Possibly
Microsoft.public.dotnet.languages.vb
microsoft.public.dotnet.general
microsoft.public.vsnet.general
[I've seen that problem before. VSNet uses "names" for modules like most
development packages, but internally assigns and uses a GUID. For whatever
reason the "mapping" becomes confused. This 'bug' is not specific to any one
kind of project or target, it just seems to happen on occasion. The only
solution I have ever come up with is to re-build the project from scratch.
But you need to post to a newsgroup where the gurus for that environment
hang out. I'm sure a minor repair is possible.]
-ralph