The only practical approach to "convert" or "migrate" from ADP application
to .NET application (Win form or web app?) is to know .NET very well and
rewrite the whole thing. .NET and ADP are so different that no tool can do
the magic for you. Of course your BE stuff (tables, views, SPs....) are most
likely reuseable with little change. I do not see slow migration is a good
way to go, unless you mean building new .NET app functionality by
functionaliy while the ADP remains. Yes you can build .NET components and
expose them through Interop, so you can use it in ADP. But if your goal is
to let the APD die ASAP, then this does not make much sense.
"tudor" <(E-Mail Removed)> wrote in message
news:738EB03F-09B6-485A-AE82-(E-Mail Removed)...
> Hi,
> We've now come to the conclusion that ADPs and Access are not the best
> platform moving forward for our database front-ends... Has anyone
> converted
> or migrated to VB.NET - and if so, how did you do it?
> I'm rather hoping that we can slowly migrate forms within our Access ADP
> into VB.Net as we need to - and use a bit of both (ADP and VB.NET) until
> eventually we have it complete.
> I know there's an Interop Toolkit
> (http://msdn.microsoft.com/en-us/vbasic/aa701259.aspx) that seems to help
> with VB6/VB.Net interoperability - can this be used with AccessVBA and
> VB.NET?
> Any help or guidance would be really appreciated.