473,387 Members | 1,470 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Web applications and VS2003

Hello.

I have some VS solution, which contains some ASP.NET projects. Each project
contains some common set of client libraries. For example: there are some
folder ClientCommon, which contains these libraries. At present, each
ASP.NET project contains it's own copy of ClientCommon folder. Is it
possible to leave one copy only for all projects? I can, of course, create
virtual directories for each of ASP.NET projects, which will be mapped to
one phisical location, but these folders are not shown in the VS2003
solution, so I can't edit ClientCommon items. And I can't phisically include
ClientCommon in one of these projects and virtually map all other projects
to this one because of some limitations of our version control system.

Are there any other ways to solve this problem?

Thanks.
Nov 18 '05 #1
5 1097
I noticed your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Konstantin Sokolovskiy" <so***@inbox.ru> wrote in message
news:uX**************@TK2MSFTNGP11.phx.gbl...
Hello.

I have some VS solution, which contains some ASP.NET projects. Each project contains some common set of client libraries. For example: there are some
folder ClientCommon, which contains these libraries. At present, each
ASP.NET project contains it's own copy of ClientCommon folder. Is it
possible to leave one copy only for all projects? I can, of course, create
virtual directories for each of ASP.NET projects, which will be mapped to
one phisical location, but these folders are not shown in the VS2003
solution, so I can't edit ClientCommon items. And I can't phisically include ClientCommon in one of these projects and virtually map all other projects
to this one because of some limitations of our version control system.

Are there any other ways to solve this problem?

Thanks.

