473,971 Members | 17,868 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1124
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******** ******@TK2MSFTN GP11.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******** ******@TK2MSFTN GP12.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******** ******@TK2MSFTN GP11.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******** ******@TK2MSFTN GP12.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******** ******@TK2MSFTN GP12.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******** ******@TK2MSFTN GP11.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******** ******@TK2MSFTN GP09.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******** ******@TK2MSFTN GP12.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******** ******@TK2MSFTN GP12.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******** ******@TK2MSFTN GP11.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******** ******@TK2MSFTN GP10.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******** ******@TK2MSFTN GP09.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******** ******@TK2MSFTN GP12.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******** ******@TK2MSFTN GP12.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******** ******@TK2MSFTN GP11.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
1567
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 my earlier C# projects?
7
3060
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 studio 2003 .net optimization were enhanced and that i must gain in performance if I switch to VS 2003 or intel compiler. So I send him the project and he returned a compiled DLL with VS 2003. Result : the VS 2003 compiled Dll is slower than the VC6...
7
1658
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 1.1 framework installed. If I install Visual Web Developer Express Edition 2005 on my machine, it will install the .net 2.0 framework. When I go back and open up the 1.1 projects in VS2003 and deploy them again creating the /bin dll, will they...
6
1328
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 C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll. The file in question IS in the virtual directory and this is the inetmgr log file entry that occurs when my browser requests the page: 19:42:27 127.0.0.1 GET /UP1/WebForm1.aspx 404
3
1810
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 do you need to use Visual Studio 2005? If you can use the new framework 2.0 with VS2003 are there any benifits?
1
1606
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 for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation...
10
3091
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.. Basically everytime I build, I get the compiler error bc30456...which is basically that some local variable is not declared. However, the variable is declared...and basically if I change its declaration from private to protected the project will...
5
2238
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. http://blogs.msdn.com/toddca/archive/2005/12/01/499144.aspx I then tried a few of solution I found while perusing Google, - FCNMode registry mod - Relocating to App_Data folder to create/modify/delete directories.
4
1265
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 applications can still be further developed in ASP.NET 1.1 using VS 2003. In other words I am looking for assurance that ASP.NET 1.1 runs independently of ASP.NET 2.0 when both versions are installed in the same computer.
0
11399
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
11554
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10900
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
10067
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
8451
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7597
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6538
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
5143
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4723
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.