Click here to Skip to main content
15,915,094 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: dll in the gac Pin
Sonia Gupta24-Sep-07 20:56
Sonia Gupta24-Sep-07 20:56 
GeneralRe: dll in the gac Pin
gauthee24-Sep-07 21:13
gauthee24-Sep-07 21:13 
GeneralRe: dll in the gac Pin
Paras Kaneriya24-Sep-07 21:20
Paras Kaneriya24-Sep-07 21:20 
GeneralRe: dll in the gac Pin
gauthee24-Sep-07 21:25
gauthee24-Sep-07 21:25 
GeneralRe: dll in the gac Pin
Paras Kaneriya24-Sep-07 21:18
Paras Kaneriya24-Sep-07 21:18 
GeneralRe: dll in the gac Pin
Paras Kaneriya24-Sep-07 21:24
Paras Kaneriya24-Sep-07 21:24 
GeneralRe: dll in the gac Pin
Sonia Gupta24-Sep-07 21:34
Sonia Gupta24-Sep-07 21:34 
GeneralRe: dll in the gac Pin
Paras Kaneriya24-Sep-07 23:01
Paras Kaneriya24-Sep-07 23:01 
It is not possible to directly reference an assembly from the GAC in your project. If you want to use an assembly from the GAC, you should drop your assemblies to a local folder, and then add a reference to the assembly from this folder. You may want to set the Copy Local property to False for that assembly if you do not want the assembly to be copied locally to your project folders. At runtime, the application will use the assemblies from the GAC.(Found from Microsoft site)

Please refer if you want : How to display an assembly in the Add Reference dialog box




Paras Kaneriya
The difference between genius and stupidity is that genius has its limits.

AnswerRe: dll in the gac Pin
Ajeet mittal24-Sep-07 21:21
Ajeet mittal24-Sep-07 21:21 
GeneralRe: dll in the gac Pin
Sonia Gupta24-Sep-07 21:26
Sonia Gupta24-Sep-07 21:26 
Questionpassing data information from masterpage to web user control Pin
firestoper24-Sep-07 20:04
firestoper24-Sep-07 20:04 
AnswerRe: passing data information from masterpage to web user control Pin
Guffa24-Sep-07 21:29
Guffa24-Sep-07 21:29 
QuestionRequest for code Pin
Rashmi_Karnam24-Sep-07 19:47
Rashmi_Karnam24-Sep-07 19:47 
AnswerRe: Request for code Pin
Sathesh Sakthivel24-Sep-07 21:31
Sathesh Sakthivel24-Sep-07 21:31 
GeneralRe: Request for code Pin
Rashmi_Karnam25-Sep-07 0:56
Rashmi_Karnam25-Sep-07 0:56 
AnswerRe: Ho can we come to know client connect to the server Pin
Christian Graus24-Sep-07 20:02
protectorChristian Graus24-Sep-07 20:02 
GeneralRe: Ho can we come to know client connect to the server Pin
Tarun Dudhatra24-Sep-07 23:22
Tarun Dudhatra24-Sep-07 23:22 
GeneralRe: Ho can we come to know client connect to the server Pin
Christian Graus24-Sep-07 23:46
protectorChristian Graus24-Sep-07 23:46 
Questionselect data from database in a list Pin
kanpurashu24-Sep-07 19:22
kanpurashu24-Sep-07 19:22 
AnswerRe: select data from database in a list Pin
Paras Kaneriya24-Sep-07 19:32
Paras Kaneriya24-Sep-07 19:32 
GeneralRe: select data from database in a list Pin
kanpurashu24-Sep-07 19:42
kanpurashu24-Sep-07 19:42 
Questionshared dll Pin
Sonia Gupta24-Sep-07 18:38
Sonia Gupta24-Sep-07 18:38 
AnswerRe: shared dll Pin
Christian Graus24-Sep-07 18:46
protectorChristian Graus24-Sep-07 18:46 
GeneralRe: shared dll Pin
Sonia Gupta24-Sep-07 18:50
Sonia Gupta24-Sep-07 18:50 
GeneralRe: shared dll Pin
Paras Kaneriya24-Sep-07 18:53
Paras Kaneriya24-Sep-07 18:53 

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.