473,320 Members | 2,133 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.

newb stuff.

Hello,

I use Visual Studio .NET to create a .aspx page. When I do this it creates a
..dll assembly with name similar to the project. I assume that in this dll
all kinds of references are made to other needed dll's that I link using
VS.NET. But if I create the .aspx file with a text editor, how do I link
with other assembles of mine that are in the \bin folder of the .appx file
directory?

Thanks.
Nov 19 '05 #1
2 1077
If they are in your \bin directory, or the Global Assembly Cache, they are
ready to use. All you need to do is add a Reference to them in your project,
so that the app knows they are there.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Qwert" <no**@nosp.com> wrote in message
news:Mq********************@casema.nl...
Hello,

I use Visual Studio .NET to create a .aspx page. When I do this it creates
a .dll assembly with name similar to the project. I assume that in this
dll all kinds of references are made to other needed dll's that I link
using VS.NET. But if I create the .aspx file with a text editor, how do I
link with other assembles of mine that are in the \bin folder of the .appx
file directory?

Thanks.

Nov 19 '05 #2
The page directive should have an Assembly attribute which can be used to
import an assembly into your aspx page. However, I think all of your code
has to be within the aspx page within the <script runat="server"> block.
Meaning, this will not work for code behind. You will have to resort to
another method. Search the net..there are examples on that.

--
T. DAVIS JR
aka - Tampa.NET Koder
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:ep**************@TK2MSFTNGP15.phx.gbl...
If they are in your \bin directory, or the Global Assembly Cache, they are
ready to use. All you need to do is add a Reference to them in your
project, so that the app knows they are there.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"Qwert" <no**@nosp.com> wrote in message
news:Mq********************@casema.nl...
Hello,

I use Visual Studio .NET to create a .aspx page. When I do this it
creates a .dll assembly with name similar to the project. I assume that
in this dll all kinds of references are made to other needed dll's that I
link using VS.NET. But if I create the .aspx file with a text editor, how
do I link with other assembles of mine that are in the \bin folder of the
.appx file directory?

Thanks.


Nov 19 '05 #3

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

Similar topics

2
by: Xizor | last post by:
Ok, I'm new to PHP and MySQL. I've been going through tutorials, reading the documentation, and looking through web sites. PHP to me seems great! With MySQL it seems even better. However, I'm an...
0
by: claudel | last post by:
Hi I have a newb PHP/Javascript question regarding checkbox processing I'm not sure which area it falls into so I crossposted to comp.lang.php and comp.lang.javascript. I'm trying to...
1
by: Chris | last post by:
I'm developing a thing that gathers data as follows: 1. For all files of a certain name: I. for all lines in each of those files: i. split the /-separated values in each of those lines, and stuff...
2
by: marko2 | last post by:
I have debian running and this is how I have it setup # ls -ld /var/lib/mysql drwxr-xr-x 4 mysql mysql 4096 Aug 19 11:29 /var/lib/mysql I was shown how to setup a password for...
3
by: claudel | last post by:
Hi I have a newb PHP/Javascript question regarding checkbox processing I'm not sure which area it falls into so I crossposted to comp.lang.php and comp.lang.javascript. I'm trying to...
20
by: Chad Everett | last post by:
Hi all, I am new to the group. Trying to learn Python programming on my own. I am working through Michael Dawson's Book Python Programming for the absolute beginner. I am tring to write a...
11
by: The_Kingpin | last post by:
Hi all, I'm new to C programming and looking for some help. I have a homework project to do and could use every tips, advises, code sample and references I can get. Here's what I need to do....
5
by: Richard Shewmaker | last post by:
Hi. I've been using CSS for basic stuff, mostly concerning fonts. I want to get going with using CSS fully. Two days ago I purchased O'Reilly's "Cascading Style Sheets" and "CSS Cookbook." I've...
4
by: SteveKlett | last post by:
I have a subset of form items that I need to perform different operations on (enable/disable, clear values, change style, etc) rather than hard code the IDs or names I would like to recursively...
5
by: Andrew Sackville-West | last post by:
Hi list, I've tried, lots of interpreter testing and google grepping to figure this out and I think I'm missing something fundamental. I have an ascii data dump from a POS system that has 131...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
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
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: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
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)...
0
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

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.