I don´t think that you will be able to disable the New menu and in any case,
you would have to do it only when the IDE has your solution loaded, not
always! There are solutions add-ins, that is, add-ins that are
solution-specific and not general. Maybe you can create one of them that
disables or intercepts the File.AddNewProject command.
But in general, if users are outside your company, they should be able to do
whatever they want with their solutions. If they are in your company and all
this is only for a specific company project, you can use SourceSafe and
checkout exclusively the solution file.
Just a few pointers...

Signature
Carlos J. Quintero (Visual Developer - .NET MVP)
The MZ-Tools all-in-one add-in, now for .NET: http://www.mztools.com
> I want to create my own solution having C# Class library,DB Project and Web
> Project. Now i
[quoted text clipped - 3 lines]
>
> Anoop
Anoop Menon - 13 Oct 2004 14:56 GMT
Carlos,
Thanks for your help.
Regards,
Anoop
> I don´t think that you will be able to disable the New menu and in any case,
> you would have to do it only when the IDE has your solution loaded, not
[quoted text clipped - 17 lines]
> >
> > Anoop