CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

MS SQL 2008 on ASP.NET Hosting



Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 3/3/2006 8:53:58 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 1 Views: 30 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
ohmbju
Asp.Net User
How to dynamically refresh the class library for all web projects that use the same one?3/3/2006 8:53:58 PM

0/0

I have many web projects refer to a class library.
I know that once you add a "reference" to each web project, it'll create an instance of that class library and put it in the web project "bin" folder.

The thing is, what shall I do when I need to modify that class library without re-compiling the web projects?
Right now, what I am doing is copying the new .dll version of that class library and pasting it in the website bin folder. Is there any way to make that easier so that I don't have to go copy and paste to all sites.

I know that if you open the web project, it'll update/refresh the reference automatically but I really want to know the way to do it without opening all web projects.

Thanks in advance!

borosen
Asp.Net User
Re: How to dynamically refresh the class library for all web projects that use the same one?3/5/2006 3:31:16 PM

0/0

ohmbju wrote:
I have many web projects refer to a class library.
I know that once you add a "reference" to each web project, it'll create an instance of that class library and put it in the web project "bin" folder.

The thing is, what shall I do when I need to modify that class library without re-compiling the web projects?
Right now, what I am doing is copying the new .dll version of that class library and pasting it in the website bin folder. Is there any way to make that easier so that I don't have to go copy and paste to all sites.

I know that if you open the web project, it'll update/refresh the reference automatically but I really want to know the way to do it without opening all web projects.

Thanks in advance!

You could add a Post-build event to your library project, such as
xcopy $(TargetPath) <yourpathhere> /Y /D.
Add one row for each website.
When you build your project, the target of the project will be copied to all specified sites.

I am not sure though, how your web-projects will react to this when you compile your solution.
2 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
Common Gotcha: Slow VS 2005 Web Site Build Performance Because of ... The most interesting things is that all library projects compile very quickly only the web app ... I remember I tried to delete one of the .refresh file, ...
Introduction to Web Application Projects NET Web application projects use the same configuration settings and behaviors as Visual Studio 2005 class-library projects. ...
Web Applications and Library Projects - EPiServer 2008 All my library projects have runtime files somewhere below the /bvn directory, ... all my library projects in the same place if I use more than one in a ...
CodeProject: Building ASP.NET Web Pages Dynamically in the Code ... Apr 25, 2008 ... I will get you started on building a class library of your own to make .... One some projects, I have been able to take pages that never ...
Quality Dashboard in Creator 2 - dynamically populating a Table ... Feb 16, 2006 ... Next, import the Java Class Library. From the Projects window, expand the Web Application project one level, select Library References, ...
The Sherpa Project » Blog Archive » Asp.net 2.0 and VSS - The Bin ... The design is that these will be updated when the class library is rebuilt ... where all the referenced DLL files are being dumped into the web project’s ...
Java Community News - Bret Taylor on the Google Web Toolkit Just to use one feature of that, you have to include all 200KB. ... You write your user interface against that class library. ...
CodeProject: Dynamic data access in web projects using reflection ... Dynamically loading a data access library using reflection. .... that the schema of data returned by the query will be the same for all the components. ...
Javascript libraries roundup « eDevil’s weblog The projects focus is to promote robust web applications and enable rapid web ... This class library simplifies the use of XMLHttp by providing . ...
1 Programmatic Environments PL/SQL lets you use all the SQL data manipulation, cursor control, ...... Oracle Objects for OLE C++ Class Library is a collection of C++ classes that ...




Search This Site:










web.config becomes checked out in source control and writable

no vs ide for microsoft samples......

stand-alone class file declaration in code-behind

swedish characters with fileupload component.

pass dataset to sqlclr function

web deployment project and database setup

vs2005 add-in suggestion

network connection detection

debugging web services in vs.net 2005 - a step backward

vs2005 server doesn't show stored procedure columns

import j2ee application in team foundation server

how to make height and width to percentage by default.

xsd using sproc with parameters - not recognized

task list tab locks up!

missing help...help!

internet site and intranet site templates...

problems with built in web server

why are the visual studio add-in assemblies being added to my web.config?

concatenate script files and line-ending problems

i just can split this string

my project templates don't show in new project dialog

error: name 'lblsubtitle' is not declared

strange debugging problem

imagebutton not loading correctly

manually attach a code behind file to my aspx page

i can get to design view (source view & design view)

word wrap in vs2005

slow vs2005

should i go from webmatrix to vs

will visual studio 2005 (and maybe 2008) run fine on x64 operating systems?

  Privacy | Contact Us
All Times Are GMT