Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi all Xtremer's

 

i want to include a dll i made in my ASP.net application. I have found a way to do that but it is not very good. What i do is when i have a new dll i go to the server and edit the file machine.config that is in

 

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\CONFIG\MACHINE.CONFIG

 

what i do is i add a line to the xml

 

<assemblies>

<add assembly="MY NAMESPACE, version=DLL VERSION, Cultural=neutral, PublicKeyTolken=NULL" />

</assemblies>

 

This method creats a big problem! in every other asp.net application i have to include the dll put in the machine.config to the bin folder of the new asp.net app.

 

So what other way to i have to include a dll on my ASP.net app?

 

 

thnx to all

Posted

oops!!!! how do you compile?, how you manage the CodeBehind? (just asking)

So far I can't think on another way of doing it, I thought you're using VS, so far keep doing it the way you've been doing it 8if it works for you), if I find something I'll let you know or maybe someone else here will come with a better idea

Fat kids are harder to kidnap

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...