Central namespace

  • Thread starter Thread starter Arnd Iffland
  • Start date Start date
A

Arnd Iffland

Hi,

i use VS 2005 Web Developer Express and C# Express.
What is the right place to put a namespace with classes that i need in
both enviroments?

At the moment, the namespace is in the App_code when i use the Web
Developer and C# Express copies the files to the project directory.

Is there a central directory that will be watched by both?
If so, is there a way to have this synchronized?

Best regards,

Arnd

--
 
I think it is really depend on how you what to put it. I believe you use C#
Express for the components and Web Developer for Webform. So at the end you
need to add the reference to your web application so...

chanmm
 

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

Back
Top