473,499 Members | 1,710 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

path to third party libraries

Hi

I am new to c# and the .NET environment so I might not be using the
right terminology. However. I have downloaded Codeplex's public domain
Logging files (and assemblies) [from http://www.codeplex.com/PublicDomain].

I have installed the assemblies, and included the using PublicDomain
directive in my path. However, the compile fails since the complier
can't find the assembly. I suspect I need to put in a fully qualified
path to the libaries.

My question is how do I do that - make the compiler aware of the
location of third party assemblies?

I am willing to read up on this, if someone can point me to the right
URLs.

Thanks in advance.
Kamroot.

Aug 19 '07 #1
2 1462
Are you using an IDE or just using the framework with the command
line?

If it's command line the only resource i know is
http://msdn2.microsoft.com/en-us/lib...sd(VS.80).aspx

If it's VS2005 then have you added a reference to the assemblies in
the project itself?

Aug 20 '07 #2
On Sun, 19 Aug 2007 10:28:53 -0700, "a.*******@gmail.com"
<a.*******@gmail.comwrote:
>Hi

I am new to c# and the .NET environment so I might not be using the
right terminology. However. I have downloaded Codeplex's public domain
Logging files (and assemblies) [from http://www.codeplex.com/PublicDomain].

I have installed the assemblies, and included the using PublicDomain
directive in my path. However, the compile fails since the complier
can't find the assembly. I suspect I need to put in a fully qualified
path to the libaries.

My question is how do I do that - make the compiler aware of the
location of third party assemblies?

I am willing to read up on this, if someone can point me to the right
URLs.

Thanks in advance.
Kamroot.
You need to add a reference to the new assemblies in your project so
that the compiler can find them during the compilation process.
Alternatively you can add them in the Global Assembly Cache, but if
you go down this road you need to factor this fact into your
deployment, as your routine will as well need to add the assemblies to
the GAC as well

--
http://bytes.thinkersroom.com
Aug 20 '07 #3

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

Similar topics

4
2474
by: Edward Diener | last post by:
Try as I might I can not find a routine in os.path which validates whether or not a path is syntactically valid, either as a directory or as a file. This is surprising since, although I know this...
3
1158
by: Chris | last post by:
We'd like to upgrade our webapp to use AJAX, specifically, I'd like to be able to put interactive popup pages over my HTML, and I'd like to be able to fetch dynamic data from the server without...
6
1327
by: Kaushal Mehta | last post by:
Hello, I am using two third party softwares, cyrus IMAP and UW c-client and both of them are defining a function fatal with different signature. Here is the error "ld: fatal: symbol `fatal' is...
0
1365
by: tsmith | last post by:
Hi Can somebody help me, please! I'm trying to use a third-party .NET forms control in an unmanaged COM-aware application (MFC). I have no problem doing this with normal .net controls, as...
4
5498
by: m11533 | last post by:
I am developing a large application with Visual Studio .NET 2003 using C#. We recently added a new third party product with a native .NET library. I want to place this third party product's dll in...
2
1816
by: Marcus | last post by:
Good evening, I'm new to developing large subversion-controlled projects. This one will involve a few third-party libraries like wxWidgets, and perhaps Twisted. Ordinarily you could just install...
1
5258
by: primi | last post by:
Hello, i have studied both c and c++ at university (although by no means have they been extensive, one semester each) and i feel i have a fairly good understanding of the basics of these languages. ...
3
1450
by: Michael Justin | last post by:
Dear all Are there any popular newsgroups or some other places on the web where third party products for .NET developers (libraries, components, build and test tools,...), open source and...
1
2944
by: Maanav Jackson | last post by:
Hi I am displaying a third party webpage into a variable using curl library. When i am displaying the variable in the browser using echo command as shown below. echo $pagecopy; Browser is...
0
7009
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
7178
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,...
1
6899
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...
0
7390
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
5475
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,...
0
4602
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...
0
3103
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1427
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 ...
1
665
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.