HighTechTalks DotNet Forums  

MS Sync Framework

Dotnet Framework (Compact Framework) microsoft.public.dotnet.framework.compactframework


Discuss MS Sync Framework in the Dotnet Framework (Compact Framework) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Harry Simpson
 
Posts: n/a

Default MS Sync Framework - 12-18-2007 , 04:54 PM






I've been looking at the MS Sync Framework today and it looks like the next
best thing in constructing data syncing between a device and the data on a
server. Started to download the Tech Preview edition and in the instructs
it tells me to uninstall any other sync bits including Sync Services for
ADO.NET. Didn't this come as part of VS2008?
I don't want to mess up VS2008. Is this MS Sync Framework a great thing?
Lost in the technical woods again....
Harry



Reply With Quote
  #2  
Old   
Ginny Caughey [MVP]
 
Posts: n/a

Default Re: MS Sync Framework - 12-18-2007 , 06:30 PM






Harry,

The Sync Framework 1.0 is a part of VS 2008, but the new tech preview
doesn't seem to hurt that isntallation in any way as far as I can tell in
early testing. In any case, the part you're probably most interested in -
the part that includes mobile device syncing - is still not available but
will be available as a tech preview or beta in a few months. I'm looking
forward to it myself.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote

Quote:
I've been looking at the MS Sync Framework today and it looks like the
next best thing in constructing data syncing between a device and the data
on a server. Started to download the Tech Preview edition and in the
instructs it tells me to uninstall any other sync bits including Sync
Services for ADO.NET. Didn't this come as part of VS2008?
I don't want to mess up VS2008. Is this MS Sync Framework a great thing?
Lost in the technical woods again....
Harry



Reply With Quote
  #3  
Old   
Harry Simpson
 
Posts: n/a

Default Re: MS Sync Framework - 12-19-2007 , 08:37 AM



Thanks Ginny
I was thinking that the Sync Services (?) was a subset and included in
VS2008 but that the Sync Framework was the bigger piece. Apparantly if I'm
developing a product for sale in the next few months I can't use the new
mobile connection bits anyhoo since they aren't released per se.
think we need a wise wizard to direct our use of these technologies.....as
to prioritizing them.
Thanks again
Harry
"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote

Quote:
Harry,

The Sync Framework 1.0 is a part of VS 2008, but the new tech preview
doesn't seem to hurt that isntallation in any way as far as I can tell in
early testing. In any case, the part you're probably most interested in -
the part that includes mobile device syncing - is still not available but
will be available as a tech preview or beta in a few months. I'm looking
forward to it myself.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:%232amejcQIHA.4684 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
I've been looking at the MS Sync Framework today and it looks like the
next best thing in constructing data syncing between a device and the
data on a server. Started to download the Tech Preview edition and in
the instructs it tells me to uninstall any other sync bits including Sync
Services for ADO.NET. Didn't this come as part of VS2008?
I don't want to mess up VS2008. Is this MS Sync Framework a great thing?
Lost in the technical woods again....
Harry





Reply With Quote
  #4  
Old   
Ginny Caughey [MVP]
 
Posts: n/a

Default Re: MS Sync Framework - 12-19-2007 , 09:23 AM



Harry,

I'm not completely clear myself where the lines are drawn between Services
and Framework, but it seems to need both. And you're right that if you need
to deploy pretty soon, the mobile piece isn't there yet so you'll have to
roll your own or use RDA, Merge, etc.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote

Quote:
Thanks Ginny
I was thinking that the Sync Services (?) was a subset and included in
VS2008 but that the Sync Framework was the bigger piece. Apparantly if
I'm developing a product for sale in the next few months I can't use the
new mobile connection bits anyhoo since they aren't released per se.
think we need a wise wizard to direct our use of these technologies.....as
to prioritizing them.
Thanks again
Harry
"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote in
message news:5A4FE2A0-5D63-4AD1-944B-69CCB6A4A391 (AT) microsoft (DOT) com...
Harry,

