Installing .Net CF Framework V1 SP2 causes problems?

E

Earl

Doing some additional testing on a new app I am rolling out. So on my dev
PPc, I installed the SP2 CF (as I would expect to be required to do on a new
PPc). Wellllll .. from that point in time forward, the app would fail.
Specifically, I would hit an exception whenever I tried to call a separate
..dll.

Nothing I tried would resolve the issue, even uninstalling the SP2. I
finally did a hard reset, did NOT install the Compact Framework, and no
exceptions! I am speculating that SP2 overwrote some core .dll files, but
this has me baffled.

Anyone seen this or have any clue why??
 
I

Ilya Tumanov [MS]

CF V1 Service packs are installed on to devices only, so you can not compile
against SP in VS unless you hack it and not supposed to.



The most common reason for problems with SP2/3 is a fixed bug which won't
allow invalid applications to run any longer.

That's described here: http://blogs.msdn.com/jehance/archive/2004/7/6.aspx



Best regards,


Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
E

Earl

Thanks all. Application was known good (so code wasn't going to change
anything, although it was an SQL error), just something screwball on the SP
install (I'm speculating some mismatched files). Hard reset fixed it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top