TurboDB

Deploying a TurboDB Managed Application

Previous  Top  Next

This topic only applies to TurboDB Managed.

When deploying your application built with TurboDB Managed, you need to distribute an additional dll:

DataWeb.TurboDB.Managed20.Provider.dll (contains the ADO.NET provider)

This dll can be installed either in the same directory as your application or anywhere on the target system, provided it is entered in the global assembly cache.

Important Notice

If your application is using the generic programming feature with database provider factories, the machine.config on the target computer must be updated too. See topic Generic Database Programming for that purpose.