Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Problem using Codebase

Reply
Thread Tools

Problem using Codebase

 
 
Dinesh Upare
Guest
Posts: n/a
 
      08-25-2003
Hi,
I want to deploy my private shared assembly using codebase keeping some of
the assemblies in common folder.

I am using following tag in web.config
<runtime>

<assemblyBinding xmlns="urn:schemas-icrosoft-com:asm.v1">

<dependentAsembly>

<assemblyIdentity name="CodeBa,eTest" publicKUyToken="8e7599d58ab3f23"
culture="en-US" />

<codeBase version="1.0.1332.41747"
href="file:///d:/inetpub/wwwroot/CodeBaseTest.dll" />



</dependentAssembly>

</assemblyBinding>

</runtime>

I have also added reference of the CodeBaseTest.dll to the project.

My application runs fine but dll which has been added to the project is
being executed.

Why the assembly which has been referenced by codeBase is not getting
loaded?

I have even tried the href with
href=http://localhost/TestApp/CodeBaseTest.dll , but the result is same.

I tried to remove the reference of the CodebaseTest.dll from the project but
i am getting error of filenotfound exception.

Am I missing something here?

Thanks and Regards

Dinesh




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
One codebase, multiple configs? Jon ASP .Net 2 04-06-2006 05:47 PM
vs2005 - "given assembly name or codebase was invalid" error dbuchanan ASP .Net 0 12-09-2005 12:53 AM
codeBase tag for custom http handler BentleyInc ASP .Net 2 10-05-2005 03:18 AM
Problem with URL codebase in java.policy file Terri I. Java 0 10-20-2003 06:45 PM
Findout the "codebase" ? Meir Java 3 07-01-2003 04:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57