What's wrong with CF SP1

  • Thread starter Thread starter Strider
  • Start date Start date
S

Strider

I've just installed the CF SP1 on my development machine
and I'am experiencing some strange problems. Code that
used to work, now throws PlatformNotSupported exceptions.

Here is a list of some of the calls that throw the
exception. All this used to work fine before SP1:

//CASE 1
string sAppPath =
System.Reflection.Assembly.GetExecutingAssembly().GetName
().CodeBase;

//CASE 2
ResourceManager s_oResourceMngr = new ResourceManager
(...);
s_oResourceMngr.GetString(a_sID); //This line

Has Microsoft done it again (or have I done something
stupid)?
Any help would be appreciated!
 
Back
Top