Click here to Skip to main content
16,005,339 members
Home / Discussions / C#
   

C#

 
QuestionLine Graph in C# Pin
NET/C++Developer8-Apr-07 23:33
NET/C++Developer8-Apr-07 23:33 
Questionis there is any collection which returns three(two key and a values) Pin
pashitech8-Apr-07 23:04
pashitech8-Apr-07 23:04 
AnswerRe: is there is any collection which returns three(two key and a values) Pin
Shajeel8-Apr-07 23:53
Shajeel8-Apr-07 23:53 
AnswerRe: is there is any collection which returns three(two key and a values) Pin
Morantex11-Apr-07 7:59
Morantex11-Apr-07 7:59 
QuestionObject Type Casting problem Pin
srivatsan248-Apr-07 22:28
srivatsan248-Apr-07 22:28 
AnswerRe: Object Type Casting problem Pin
Colin Angus Mackay9-Apr-07 0:17
Colin Angus Mackay9-Apr-07 0:17 
QuestionRe: Object Type Casting problem [modified] Pin
srivatsan249-Apr-07 0:24
srivatsan249-Apr-07 0:24 
GeneralRe: Object Type Casting problem Pin
Colin Angus Mackay9-Apr-07 0:38
Colin Angus Mackay9-Apr-07 0:38 
I'm confused. You now appear to have 3 definitions for a Customer object. You should only have one throughout your entire solution.

You should be using only the customer object in the class library. You need to remove the definitions of Customer in the Services and use the Customer class in the class library instead. You can add the class library as a reference to each project that needs it. You can do that by right-clicking the project and selecting "Add Reference..." and going to the projects tab and choosing the class library project that contains the Customer class.


Upcoming events:
* Edinburgh: Web Security Conference Day for Windows Developers (12th April)
* Glasgow: Introduction to AJAX (2nd May), SQL Server, Mock Objects

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

GeneralRe: Object Type Casting problem Pin
srivatsan2410-Apr-07 0:32
srivatsan2410-Apr-07 0:32 
QuestionCalling a function without an object Pin
nasambur8-Apr-07 20:51
nasambur8-Apr-07 20:51 
AnswerRe: Calling a function without an object Pin
Tamimi - Code8-Apr-07 23:04
Tamimi - Code8-Apr-07 23:04 
GeneralRe: Calling a function without an object Pin
nasambur8-Apr-07 23:18
nasambur8-Apr-07 23:18 
GeneralRe: Calling a function without an object Pin
Tamimi - Code8-Apr-07 23:34
Tamimi - Code8-Apr-07 23:34 
GeneralRe: Calling a function without an object Pin
nasambur8-Apr-07 23:38
nasambur8-Apr-07 23:38 
GeneralRe: Calling a function without an object Pin
Tamimi - Code8-Apr-07 23:48
Tamimi - Code8-Apr-07 23:48 
GeneralRe: Calling a function without an object Pin
nasambur8-Apr-07 23:53
nasambur8-Apr-07 23:53 
GeneralRe: Calling a function without an object Pin
Tamimi - Code9-Apr-07 0:51
Tamimi - Code9-Apr-07 0:51 
GeneralRe: Calling a function without an object Pin
nasambur9-Apr-07 1:07
nasambur9-Apr-07 1:07 
GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 1:14
Colin Angus Mackay9-Apr-07 1:14 
GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 1:04
Colin Angus Mackay9-Apr-07 1:04 
GeneralRe: Calling a function without an object Pin
nasambur9-Apr-07 1:13
nasambur9-Apr-07 1:13 
GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 1:01
Colin Angus Mackay9-Apr-07 1:01 
GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 0:57
Colin Angus Mackay9-Apr-07 0:57 
Questiongraph control Pin
Enter the Dragon8-Apr-07 19:48
Enter the Dragon8-Apr-07 19:48 
AnswerRe: graph control Pin
Robert Rohde8-Apr-07 20:50
Robert Rohde8-Apr-07 20:50 

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.