Re: Two instances of the same .NetCF code? - TypeLoadException by ctacke/>
ctacke/>
Mon May 21 13:10:31 CDT 2007
What type is failing to load?
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
"Craig Setera" <csete@nospam.mfoundry.com> wrote in message
news:OzGYNH9mHHA.960@TK2MSFTNGP03.phx.gbl...
> Chris,
>
> Any further thoughts on this?
>
> Thanks,
> Craig
>
> Craig Setera wrote:
>> Chris,
>>
>> Things are pretty simple. This is a .Net CF 1.0 application to target
>> the largest base of devices. Let's say that we are packaging up
>> "myapp1". If so, we build an installable cab file that does the
>> following:
>>
>> - Creates \Program Files\myapp1 folder
>> - Adds MIDPBridge.dll to that folder
>> - Adds MJXCore.dll to that folder
>> - Adds mojax.exe to that folder
>> - Adds SmartDeviceFramework14.dll (a heavily trimmed version of SDF 1.4)
>> to that folder.
>> - Adds a launch shortcut for mojax.exe
>> - Adds a configuration file to that folder
>>
>> When the process starts up, it uses the location of the Assembly to
>> locate the configuration file and uses that file to drive the
>> application. A different installation (for instance, myapp2) would be
>> installed in \Program Files\myapp2 directory but all of the executable
>> files would be the same with the same names, etc. I am not
>> (intentionally) installing anything into the GAC.
>>
>> Thanks,
>> Craig
>>
>> <ctacke/> wrote:
>>> What files are getting deployed to what folders? Are there version
>>> differences between the instances of the primary assembly or any of its
>>> references (yours or the CF)? Are you installing anything in the GAC?
>>>
>>>