The Sync Framework 1.0 is a part of VS 2008, but the new tech preview
doesn't seem to hurt that isntallation in any way as far as I can tell in
early testing. In any case, the part you're probably most interested in -
the part that includes mobile device syncing - is still not available but
will be available as a tech preview or beta in a few months. I'm looking
forward to it myself.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:%232amejcQIHA.4684 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
I've been looking at the MS Sync Framework today and it looks like the
next best thing in constructing data syncing between a device and the
data on a server. Started to download the Tech Preview edition and in
the instructs it tells me to uninstall any other sync bits including
Sync Services for ADO.NET. Didn't this come as part of VS2008?
I don't want to mess up VS2008. Is this MS Sync Framework a great
thing?
Lost in the technical woods again....
Harry






Reply With Quote
  #5  
Old   
Harry Simpson
 
Posts: n/a

Default Re: MS Sync Framework - 12-19-2007 , 09:56 AM



Welp I already have a RDA pull and Web service upload sync process but it is
synchronous and requires the user to wait the 11-20 seconds required to
get/give data. Happens every 5 minutes in the cradle (Ethernet) or if
wireless the user must now manually initiate.
Need a solution where the user just uses the app and the data sync is
completely transparent.
I suppose I could just wrap all that into a background thread that just
fires when it can periodically and replaces the database SDF on the device.
Problem has always been that the SDF might be being used when the new SDF is
generated so there's got to be a smooth switch of fresh(less stale)
databgase for the more stale one.

"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote

Quote:
Harry,

I'm not completely clear myself where the lines are drawn between Services
and Framework, but it seems to need both. And you're right that if you
need to deploy pretty soon, the mobile piece isn't there yet so you'll
have to roll your own or use RDA, Merge, etc.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:e5cm3ykQIHA.1208 (AT) TK2MSFTNGP05 (DOT) phx.gbl...
Thanks Ginny
I was thinking that the Sync Services (?) was a subset and included in
VS2008 but that the Sync Framework was the bigger piece. Apparantly if
I'm developing a product for sale in the next few months I can't use the
new mobile connection bits anyhoo since they aren't released per se.
think we need a wise wizard to direct our use of these
technologies.....as to prioritizing them.
Thanks again
Harry
"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote in
message news:5A4FE2A0-5D63-4AD1-944B-69CCB6A4A391 (AT) microsoft (DOT) com...
Harry,

The Sync Framework 1.0 is a part of VS 2008, but the new tech preview
doesn't seem to hurt that isntallation in any way as far as I can tell
in early testing. In any case, the part you're probably most interested
in - the part that includes mobile device syncing - is still not
available but will be available as a tech preview or beta in a few
months. I'm looking forward to it myself.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:%232amejcQIHA.4684 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
I've been looking at the MS Sync Framework today and it looks like the
next best thing in constructing data syncing between a device and the
data on a server. Started to download the Tech Preview edition and in
the instructs it tells me to uninstall any other sync bits including
Sync Services for ADO.NET. Didn't this come as part of VS2008?
I don't want to mess up VS2008. Is this MS Sync Framework a great
thing?
Lost in the technical woods again....
Harry








Reply With Quote
  #6  
Old   
Ginny Caughey [MVP]
 
Posts: n/a

Default Re: MS Sync Framework - 12-19-2007 , 10:11 AM



Harry,

Since SQL Compact supports multiple simultaneous connections to the database
from the same machine, you should be able to update the sdf file from a
separate thread or process if you use perhaps Web Services and read/write
the data yourself rather than using RDA. Sync Services would really be
ideal, but then we've discussed that already.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote

Quote:
Welp I already have a RDA pull and Web service upload sync process but it
is synchronous and requires the user to wait the 11-20 seconds required to
get/give data. Happens every 5 minutes in the cradle (Ethernet) or if
wireless the user must now manually initiate.
Need a solution where the user just uses the app and the data sync is
completely transparent.
I suppose I could just wrap all that into a background thread that just
fires when it can periodically and replaces the database SDF on the
device.
Problem has always been that the SDF might be being used when the new SDF
is generated so there's got to be a smooth switch of fresh(less stale)
databgase for the more stale one.

"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote in
message news:CCAE978C-EAC8-4B2F-BD2F-4D1A4E09E0C8 (AT) microsoft (DOT) com...
Harry,

