framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If an Access 2003 database application is packaged using Visual Studio Tools for Microsoft Office will the finished application be constructed as a "framework application" ?
 
I have not yet investigated the Visual Studio Tools for Microsoft Office, so
I can't say exactly what they do, but I can say with certainty that they can
not convert an Access application to a .NET managed application, as no .NET
managed version of Access exists to execute such an application.

--
Brendan Reynolds (MVP)
(e-mail address removed)


acondios said:
If an Access 2003 database application is packaged using Visual Studio
Tools for Microsoft Office will the finished application be constructed as a
"framework application" ?
 
VB.NET and C# are included in the Visual Studio Tools for Microsoft Office.
They can be used for the code-behind in MS Word and MS Excel. They cannot be
used with MS Access. I don't know the strict definition of a "framework
application", but Word or Excel apps can provide or consume Web Services, so
maybe they could be so considered. I think there is a managed-code- and an
unmanaged-code-component to such an app.

Access 2003's enhancements that make it more .NETty are mostly in the area
of better XML support.

Larry
 
Back
Top