Re: Using windsor with a service in ASP.net App_Code

2016-05-16 Thread John Strzempa
nt, hence the problem. > > On Fri, May 13, 2016 at 4:25 PM, John Strzempa <john@gmail.com > > wrote: > > I'm working on a site that is an ASP.net webforms site and I have my > service > > code in App_Code. When editing the XML in windsor.config and then saving > t

Re: Using windsor with a service in ASP.net App_Code

2016-05-16 Thread John Strzempa
the error appears but then change web.config, the error goes away. On Monday, May 16, 2016 at 9:17:06 AM UTC-5, hammett wrote: > > Changing the config or anything in the bin folder, restarts the app. > That's why it works. > > On Mon, May 16, 2016 at 11:11 AM, John Strzempa <

Re: Using windsor with a service in ASP.net App_Code

2016-05-16 Thread John Strzempa
it works. > > On Mon, May 16, 2016 at 11:11 AM, John Strzempa <john@gmail.com > > wrote: > > It probably doesn't force the app-pool to recycle but then why does it > work > > when I re-save the .config file? > > > > On Friday, May 13, 2016 a

Re: resolve generic services in Windsor?

2016-05-13 Thread John Strzempa
I did something like this Everytime IRepository is used, it uses the class MyClassRepository. __Code is whatever the assembly is for you class. In my case it was in ASP.Net App_Code folder. On Saturday, October 3, 2015 at 12:08:01 AM UTC-5, Scott_M wrote: > > Is there a good way to resolve