I'm not completely clear myself where the lines are drawn between
Services and Framework, but it seems to need both. And you're right that
if you need to deploy pretty soon, the mobile piece isn't there yet so
you'll have to roll your own or use RDA, Merge, etc.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:e5cm3ykQIHA.1208 (AT) TK2MSFTNGP05 (DOT) phx.gbl...
Thanks Ginny
I was thinking that the Sync Services (?) was a subset and included in
VS2008 but that the Sync Framework was the bigger piece. Apparantly if
I'm developing a product for sale in the next few months I can't use the
new mobile connection bits anyhoo since they aren't released per se.
think we need a wise wizard to direct our use of these
technologies.....as to prioritizing them.
Thanks again
Harry
"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote in
message news:5A4FE2A0-5D63-4AD1-944B-69CCB6A4A391 (AT) microsoft (DOT) com...
Harry,

The Sync Framework 1.0 is a part of VS 2008, but the new tech preview
doesn't seem to hurt that isntallation in any way as far as I can tell
in early testing. In any case, the part you're probably most interested
in - the part that includes mobile device syncing - is still not
available but will be available as a tech preview or beta in a few
months. I'm looking forward to it myself.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:%232amejcQIHA.4684 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
I've been looking at the MS Sync Framework today and it looks like the
next best thing in constructing data syncing between a device and the
data on a server. Started to download the Tech Preview edition and in
the instructs it tells me to uninstall any other sync bits including
Sync Services for ADO.NET. Didn't this come as part of VS2008?
I don't want to mess up VS2008. Is this MS Sync Framework a great
thing?
Lost in the technical woods again....
Harry









Reply With Quote
  #7  
Old   
Harry Simpson
 
Posts: n/a

Default Re: MS Sync Framework - 12-19-2007 , 04:30 PM



Really would not need to connect but once at a time. The local app would
use the SDF on the device for "current" data.
Looking at the Mobile Client Application block's Disconnected Application
Block too. Every messed with that Ginny?

"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote

Quote:
Harry,

Since SQL Compact supports multiple simultaneous connections to the
database from the same machine, you should be able to update the sdf file
from a separate thread or process if you use perhaps Web Services and
read/write the data yourself rather than using RDA. Sync Services would
really be ideal, but then we've discussed that already.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:%237U7melQIHA.4712 (AT) TK2MSFTNGP04 (DOT) phx.gbl...
Welp I already have a RDA pull and Web service upload sync process but it
is synchronous and requires the user to wait the 11-20 seconds required
to get/give data. Happens every 5 minutes in the cradle (Ethernet) or if
wireless the user must now manually initiate.
Need a solution where the user just uses the app and the data sync is
completely transparent.
I suppose I could just wrap all that into a background thread that just
fires when it can periodically and replaces the database SDF on the
device.
Problem has always been that the SDF might be being used when the new SDF
is generated so there's got to be a smooth switch of fresh(less stale)
databgase for the more stale one.

"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote in
message news:CCAE978C-EAC8-4B2F-BD2F-4D1A4E09E0C8 (AT) microsoft (DOT) com...
Harry,

I'm not completely clear myself where the lines are drawn between
Services and Framework, but it seems to need both. And you're right that
if you need to deploy pretty soon, the mobile piece isn't there yet so
you'll have to roll your own or use RDA, Merge, etc.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:e5cm3ykQIHA.1208 (AT) TK2MSFTNGP05 (DOT) phx.gbl...
Thanks Ginny
I was thinking that the Sync Services (?) was a subset and included in
VS2008 but that the Sync Framework was the bigger piece. Apparantly if
I'm developing a product for sale in the next few months I can't use
the new mobile connection bits anyhoo since they aren't released per
se.
think we need a wise wizard to direct our use of these
technologies.....as to prioritizing them.
Thanks again
Harry
"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote in
message news:5A4FE2A0-5D63-4AD1-944B-69CCB6A4A391 (AT) microsoft (DOT) com...
Harry,

The Sync Framework 1.0 is a part of VS 2008, but the new tech preview
doesn't seem to hurt that isntallation in any way as far as I can tell
in early testing. In any case, the part you're probably most
interested in - the part that includes mobile device syncing - is
still not available but will be available as a tech preview or beta in
a few months. I'm looking forward to it myself.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:%232amejcQIHA.4684 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
I've been looking at the MS Sync Framework today and it looks like
the next best thing in constructing data syncing between a device and
the data on a server. Started to download the Tech Preview edition
and in the instructs it tells me to uninstall any other sync bits
including Sync Services for ADO.NET. Didn't this come as part of
VS2008?
I don't want to mess up VS2008. Is this MS Sync Framework a great
thing?
Lost in the technical woods again....
Harry











