Build/Deploy issue - individual files being pushed

  • Thread starter Thread starter farseer
  • Start date Start date
F

farseer

I only recently installed the official release of VS2005. After doing
so i opened a CF project i was working on with the Beta version,
cleaned it, then built it. When i did this, i notice that in the bin
directory, all dependent files are copied. This also occurs if i
attempt to deploy to my device. Why would it need to deploy these
files if the are already part of .net 2.0? some of the files are:

Microsoft.WindowsMobile.dll,
Microsoft.WindowsMobile.Forms.dll
Microsoft.WindowsMobile.Forms.xml
Microsoft.WindowsMobile.PocketOutlook.dll
mscorlib.dll

etc.....
 
I believe i might have found the cause. Can someone tell me where the
library Microsoft.WindowsCE.Forms.dll is located? In the beta this
was located at different location than where it is with the official
VS2005 release. With the release, it is found at Microsoft Visual
Studio 8\Common7\IDE\PrivateAssemblies\Microsoft.WindowsCE.Forms.dll.
I think this is why when i build/deploy it is attempting to copy all
the runtime individual files, at least that is what i gather from this
post:

http://groups.google.com/group/micr...read/thread/b2e87c3d723b4079/48b78c122bae3c3c

Now my question is, how do i solve this problem? Is my installation
just wrong, or is that library no longer a part of the .NET 2.0
framework core?
 
Back
Top