CSModule template for Visual Studio 2005 (C#)
Thu, Nov 23 2006
Downloads: 1,068
File size: 4.3kB
Views: 3,223
 |
CSModule template for Visual Studio 2005 (C#) |
This is a Visual Studio Project Template that I created, with a base line code for creating a new CSModule to Community Server 2.1 (ASP .NET 2.0). Just copy the contents of this zip file to a directory (i.e. create a CSModuleBase folder) under your Visual Studio 2005\Templates\ProjectTemplates directory.
The next time you choose to create a new project in Visual Studio, click on the 'C#' root at the left, and the template should be seen under 'My Templates'.
Note: You need to add a reference to CommunityServer.Components.DLL in the new project you create!
Also note: I am not a C# developer. I created this template in C# as well since I have gotten some requests for it. So let me know if there should be any changes in the template.