Re: Issues with Compact Framework VS 2005 migration
- From: "Darren Shaffer" <darrenshaffer@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 14 Apr 2006 09:02:38 -0600
Manish,
There are a lot of people who have brought their VS2003/CF1/SQL CE 2.0
solutions forward to VS2005/CF2/SQL Mobile without these issues. I say
that just to reassure you that the things you are experiencing can likely
all be
resolved. The problem is going to be that a newsgroup is a bad medium
to help you work off such an extensive list of issues. So if you want to
post
your code, folks in this group will attempt to help. If you want to work
this
off line, Google me and send an email to my blog address.
One thing to look into - I suspect a lot of your issue is around trying to
have
a single code base, desktop to device. I'm not even sure VB.NET can do
conditional compilation (I favor C#, but I seem to remember running into
this limitation in VB.NET at one point).
--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com
"Manish" <Manish@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:ADF323E0-7CDB-4080-BB43-A22B5DC9B459@xxxxxxxxxxxxxxxx
Hi,
We are working on a compact framework .net application and desktop
application which was initially developed on VS 2002 (smart devices for
Device).
Later we migrated it to VS 2003 and recently we tried to migrate it to VS
2005.
We are using VB.net & SQL CE 3.0 for Device.
We are having common code files for Desktop & device application, except
solution and project files.
We are using conditional compillation option for same.
We have many issues while migration. Most common issues are as;
Many times code fails to run but do not show error
We do not get proper exception messages
Debuging also is not effective
SQL Queries which works fine on previous SQL CE 2.0 now does not return
same
expected result (in case of queries with "like")
Can you provide us with some help?
In case you require any details I will be most happy person to provide it.
.
- Prev by Date: Re: Transaction issues -Please help
- Next by Date: Re: Drop Merge table article
- Previous by thread: Re: Transaction issues -Please help
- Next by thread: How to edit the sdf file using .NET CF
- Index(es):
Relevant Pages
|