Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Deploying Microsoft Application Blocks

I've been using the Microsoft.ApplicationBlocks.Data in some of my applications. I'm now trying to get them deployed inhouse. Does the application block need to be installed or registered on the target machine? Do I need to set any register keys? The applications run fine from the development environment. When I run the instal on my machine the application fails the first time it calls the application block. Any examples on line for deploying these blocks?
[470 byte] By [joewmaki] at [2007-11-11 7:04:27]
# 1 Re: Deploying Microsoft Application Blocks
Ok, it always help to read the documentation. Installing the dll in the project folder works.

Since most of my applications will use this I'll need to figure out how to install as a shared component.
joewmaki at 2007-11-11 21:49:42 >