> Put them in the GAC (Google will help you find out how).
>
[quoted text clipped - 13 lines]
>
> > Thanks
> > Put them in the GAC (Google will help you find out how).
>
[quoted text clipped - 19 lines]
>
> thanks, I will give it try.
Hey, I tried to create a device cab project, I want to specify all dll
go to window directory, and exe goes to application directory. I
create a window folder in cab project and put all dlls in the folder.
However all dlls still go to application directory with exe. How can I
set all dlls go to window directory?
Thanks
<ctacke/> - 21 Aug 2007 20:24 GMT
See this:
http://msdn2.microsoft.com/en-us/library/aa446504.aspx

Signature
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
>> > Put them in the GAC (Google will help you find out how).
>>
[quoted text clipped - 27 lines]
>
> Thanks
Smart - 21 Aug 2007 20:28 GMT
> > > Put them in the GAC (Google will help you find out how).
>
[quoted text clipped - 27 lines]
>
> Thanks
And I also try to create a Gac folder in my cab project and add all
dlls in this folder. It supposed to copy all dlls into window
directory, right? It does not work for me. Also I thought .GAC file
will be copied to device. I could not find where my gac file goes
either.
Thanks
Smart - 21 Aug 2007 22:47 GMT
> > > > Put them in the GAC (Google will help you find out how).
>
[quoted text clipped - 35 lines]
>
> Thanks
I figured out by someone post on other forum. Because GAC file is
Unicode file, which device does not like. So I create manually a GAC
file and deploy into window directory. everything works. Thanks
Peter Foot [MVP] - 22 Aug 2007 16:18 GMT
That's true - there is a description of the issue here:-
http://peterfoot.net/BugInGACInstallationFromVS2005DeviceCABProjects.aspx
It's also covered in the Setup and Deployment chapter in our book (There's a
link on that page)
Peter

Signature
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility
>> > > > Put them in the GAC (Google will help you find out how).
>>
[quoted text clipped - 42 lines]
> Unicode file, which device does not like. So I create manually a GAC
> file and deploy into window directory. everything works. Thanks