473,398 Members | 2,403 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,398 software developers and data experts.

Ignoring Assembly Versions

Hi All,

We have some reporting in our asp.net apps, we use Active reports but this
could apply to any reporting tool. These reports get compiled into the app
and generally we deploy the complete site for any updates/changes etc.

My plan is create a project(dll) within a site's solution specifically for
the reporting side of the app, this project will reference the reporting
tool's dll's. Functions that run a report will return the report as a byte[]
array so I can use this to either write to file or binary write to the
browser.

I want to be able to make report changes and only drop in the Reporting dll
(and reporting tool dll's if a new version is available) to make report
updates without having to deploy the rest of the site. If I drop in a new
repoting dll that is referenced by the project, I would get an error
indicating an incorrect assembly version reference.

Is it possible to ignore the version reference. Obviously changing functions
parameters etc would lead to other errors, but I am just talking about
report content changes/updates/bug fixes etc.

Hope this makes sense?

Mark Redman
Nov 16 '05 #1
2 2233
"Mark Redman" <Re************@hotmail.com> wrote in message
news:OA**************@TK2MSFTNGP09.phx.gbl...
<snip>
Is it possible to ignore the version reference. Obviously changing functions parameters etc would lead to other errors, but I am just talking about
report content changes/updates/bug fixes etc.

Hope this makes sense?

Mark Redman


Mark,

Have you considered using a plugin architecture? .NET reflection makes this
very easy to implement:

http://www.codeproject.com/csharp/C_...chitecture.asp

Erik
Nov 16 '05 #2
Hi Erik,

Thanks for the reply, I will have a look at that.

Mark

"Erik Frey" <er*******@hotmail.com> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
"Mark Redman" <Re************@hotmail.com> wrote in message
news:OA**************@TK2MSFTNGP09.phx.gbl...
<snip>
Is it possible to ignore the version reference. Obviously changing functions
parameters etc would lead to other errors, but I am just talking about
report content changes/updates/bug fixes etc.

Hope this makes sense?

Mark Redman


Mark,

Have you considered using a plugin architecture? .NET reflection makes

this very easy to implement:

http://www.codeproject.com/csharp/C_...chitecture.asp

Erik

Nov 16 '05 #3

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

Similar topics

2
by: Terence Shek | last post by:
Is there a way to set the application binding policy so that it always binds to the latest version of an assembly? I'm hoping there is a way to avoid updating the application's binding...
0
by: Ken Durden | last post by:
I'm working on a client-server application where the client is controlling two devices (aka servers) which both implement the same interface contract. We have a set of about 4 assemblies which...
4
by: Arnaud Debaene | last post by:
Hello group. I have an app which can load "plugins" assemblies that are described in the registry (each registry entry gives the full path to the plugin ..dll file). The plugins may be anywhere...
1
by: Zeng | last post by:
I randomly got this error: "System.IO.FileLoadException: The located assembly's manifest definition with name 'ClientToolLib' does not match the assembly reference." I noticed that in the...
13
by: Bern McCarty | last post by:
I have run an experiment to try to learn some things about floating point performance in managed C++. I am using Visual Studio 2003. I was hoping to get a feel for whether or not it would make...
1
by: Scott Hamlin | last post by:
I am receiving an error while trying to use Crystal Reports with .NET, which I have pasted below. The main problem is this message: File or assembly name CrystalDecisions.CrystalReports.Engine,...
3
by: Richard Lewis Haggard | last post by:
We are having a lot of trouble with problems relating to failures relating to 'The located assembly's manifest definition with name 'xxx' does not match the assembly reference" but none of us here...
5
by: Laurence | last post by:
In VS.2005 using VB.NET There are two versions on every project, The Assembly Version and the File Version. Why are there two different versions? As far as I can tell, there is not need for...
0
by: learnet | last post by:
Hi, I have a question about using different versions of same assembly from GAC.... I have created a assembly "testlib" and created a strong name for that assembly. Installed the assembly in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
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...
0
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,...

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.