473,320 Members | 1,713 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.

Problems when compiling Windows Control when using references to class libraries

I use csc /t:library scanControl.dll. Here I got some errors telling
me that the compiler can't find the class library dll:s that I have
referenced in my windows control project. I have added references to
the two classes and I use the using statements. Isn't that enough?
After compiling the control I will put it in the virtual directory of
IIS so that other web users can download it. My question here is how
do I do to distribute more than one dll?

I hope someone knows the answer... /Patrik
Nov 17 '05 #1
1 1150
you need the /r switch, eg

csc /t:library /r:ReferencedLibrary.dll /out:scanControl.dll
scanControl.cs
"pataN" <no********@msn.com> wrote in message
news:ce**************************@posting.google.c om...
I use csc /t:library scanControl.dll. Here I got some errors telling
me that the compiler can't find the class library dll:s that I have
referenced in my windows control project. I have added references to
the two classes and I use the using statements. Isn't that enough?
After compiling the control I will put it in the virtual directory of
IIS so that other web users can download it. My question here is how
do I do to distribute more than one dll?

I hope someone knows the answer... /Patrik

Nov 17 '05 #2

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

Similar topics

15
by: Rob Ratcliff | last post by:
I'm compiling the latest version of a CORBA ORB called MICO on a Cray X1. It makes heavy use of templates and namespaces. Up until the link step, the C++ source code compiled flawlessly. But, when...
10
by: BBFrost | last post by:
We just recently moved one of our major c# apps from VS Net 2002 to VS Net 2003. At first things were looking ok, now problems are starting to appear. So far ... (1) ...
19
by: Dales | last post by:
I have a custom control that builds what we refer to as "Formlets" around some content in a page. These are basically content "wrapper" sections that are tables that have a colored header and...
2
by: Brian | last post by:
NOTE ALSO POSTED IN microsoft.public.dotnet.framework.aspnet.buildingcontrols I have solved most of my Server Control Collection property issues. I wrote an HTML page that describes all of the...
2
by: Suzanne | last post by:
Hi all, I'm reposting this message as I'm experiencing this problem more and more frequently : I really hope someone out there can help me as I've been tearing my hair out on this one for a...
8
by: Hari | last post by:
I am very new to programming GUI VB.NET, and I just tried making a simple Form popup with a button that says OK and a label that says "Hello world". I have Visual Studio, but I am not familiar with...
9
by: Paguro Bernardo | last post by:
Hi all, I'm building a user control in c#. This control has a property which can contain an instance of a user defined class which has to be a subclass of an abstract class A. I'd like the user...
1
by: Rob R. Ainscough | last post by:
This is definitely a major weak spot in VS 2005 .NET development. It was a big problem in VS 2003 and apparently has carried over to VS 2005. It really should NOT be this complicated (it wasn't...
3
by: Andreas | last post by:
Hi! I'm currently developing a DLL that makes use of C++ and .net (mixed) using Visual Studio 2003. Now, as I wanted to move to the new Visual Studio 2005, I converted this project into the...
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: 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: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
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.