Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: getting value of current page's value after response.redirect Pin
Brij29-May-10 2:39
mentorBrij29-May-10 2:39 
Questionweb application problem Pin
sanjay.knitian29-May-10 0:01
sanjay.knitian29-May-10 0:01 
AnswerRe: web application problem Pin
R. Giskard Reventlov29-May-10 2:26
R. Giskard Reventlov29-May-10 2:26 
AnswerRe: web application problem Pin
The Man from U.N.C.L.E.29-May-10 6:07
The Man from U.N.C.L.E.29-May-10 6:07 
Questionduplicates Pin
NetQuestions28-May-10 18:38
NetQuestions28-May-10 18:38 
AnswerRe: duplicates Pin
Peace ON28-May-10 19:07
Peace ON28-May-10 19:07 
GeneralRe: duplicates Pin
NetQuestions28-May-10 19:30
NetQuestions28-May-10 19:30 
AnswerRe: duplicates Pin
Peace ON28-May-10 20:08
Peace ON28-May-10 20:08 
Yes,
The Global Assembly Cache (GAC) is a central repository for storing shared assemblies. The GAC allows multiple versions of the same assembly to be installed concurrently and also prevents different assembly vendors from overwriting each other's assemblies.

The GAC is a black boxed repository of assemblies capable of keeping multiple version/cultures of a same assembly. A strongname is considered a unique entry in the GAC (i.e. the GAC requires all it's assemblies to be strongnamed and signed). Note that the GAC has nothing to do with security! In fact assemblies in the GAC aren't verified when loaded from the runtime.

Find following link for registering more than one versions of same dll and
how to call it in our application.
http://www.mono-project.com/Assemblies_and_the_GAC[^]

And Obviously if it is not shared dlls/registered and being used from GAC then there is clear cut case
of duplication.


HTH
Jinal Desai - LIVE
Experience is mother of sage....

AnswerRe: duplicates Pin
Eddy Vluggen29-May-10 0:28
professionalEddy Vluggen29-May-10 0:28 
QuestionTo create a website for Examination system Pin
adit ya16928-May-10 14:58
adit ya16928-May-10 14:58 
AnswerRe: To create a website for Examination system Pin
Peace ON28-May-10 19:31
Peace ON28-May-10 19:31 
AnswerRe: To create a website for Examination system Pin
R. Giskard Reventlov28-May-10 19:32
R. Giskard Reventlov28-May-10 19:32 
Questionsql help Pin
Aljaz11128-May-10 7:45
Aljaz11128-May-10 7:45 
AnswerRe: sql help Pin
Not Active28-May-10 8:05
mentorNot Active28-May-10 8:05 
GeneralRe: sql help Pin
Aljaz11128-May-10 8:40
Aljaz11128-May-10 8:40 
Questionhow to fire an event from a different Pin
raghvendrapanda28-May-10 5:33
raghvendrapanda28-May-10 5:33 
AnswerRe: how to fire an event from a different Pin
Peace ON28-May-10 5:44
Peace ON28-May-10 5:44 
AnswerRe: how to fire an event from a different Pin
Sandeep Mewara28-May-10 7:38
mveSandeep Mewara28-May-10 7:38 
GeneralRe: how to fire an event from a different Pin
raghvendrapanda1-Jun-10 3:37
raghvendrapanda1-Jun-10 3:37 
QuestionAjax CascadingDropdownControl Pin
Ratnesh N Bharos28-May-10 3:16
Ratnesh N Bharos28-May-10 3:16 
AnswerRe: Ajax CascadingDropdownControl Pin
Peace ON28-May-10 3:22
Peace ON28-May-10 3:22 
Answer[Cross-post]: Ajax CascadingDropdownControl Pin
Sandeep Mewara28-May-10 4:20
mveSandeep Mewara28-May-10 4:20 
QuestionImage upload dimensions Pin
Paul McGann28-May-10 2:12
professionalPaul McGann28-May-10 2:12 
AnswerRe: Image upload dimensions Pin
JHizzle28-May-10 2:26
JHizzle28-May-10 2:26 
GeneralRe: Image upload dimensions Pin
Paul McGann28-May-10 2:57
professionalPaul McGann28-May-10 2:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.