all groups > visual studio .net enterprise tools > july 2007
Creating an Web Setup Project "Template"
Posted by Michael at 7/26/2007 2:02:04 PM
Is there a way to create a shareable web setup project template. I notice you
can export any other project as a project template, but i notice it's not
picking up any deploy project types. We would like to have a baseline web
setup project template so that our developers could use when creatin... more >>
Application Logging Block without config file
Posted by Severin Meyer at 7/21/2007 8:56:01 AM
I'm searching for a simple logging library and want to give the Enterprise
Library a try.
The problem I'm delaing with at first is to configure this bulding block.
The defaut way is to do this in the config-file. The problem is, that I don't
want to use such a configuration file. The config... more >>
Weird Kerberos issue with accessing TFS through ASP.NET 2.0 web ap
Posted by Shawn Sesna at 7/20/2007 4:20:05 PM
Problem: Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
not receiving correct identity when being referenced from remote server using
Keberos delegation
Servers in play:
srv-tfs01 - Team Foundation Server
deb-web05 - Web application server
Server setup for srv-tfs01... more >>
How to get VS.Net to recognize a project as a "Test Project" for unit tests
Posted by cmay at 7/13/2007 12:14:23 PM
I have a project (DLL Library) created with a ton of NUnit tests.
I was easily able to alter a few lines to convert these into VSTS
tests.
However, VS.Net refuses to "see" this project as a test project.
The buttons to run the tests such as "Start selected test project
without debugger" a... more >>
Class Diagram
Posted by KierenH at 7/11/2007 4:12:03 PM
Is it possible to depict a relationship between a strongly typed collection
and the elements it contains in the class diagram (running VSTS).
eg.
// The base collection
class BaseStronglyTypedCollection<T> : ICollection<object>
{
}
// Derived collection
class DerivedCollection : BaseS... more >>
|