PDA

View Full Version : dbProvider for MSBuild



zerg78
02-13-2007, 08:00 AM
Hi.
How can I register the custom namespace in the custom msbuild task to use dbProvider?

I should register the custom namespace for dbProvider in the application configuration file. But what should I do in the case of using spring+nhibernate in the msbuild task?

Best regards.
Sergei.

Mark Pollack
04-06-2007, 02:24 AM
Hi Sergei,

There is no integration with msbuild and the dbprovider schema. Any use of the dbprovider schema should follow what is in Chapter 16 of the docs.

Hope this helps.

Cheers,
Mark