VSS structure .. and common assemblies

S

sloan

Does anyone know what Microsofts VSS (Visual Source Safe) structure is for
something like

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll


System.dll has
System.* namespace
and
Microsoft.* namespace.


I have a simlilar situation, but I'm looking for hints on setting up the
structure in VSS, vs the namespaces.


I'm posting to C#, since my experience has been that VB.net relies on that
default namespace stuff too much, and (my experience) the use of "namespace
// end namespace" in vb.net isn't coded in religiously.

...

Thanks......
 
O

Otis Mukinfus

Does anyone know what Microsofts VSS (Visual Source Safe) structure is for
something like

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll


System.dll has
System.* namespace
and
Microsoft.* namespace.


I have a simlilar situation, but I'm looking for hints on setting up the
structure in VSS, vs the namespaces.


I'm posting to C#, since my experience has been that VB.net relies on that
default namespace stuff too much, and (my experience) the use of "namespace
// end namespace" in vb.net isn't coded in religiously.

..

Thanks......

You might want to try microsoft.public.visual.sourcesafe.

Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top