web-client-software-fact

Create Web Client Solution dialog closes on click or tab out of default field without messages

I installed Web Client Software Factory February 2008 release on Visual Studio Team System 2008 Development Edition (without SP1). When I first installed that, I tried out the software factory as I've never used one before and it worked fine. That was two months ago. Recently I needed to learn how to use the software factory and when I ...

Web client software factory CreateNewAttribute property not working in global.asax

We are using the following code in a code behind page [CreateNew] public AdminController Controller { get; set; } and the following code within the controller class [ServiceDependency] public IAdminService Adminervice { get; set; } this works fine for a normal aspx page. I would like to audit a Session starting event in my applica...