views:

23

answers:

1

Is it possible to deploy a custom assembly to a location other than the Reporting Service's bin directory?

I know that deploying to the GAC would likely work, but I'm more curious about using an arbitrary directory on the server dedicated to deploying custom assemblies.

I'm not opposed to altering any rs config files, if a possible solution involves that.

+3  A: 

According to MSDN, you must deploy to the \bin directory or install in the GAC (MSDN link.) Those are your only options.

The Microsoft SQL Server forum has an identical discussion going on. A Microsoft support engineer gave the same answer: it can't be done.

Alison
bummer...but thanks for the confirmation!
DanP