my dlls in VS.NET 2003

  • Thread starter Thread starter Jim H
  • Start date Start date
J

Jim H

I have a ppc solution that has a few dll projects. The target directory for
the dll is set and the device is set. Why don't I see any of the dlls on
the device? Even if I right click on the dll project and select deploy it
comes back almost immediately with Deploy Succeeded, but it never even
attempts to establish a connection and the dll is not on the device.

The app works fine though. I'm assuming the app is brining in the dll code
during compile and that it's all in the executable. How do I get it to use
the dll and get the dll to deploy?

Thanks,
Jim
 
PPCs hide DLLs by default in the explorer. Use the remote file explorer or
Windows Explorer and you'll see it.

-Chris
 
Hi Jim

Could you please check if you add the reference(s) of those dll(s)
to the startup project?


--------------------
From: "Jim H" <[email protected]>
Subject: my dlls in VS.NET 2003
Date: Sat, 10 Jan 2004 19:11:57 -0500
Lines: 14
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.compactframework
NNTP-Posting-Host: crlspr-24.233.164.226.myacc.net 24.233.164.226
Path: cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.
phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.compactframework:42657
X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework

I have a ppc solution that has a few dll projects. The target directory for
the dll is set and the device is set. Why don't I see any of the dlls on
the device? Even if I right click on the dll project and select deploy it
comes back almost immediately with Deploy Succeeded, but it never even
attempts to establish a connection and the dll is not on the device.

The app works fine though. I'm assuming the app is brining in the dll code
during compile and that it's all in the executable. How do I get it to use
the dll and get the dll to deploy?

Thanks,
Jim

This posting is provided "AS IS" with no warranties, and confers no rights.
 
I think if you click and hold in the empty space of Pocket PC explorer,
select "View All files" in the pop-up menu. The DLL files should be visible.

Thanks,
Edward

This Posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top