Reply With Quote
  #8  
Old   
Daniel Moth
 
Posts: n/a

Default Re: MS Sync Framework - 12-19-2007 , 04:33 PM



Please note that I have nothing to offer to this thread beyond the URLs
below:

Quote:
I was thinking that the Sync Services (?) was a subset and included in
VS2008 but that the Sync Framework was the bigger piece.
That's correct. ADO.NET Sync Services v1.0 shipped with VS2008. It is the
first step towards the Sync Framework.

Articles on each one of those in the CODE magasine issue distributed at Tech
Ed Europe:
http://www.code-magazine.com/Article...ckid=990712092
http://www.code-magazine.com/Article...ckid=990712102

The official home page:
http://msdn2.microsoft.com/en-gb/sync/default.aspx

HTH

Cheers
Daniel
--
http://www.danielmoth.com/Blog

"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote

Quote:
Thanks Ginny
I was thinking that the Sync Services (?) was a subset and included in
VS2008 but that the Sync Framework was the bigger piece. Apparantly if
I'm developing a product for sale in the next few months I can't use the
new mobile connection bits anyhoo since they aren't released per se.
think we need a wise wizard to direct our use of these technologies.....as
to prioritizing them.
Thanks again
Harry
"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote in
message news:5A4FE2A0-5D63-4AD1-944B-69CCB6A4A391 (AT) microsoft (DOT) com...
Harry,

The Sync Framework 1.0 is a part of VS 2008, but the new tech preview
doesn't seem to hurt that isntallation in any way as far as I can tell in
early testing. In any case, the part you're probably most interested in -
the part that includes mobile device syncing - is still not available but
will be available as a tech preview or beta in a few months. I'm looking
forward to it myself.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:%232amejcQIHA.4684 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
I've been looking at the MS Sync Framework today and it looks like the
next best thing in constructing data syncing between a device and the
data on a server. Started to download the Tech Preview edition and in
the instructs it tells me to uninstall any other sync bits including
Sync Services for ADO.NET. Didn't this come as part of VS2008?
I don't want to mess up VS2008. Is this MS Sync Framework a great
thing?
Lost in the technical woods again....
Harry






Reply With Quote
  #9  
Old   
Ginny Caughey [MVP]
 
Posts: n/a

Default Re: MS Sync Framework - 12-19-2007 , 05:09 PM



Harry,

I haven't used the Disconnected Application Block in my code, but I am
familiar with it.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote

Quote:
Really would not need to connect but once at a time. The local app would
use the SDF on the device for "current" data.
Looking at the Mobile Client Application block's Disconnected Application
Block too. Every messed with that Ginny?

"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote in
message news:EA26A12A-01E3-4423-846B-BED968FEF706 (AT) microsoft (DOT) com...
Harry,

Since SQL Compact supports multiple simultaneous connections to the
database from the same machine, you should be able to update the sdf file
from a separate thread or process if you use perhaps Web Services and
read/write the data yourself rather than using RDA. Sync Services would
really be ideal, but then we've discussed that already.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:%237U7melQIHA.4712 (AT) TK2MSFTNGP04 (DOT) phx.gbl...
Welp I already have a RDA pull and Web service upload sync process but
it is synchronous and requires the user to wait the 11-20 seconds
required to get/give data. Happens every 5 minutes in the cradle
(Ethernet) or if wireless the user must now manually initiate.
Need a solution where the user just uses the app and the data sync is
completely transparent.
I suppose I could just wrap all that into a background thread that just
fires when it can periodically and replaces the database SDF on the
device.
Problem has always been that the SDF might be being used when the new
SDF is generated so there's got to be a smooth switch of fresh(less
stale) databgase for the more stale one.

"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote in
message news:CCAE978C-EAC8-4B2F-BD2F-4D1A4E09E0C8 (AT) microsoft (DOT) com...
Harry,

