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

URGENT :Strange missing assembly reference ???

Dear all,
I have a really strange beaviour in my application.

First of all I have a single plugin interface named
IPlugIn which as been build in a separate project library
named PLugin.dll (this contains only the interface)

Then I have a PlugInManager project which has as reference
the library Plugin.dll and implements the IPlugIn
interface. In addition to that PluginManager project has
also a reference to a Common libryr project which contains
all common class that are used in my application
(Common.dll). The reference to common.dll is also added as
reference here.
Compiling this generated PlugInManager.dll

As a last steps in order to identify my plugin
functionnality, I need to create an instance of my plugin
and for that I need to add in Common project (common.dll)
a reference to PlugInMagaer.dll and also reference to
PLugin.dll defined earlier.

Then in my Common project I have a class named Line
(line.vb).

The problem I get comes at the time I try to create a new
plugin.dll instance

I get error message "Reference require to assembly common
containing the type Line" but what is strange is that the
type Line is a class inside common project itself ???

Note that if I add everything in common project it works
OK but the idea in my application is to give the
possibility to extend functionnality by plugin. Thats why
I have separate the interface and the pluginmangement in a
new project

It seems that there is a cross reference problem any idea
how to solve this ?

Hoping I have been clear enough
Thanks for your help

regards
serge

Jul 21 '05 #1
0 1321

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

Similar topics

0
by: serge calderara | last post by:
Dear all, I have a really strange beaviour in my application. First of all I have a single plugin interface named IPlugIn which as been build in a separate project library named PLugin.dll...
3
by: Argirop | last post by:
Assuming two aspx pages named Defaul1 and Default2 whith separate code behind files. The corresponding class names are Defaul1 and Default2 respectively and are in the same namespace...
0
by: tanske | last post by:
Hi, Here's the error I received after browsing the ASMX file from IIS. Server Error in '/ABC' Application. --------------------------------------------------------------------------------...
2
by: RasmusKL | last post by:
I'm currently starting my first asp.net 2.0 app, and doing so on my current webhotel proved to be somewhat of a challenge. First I thought I had a problem with references, since it gave an error...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.