Nov 18 '05 #2
No, I have not :-(

I tried to ask people on some other forums, but nobody could help me.
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:uX**************@TK2MSFTNGP12.phx.gbl...
I noticed your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Konstantin Sokolovskiy" <so***@inbox.ru> wrote in message
news:uX**************@TK2MSFTNGP11.phx.gbl...
Hello.

I have some VS solution, which contains some ASP.NET projects. Each

project
contains some common set of client libraries. For example: there are some folder ClientCommon, which contains these libraries. At present, each
ASP.NET project contains it's own copy of ClientCommon folder. Is it
possible to leave one copy only for all projects? I can, of course, create virtual directories for each of ASP.NET projects, which will be mapped to one phisical location, but these folders are not shown in the VS2003
solution, so I can't edit ClientCommon items. And I can't phisically

include
ClientCommon in one of these projects and virtually map all other projects to this one because of some limitations of our version control system.

Are there any other ways to solve this problem?

Thanks.


Nov 18 '05 #3
Put the library in a directory of your choosing, from the property pages (
right click the designer property and choose properties), select the
reference path. Configure your reference path to point to your new
directory. Studio uses this path in its search order when building projects.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Konstantin Sokolovskiy" <so***@inbox.ru> wrote in message
news:OZ**************@TK2MSFTNGP12.phx.gbl...
No, I have not :-(

I tried to ask people on some other forums, but nobody could help me.
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:uX**************@TK2MSFTNGP12.phx.gbl...
I noticed your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Konstantin Sokolovskiy" <so***@inbox.ru> wrote in message
news:uX**************@TK2MSFTNGP11.phx.gbl...
Hello.

I have some VS solution, which contains some ASP.NET projects. Each

project
contains some common set of client libraries. For example: there are some folder ClientCommon, which contains these libraries. At present, each
ASP.NET project contains it's own copy of ClientCommon folder. Is it
possible to leave one copy only for all projects? I can, of course, create virtual directories for each of ASP.NET projects, which will be mapped to one phisical location, but these folders are not shown in the VS2003
solution, so I can't edit ClientCommon items. And I can't phisically

include
ClientCommon in one of these projects and virtually map all other projects to this one because of some limitations of our version control system.

Are there any other ways to solve this problem?

Thanks.



Nov 18 '05 #4
Thanks for yor reply.
But I have problems not with .NET libraries, but with client JS libraries.
See my first post.

Thanks.
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:eN**************@TK2MSFTNGP09.phx.gbl...
Put the library in a directory of your choosing, from the property pages (
right click the designer property and choose properties), select the
reference path. Configure your reference path to point to your new
directory. Studio uses this path in its search order when building projects.
--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Konstantin Sokolovskiy" <so***@inbox.ru> wrote in message
news:OZ**************@TK2MSFTNGP12.phx.gbl...
No, I have not :-(

I tried to ask people on some other forums, but nobody could help me.
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:uX**************@TK2MSFTNGP12.phx.gbl...
I noticed your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Konstantin Sokolovskiy" <so***@inbox.ru> wrote in message
news:uX**************@TK2MSFTNGP11.phx.gbl...
> Hello.
>
> I have some VS solution, which contains some ASP.NET projects. Each
project
> contains some common set of client libraries. For example: there are

some
> folder ClientCommon, which contains these libraries. At present, each > ASP.NET project contains it's own copy of ClientCommon folder. Is it
> possible to leave one copy only for all projects? I can, of course,

create
> virtual directories for each of ASP.NET projects, which will be mapped
to
> one phisical location, but these folders are not shown in the VS2003
> solution, so I can't edit ClientCommon items. And I can't phisically
include
> ClientCommon in one of these projects and virtually map all other

projects
> to this one because of some limitations of our version control

system. >
> Are there any other ways to solve this problem?
>
> Thanks.
>
>



Nov 18 '05 #5
You may be able to get more help than what is provided here by reposting
this thread in the visual studio newsgroup. I apologize for not being able
to resolve your issue.
--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b

"Konstantin Sokolovskiy" <so***@inbox.ru> wrote in message
news:ew**************@TK2MSFTNGP10.phx.gbl...
Thanks for yor reply.
But I have problems not with .NET libraries, but with client JS libraries.
See my first post.

Thanks.
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:eN**************@TK2MSFTNGP09.phx.gbl...
Put the library in a directory of your choosing, from the property pages (
right click the designer property and choose properties), select the
reference path. Configure your reference path to point to your new
directory. Studio uses this path in its search order when building

projects.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Konstantin Sokolovskiy" <so***@inbox.ru> wrote in message
news:OZ**************@TK2MSFTNGP12.phx.gbl...
No, I have not :-(

I tried to ask people on some other forums, but nobody could help me.
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:uX**************@TK2MSFTNGP12.phx.gbl...
> I noticed your post went unanswered. Have you resolved this issue?
>
> --
> Regards,
> Alvin Bruney [ASP.NET MVP]
> Got tidbits? Get it here...
> http://tinyurl.com/3he3b
> "Konstantin Sokolovskiy" <so***@inbox.ru> wrote in message
> news:uX**************@TK2MSFTNGP11.phx.gbl...
> > Hello.
> >
> > I have some VS solution, which contains some ASP.NET projects. Each > project
> > contains some common set of client libraries. For example: there are some
> > folder ClientCommon, which contains these libraries. At present,

each > > ASP.NET project contains it's own copy of ClientCommon folder. Is it > > possible to leave one copy only for all projects? I can, of course, create
> > virtual directories for each of ASP.NET projects, which will be mapped to
> > one phisical location, but these folders are not shown in the VS2003 > > solution, so I can't edit ClientCommon items. And I can't phisically > include
> > ClientCommon in one of these projects and virtually map all other
projects
> > to this one because of some limitations of our version control system. > >
> > Are there any other ways to solve this problem?
> >
> > Thanks.
> >
> >
>
>



Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: White Knight | last post by:
I need the new "Port" functionality of Net Framework 2 to complete a project that is being produced using VS2003 and C#. If I download the release version will this cause problems with VS2003, and...
7
by: YAZ | last post by:
Hello, I have a dll which do some number crunching. Performances (execution speed) are very important in my application. I use VC6 to compile the DLL. A friend of mine told me that in Visual...
7
by: tonelab | last post by:
I currently have VS2003 .net 1.1 installed with a number of 1.1 projects built in it. All of these projects create the /bin dll for deployment and have been running on remote servers that have the...
6
by: EmmanuelE | last post by:
Just installed VS2003 and tried a hello world app. Getting 404 error even when I explictly specify the start page in the url. In IIS Mgr (v 5.1), App has .aspx mapped to...
3
by: Darrin | last post by:
Hello, I see that VS2005 and the new framework 2.0 is out to the public now. Wondering about some things. When you install the new framework 2.0 can a person still use visual studio 2003 or...
1
by: Troy Tarrant | last post by:
Hi, I've installed vs2005 and then tried to run an 2003 web application under VS2003 and get an IIS 500 error with two event log messages: aspnet_wp.exe could not be started. The error code...
10
by: chris | last post by:
I'm not sure if this is a bug being caused by visual studio, or by the vb compiler itself. I have good size solution (33 projects) and am consistently having a problem with one project.. ...
5
by: Tony | last post by:
Hi all, Here's the link to the issue we were seeing on our ASP.NET system when modifying, adding and deleting directories in framework 2.0....
4
by: John Morgan | last post by:
I am using Visual Studio 2003 and have half a dozen applications running happily using ASP.NET 1.1 on my local network. Could someon assure me that if I upgrade to ASP.Net 2.0 then the existing...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.