I'm not completely clear myself where the lines are drawn between
Services and Framework, but it seems to need both. And you're right
that if you need to deploy pretty soon, the mobile piece isn't there
yet so you'll have to roll your own or use RDA, Merge, etc.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:e5cm3ykQIHA.1208 (AT) TK2MSFTNGP05 (DOT) phx.gbl...
Thanks Ginny
I was thinking that the Sync Services (?) was a subset and included in
VS2008 but that the Sync Framework was the bigger piece. Apparantly
if I'm developing a product for sale in the next few months I can't
use the new mobile connection bits anyhoo since they aren't released
per se.
think we need a wise wizard to direct our use of these
technologies.....as to prioritizing them.
Thanks again
Harry
"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote in
message news:5A4FE2A0-5D63-4AD1-944B-69CCB6A4A391 (AT) microsoft (DOT) com...
Harry,

The Sync Framework 1.0 is a part of VS 2008, but the new tech preview
doesn't seem to hurt that isntallation in any way as far as I can
tell in early testing. In any case, the part you're probably most
interested in - the part that includes mobile device syncing - is
still not available but will be available as a tech preview or beta
in a few months. I'm looking forward to it myself.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:%232amejcQIHA.4684 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
I've been looking at the MS Sync Framework today and it looks like
the next best thing in constructing data syncing between a device
and the data on a server. Started to download the Tech Preview
edition and in the instructs it tells me to uninstall any other sync
bits including Sync Services for ADO.NET. Didn't this come as part
of VS2008?
I don't want to mess up VS2008. Is this MS Sync Framework a great
thing?
Lost in the technical woods again....
Harry












Reply With Quote
  #10  
Old   
Ginny Caughey [MVP]
 
Posts: n/a

Default Re: MS Sync Framework - 12-19-2007 , 05:14 PM



Hi Daniel,

Thanks for jumping in! The CODE magazine articles are defnitely worth a
read. I also like The Synchronizer blog posts:
http://blogs.msdn.com/synchronizer/a...do-ne-2-0.aspx

--
Ginny Caughey
Device Application Development MVP


"Daniel Moth" <dmoth74 (AT) hotmail (DOT) com> wrote

Quote:
Please note that I have nothing to offer to this thread beyond the URLs
below:

I was thinking that the Sync Services (?) was a subset and included in
VS2008 but that the Sync Framework was the bigger piece.

That's correct. ADO.NET Sync Services v1.0 shipped with VS2008. It is the
first step towards the Sync Framework.

Articles on each one of those in the CODE magasine issue distributed at
Tech Ed Europe:
http://www.code-magazine.com/Article...ckid=990712092
http://www.code-magazine.com/Article...ckid=990712102

The official home page:
http://msdn2.microsoft.com/en-gb/sync/default.aspx

HTH

Cheers
Daniel
--
http://www.danielmoth.com/Blog

"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:e5cm3ykQIHA.1208 (AT) TK2MSFTNGP05 (DOT) phx.gbl...
Thanks Ginny
I was thinking that the Sync Services (?) was a subset and included in
VS2008 but that the Sync Framework was the bigger piece. Apparantly if
I'm developing a product for sale in the next few months I can't use the
new mobile connection bits anyhoo since they aren't released per se.
think we need a wise wizard to direct our use of these
technologies.....as to prioritizing them.
Thanks again
Harry
"Ginny Caughey [MVP]" <ginny.caughey.online (AT) wasteworks (DOT) com> wrote in
message news:5A4FE2A0-5D63-4AD1-944B-69CCB6A4A391 (AT) microsoft (DOT) com...
Harry,

The Sync Framework 1.0 is a part of VS 2008, but the new tech preview
doesn't seem to hurt that isntallation in any way as far as I can tell
in early testing. In any case, the part you're probably most interested
in - the part that includes mobile device syncing - is still not
available but will be available as a tech preview or beta in a few
months. I'm looking forward to it myself.

--
Ginny Caughey
Device Application Development MVP


"Harry Simpson" <harry.simpson (AT) phgt (DOT) net> wrote in message
news:%232amejcQIHA.4684 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
I've been looking at the MS Sync Framework today and it looks like the
next best thing in constructing data syncing between a device and the
data on a server. Started to download the Tech Preview edition and in
the instructs it tells me to uninstall any other sync bits including
Sync Services for ADO.NET. Didn't this come as part of VS2008?
I don't want to mess up VS2008. Is this MS Sync Framework a great
thing?
Lost in the technical woods again....
Harry







Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.