Click here to Skip to main content
15,914,221 members
Home / Discussions / C#
   

C#

 
GeneralImplementing ISite to have access to DesignMode indicator Pin
kyledunn25-Jul-02 15:42
kyledunn25-Jul-02 15:42 
QuestionC# Inquiry? Pin
BHBAD25-Jul-02 6:52
sussBHBAD25-Jul-02 6:52 
AnswerRe: C# Inquiry? Pin
leppie25-Jul-02 7:34
leppie25-Jul-02 7:34 
AnswerRe: C# Inquiry? Pin
Anonymous25-Jul-02 10:10
Anonymous25-Jul-02 10:10 
GeneralConsole application Pin
Ahmed Diaa24-Jul-02 22:59
Ahmed Diaa24-Jul-02 22:59 
GeneralRe: Console application Pin
jparsons25-Jul-02 2:36
jparsons25-Jul-02 2:36 
GeneralRe: Console application Pin
Anonymous25-Jul-02 8:17
Anonymous25-Jul-02 8:17 
GeneralAbout shared assembly. Pin
Feng Qin24-Jul-02 21:40
Feng Qin24-Jul-02 21:40 
1.I can add an assembly to cache, but I cannot find it in dialog when you click "Add reference", how can I let my assembly to the dialog's .net assembly list?
2.I built two version assembly(v1.0.0.0 and v1.0.0.1) that included the same sn, also added them to cache, now I want to refer the certain version of them in my application, how can I do?
I have tried "Add reference", but I cannot find it because the problem 1, then, I used "Browse" to select a certain version dll(ie: v1.0.0.0) file because of using the namespace of the shared assembly, then I wrote a config file of application:

bindingRedirect oldVersion="1.0.0.0" newVersion="1.0.0.1"

But when I run the program, the application still link to v1.0.0.0.

Any thoughts?
Thank you!

I'm amumu, and you?
GeneralRe: About shared assembly. Pin
James T. Johnson24-Jul-02 23:54
James T. Johnson24-Jul-02 23:54 
GeneralRe: About shared assembly. Pin
Feng Qin25-Jul-02 0:03
Feng Qin25-Jul-02 0:03 
GeneralRe: About shared assembly. Pin
James T. Johnson25-Jul-02 0:08
James T. Johnson25-Jul-02 0:08 
GeneralSys-wide keyboard hook Pin
Anonymous24-Jul-02 19:14
Anonymous24-Jul-02 19:14 
GeneralRe: Sys-wide keyboard hook Pin
Luis Alonso Ramos24-Jul-02 21:02
Luis Alonso Ramos24-Jul-02 21:02 
GeneralRe: Sys-wide keyboard hook Pin
Alex Korchemniy25-Jul-02 7:20
Alex Korchemniy25-Jul-02 7:20 
GeneralRe: Sys-wide keyboard hook Pin
Luis Alonso Ramos25-Jul-02 10:57
Luis Alonso Ramos25-Jul-02 10:57 
GeneralCopy Constructor Pin
Johnny Zee24-Jul-02 16:54
sussJohnny Zee24-Jul-02 16:54 
GeneralRe: Copy Constructor Pin
James T. Johnson24-Jul-02 18:08
James T. Johnson24-Jul-02 18:08 
GeneralRe: Copy Constructor Pin
Johnny Zee25-Jul-02 2:27
sussJohnny Zee25-Jul-02 2:27 
GeneralRe: Copy Constructor Pin
albean28-Jul-02 14:22
albean28-Jul-02 14:22 
GeneralRe: Copy Constructor Pin
James T. Johnson28-Jul-02 16:01
James T. Johnson28-Jul-02 16:01 
GeneralConfigurationSettings Pin
Steve Severance24-Jul-02 13:12
Steve Severance24-Jul-02 13:12 
GeneralRe: ConfigurationSettings Pin
James T. Johnson24-Jul-02 16:18
James T. Johnson24-Jul-02 16:18 
GeneralRe: ConfigurationSettings Pin
jparsons25-Jul-02 2:45
jparsons25-Jul-02 2:45 
GeneralRe: ConfigurationSettings Pin
James T. Johnson25-Jul-02 2:50
James T. Johnson25-Jul-02 2:50 
GeneralNamespace Hell Pin
stephen woolhead24-Jul-02 13:12
stephen woolhead24-Jul-02 13:12 

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.