Build project

N

Nguyen Do Hoang

Hello,

I am new to .net cf. I am build an app in .NET CF but when i deploy them
into Pocket PC 2002 emulator(i can not find Pocket PC 2003) it did not copy
ref dll. i don't know how to copy it manual.

Thanks,

Nguyen
 
C

C.C. \(aka Me\)

I think you are asking where the .NET CF is at on your PC so you can copy it
to the emulator? If so try looking in the following directory (may be
different but it will give you an idea)

C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\wce400

For the emulator you will want the files out of the x86 directory. Just copy
them to the emulator and run them.

Hope this helps!
 
N

Nguyen Do Hoang

Thanks for your response,

I am developed an PDA application that use .NET CF with a class lib in a
dll. when VS2003 deploy into emulator it copy exe file only. how can i copy
dll into emulator?
 
N

Nguyen Do Hoang

Thanks for your response,

I am developed an PDA application that use .NET CF with a class lib in a
dll. when VS2003 deploy into emulator it copy exe file only. how can i copy
dll into emulator?

Thanks,

Nguyen
 
S

Sergey Bogdanov

If a dll added as reference it will be deployed automatically. If a dll
is an unmanaged library you have to set its "Build Action" to Content in
the Properties window.

Also notice an File Explorer by default doesn't show all files. To
enable this function you have to select item "View All Files" in File
Explorer context menu.

BTW, the PocketPC 2003SE emulator comes with SDK:
http://www.microsoft.com/downloads/...83-C3CE-4A4C-AB83-491FD5729551&displaylang=en
 
N

Nguyen Do Hoang

Yes,

it is added as reference. I did not find "view all files" context menu in
Pocket PC 2002

Thanks,

Nguyen

Sergey Bogdanov said:
If a dll added as reference it will be deployed automatically. If a dll is
an unmanaged library you have to set its "Build Action" to Content in the
Properties window.

Also notice an File Explorer by default doesn't show all files. To enable
this function you have to select item "View All Files" in File Explorer
context menu.

BTW, the PocketPC 2003SE emulator comes with SDK:
http://www.microsoft.com/downloads/...83-C3CE-4A4C-AB83-491FD5729551&displaylang=en

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com

Thanks for your response,

I am developed an PDA application that use .NET CF with a class lib in a
dll. when VS2003 deploy into emulator it copy exe file only. how can i
copy
dll into emulator?

Thanks,

Nguyen
 
S

Sergey Bogdanov

You have to invoke context menu above empty area as shown here:
http://www.sergeybogdanov.com/Pictures/PPC2002-contextmenu-viewallfiles.PNG

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com

Yes,

it is added as reference. I did not find "view all files" context menu in
Pocket PC 2002

Thanks,

Nguyen

Sergey Bogdanov said:
If a dll added as reference it will be deployed automatically. If a dll is
an unmanaged library you have to set its "Build Action" to Content in the
Properties window.

Also notice an File Explorer by default doesn't show all files. To enable
this function you have to select item "View All Files" in File Explorer
context menu.

BTW, the PocketPC 2003SE emulator comes with SDK:
http://www.microsoft.com/downloads/...83-C3CE-4A4C-AB83-491FD5729551&displaylang=en

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com

Thanks for your response,

I am developed an PDA application that use .NET CF with a class lib in a
dll. when VS2003 deploy into emulator it copy exe file only. how can i
copy
dll into emulator?

Thanks,

Nguyen

I think you are asking where the .NET CF is at on your PC so you can
copy it to the emulator? If so try looking in the following directory
(may be different but it will give you an idea)

C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\wce400

For the emulator you will want the files out of the x86 directory. Just
copy them to the emulator and run them.

Hope this helps!

Hello,

I am new to .net cf. I am build an app in .NET CF but when i deploy
them into Pocket PC 2002 emulator(i can not find Pocket PC 2003) it did
not copy ref dll. i don't know how to copy it manual.

Thanks,

Nguyen
 
V

vikash

It seems that you havent installed Pocket PC SDK 2003 in your machine.
That's why Pocket PC 2003 emulator or related target platforms are not
coming
in your device/platform option list

Thanks & Regards
Vikash
 

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