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

C#

 
AnswerRe: Read and Write data from different databases, but How?? Pin
exhaulted9-Aug-04 4:29
exhaulted9-Aug-04 4:29 
GeneralUsing the same class belonging to the same namespaces in two different assembly for a project Pin
gokselm9-Aug-04 1:36
gokselm9-Aug-04 1:36 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
exhaulted9-Aug-04 1:56
exhaulted9-Aug-04 1:56 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
leppie9-Aug-04 2:02
leppie9-Aug-04 2:02 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
exhaulted9-Aug-04 2:06
exhaulted9-Aug-04 2:06 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
leppie9-Aug-04 2:18
leppie9-Aug-04 2:18 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
exhaulted9-Aug-04 3:12
exhaulted9-Aug-04 3:12 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
leppie9-Aug-04 2:00
leppie9-Aug-04 2:00 
Do you want to use them as the same class? Then you are out of luck!

Do you want to just reference them? Then redesign your classes and let them at least half decent/different names.

If you really wanna use them like that, they way you explain, you will have to resort to reflection as the C# compiler cannot handle such ambiguities.

top secret xacc-ide 0.0.1
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
gokselm9-Aug-04 3:18
gokselm9-Aug-04 3:18 
QuestionHow to change new line in textBox Pin
wk_vigorous9-Aug-04 1:31
wk_vigorous9-Aug-04 1:31 
AnswerRe: How to change new line in textBox Pin
Aaron Eldreth9-Aug-04 1:44
Aaron Eldreth9-Aug-04 1:44 
GeneralRe: How to change new line in textBox Pin
Rulala10-Aug-04 15:29
Rulala10-Aug-04 15:29 
Questionhow to override close Pin
Stephan Wright9-Aug-04 1:12
Stephan Wright9-Aug-04 1:12 
AnswerRe: how to override close Pin
exhaulted9-Aug-04 2:05
exhaulted9-Aug-04 2:05 
GeneralRe: how to override close Pin
Stephan Wright9-Aug-04 2:13
Stephan Wright9-Aug-04 2:13 
AnswerRe: how to override close Pin
leppie9-Aug-04 2:11
leppie9-Aug-04 2:11 
Generalattributes Pin
matt cole8-Aug-04 22:28
matt cole8-Aug-04 22:28 
GeneralConverting IEEE-float (e.g. C#) to Microsoft Binary format Pin
DennisMetz8-Aug-04 21:37
DennisMetz8-Aug-04 21:37 
GeneralASP.NET project into dll Pin
Alex Getman8-Aug-04 21:31
Alex Getman8-Aug-04 21:31 
GeneralRe: ASP.NET project into dll Pin
sreejith ss nair8-Aug-04 22:29
sreejith ss nair8-Aug-04 22:29 
GeneralRe: ASP.NET project into dll Pin
Alex Getman8-Aug-04 22:35
Alex Getman8-Aug-04 22:35 
GeneralRe: ASP.NET project into dll Pin
sreejith ss nair8-Aug-04 22:59
sreejith ss nair8-Aug-04 22:59 
GeneralRe: ASP.NET project into dll Pin
Alex Getman9-Aug-04 0:35
Alex Getman9-Aug-04 0:35 
GeneralRe: ASP.NET project into dll Pin
sreejith ss nair9-Aug-04 0:47
sreejith ss nair9-Aug-04 0:47 
Generalcloning menus Pin
Stephan Wright8-Aug-04 21:30
Stephan Wright8-Aug-04 21:30 

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.