Hi,

I am in the process of wrting a migration utillity for migrating our WSS 2.0
sites to WSS 3.0.

We have to use some custom transformations to data in the lists of 2.0 and
requires writing custom code - (basically cant use out of the box migration
methods)

How can my application reference BOTH versions of Microsoft.Sharepoint.dll?
I get an error when I try to do that.Is it possible at all?

I want to enumerate all the list data on WSS2.0 instance to create new data
on WSS 3.0.

I am having BOTH versions on the same server running simultenously.

Thanks in advance...

Rajesh

Re: Referenceing Sharepoint Assembly by Mike

Mike
Sun Jul 01 01:59:07 CDT 2007

Post questions on programming to the newsgroup for them which is

microsoft.public.sharepoint.development_and_programming

The guys there are the experts ...

Mike Walsh
WSS FAQ http://www.wssfaq.com
No private e-mail please.

"Rajesh CKR" <rajeshckr@us_a.net> wrote in message
news:Odfsx54uHHA.3660@TK2MSFTNGP06.phx.gbl...
> Hi,
>
> I am in the process of wrting a migration utillity for migrating our WSS
> 2.0 sites to WSS 3.0.
>
> We have to use some custom transformations to data in the lists of 2.0 and
> requires writing custom code - (basically cant use out of the box
> migration methods)
>
> How can my application reference BOTH versions of
> Microsoft.Sharepoint.dll? I get an error when I try to do that.Is it
> possible at all?
>
> I want to enumerate all the list data on WSS2.0 instance to create new
> data on WSS 3.0.
>
> I am having BOTH versions on the same server running simultenously.
>
> Thanks in advance...
>
> Rajesh