PDA

View Full Version : Visual Studio 2005 solution


bchebrou
04-19-2006, 10:45 AM
Hello,

I've got the last version of spring.net with cvs. In the solution for 2005 i can't find the projects Spring.Services.WindowsService.*, is it normal ?

I need to use this project with visual 2005, do I have to recompile it, or are you going to include it the 2005 sln ?

Cheers,

Benjamin

Bruno Baia
04-20-2006, 12:39 AM
Hi Benjamin,

There is no solution, neither projects, for VS 2005 atm for Spring.Services.WindowsService, so you need to create them :s

Btw, i think Spring.Services.WindowsService is a good candidate to become a third-party integration like nhibernate, ibatis, anthem etc...
with a subdirectory per project.

But that doesn't prevent from making it .NET 2.0 compliant with solution/projects :)


-Bruno