TypeLoadException with SP2

  • Thread starter Thread starter Romu
  • Start date Start date
R

Romu

My software uses localizable forms.

It perfectly works with CF RTM & SP1 on both device and
emulator.

I've recently updated my device with SP2, and I thought
I've updated my emulator too.

My software always runs well on the emulator but not at
all on the device. It crashes always in the
InitializeComponent method at each call of
ResourceManager.GetOject method, I get a
TypeLoadException.

I'm quite sure this is a version issue, but how to solve
it?

Thanks.
 
Would you mind posting some repro code?
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "Romu" <[email protected]>
| Sender: "Romu" <[email protected]>
| Subject: TypeLoadException with SP2
| Date: Sat, 10 Jan 2004 07:01:27 -0800
| Lines: 18
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcPXip9Nxfve4GkkR8Wp20I/91T2Cg==
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa07.phx.gbl
| Xref: cpmsftngxa07.phx.gbl
microsoft.public.dotnet.framework.compactframework:42645
| NNTP-Posting-Host: tk2msftngxa14.phx.gbl 10.40.1.166
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| My software uses localizable forms.
|
| It perfectly works with CF RTM & SP1 on both device and
| emulator.
|
| I've recently updated my device with SP2, and I thought
| I've updated my emulator too.
|
| My software always runs well on the emulator but not at
| all on the device. It crashes always in the
| InitializeComponent method at each call of
| ResourceManager.GetOject method, I get a
| TypeLoadException.
|
| I'm quite sure this is a version issue, but how to solve
| it?
|
| Thanks.
|
 
Back
Top