Very simple whidbey VS2005 question

  • Thread starter Thread starter Sahil Malik
  • Start date Start date
S

Sahil Malik

Okay, so this is real simple. Add a new project (I tried Windows app or
class library), call it "Something.Common".

Well and good - the namespace added is actually Something_Common (Instead of
Something.Common).

I've been changing stuff from _ to "." - should I not bother to?

Is that a bug or is that by design?

- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik
 
Sahil,

Your best bet would be to ask this question in one of the newsgroups
dedicated to the C# or VB development environment, depending on the
language you're using.

Try: microsoft.public.dotnet.csharp.general
Or: microsoft.public.dotnet.vb.general

I hope this information proves helpful.

David Sceppa
Microsoft
This posting is provided "AS IS" with no warranties,
and confers no rights. You assume all risk for your use.
© 2004 Microsoft Corporation. All rights reserved.
 
Back
Top