Click here to Skip to main content
15,910,661 members
Home / Discussions / C#
   

C#

 
QuestionWhat is the best way to create a matrix in C#? Pin
raymond leadingham5-Mar-13 7:09
raymond leadingham5-Mar-13 7:09 
AnswerRe: What is the best way to create a matrix in C#? Pin
Matt T Heffron5-Mar-13 7:28
professionalMatt T Heffron5-Mar-13 7:28 
GeneralRe: What is the best way to create a matrix in C#? Pin
raymond leadingham5-Mar-13 7:35
raymond leadingham5-Mar-13 7:35 
AnswerRe: What is the best way to create a matrix in C#? Pin
Ennis Ray Lynch, Jr.5-Mar-13 8:05
Ennis Ray Lynch, Jr.5-Mar-13 8:05 
GeneralRe: What is the best way to create a matrix in C#? Pin
raymond leadingham5-Mar-13 8:09
raymond leadingham5-Mar-13 8:09 
AnswerRe: What is the best way to create a matrix in C#? Pin
PIEBALDconsult5-Mar-13 12:37
mvePIEBALDconsult5-Mar-13 12:37 
Questionc# charts query in visual studio Pin
Member 98730285-Mar-13 5:39
Member 98730285-Mar-13 5:39 
AnswerRe: c# charts query in visual studio Pin
NotPolitcallyCorrect5-Mar-13 5:53
NotPolitcallyCorrect5-Mar-13 5:53 
GeneralRe: c# charts query in visual studio Pin
Member 98730285-Mar-13 6:19
Member 98730285-Mar-13 6:19 
QuestionSerious help uploading a file using C# in Asp.Net 3.5 higher Pin
vanikanc5-Mar-13 3:47
vanikanc5-Mar-13 3:47 
AnswerRe: Serious help uploading a file using C# in Asp.Net 3.5 higher Pin
Bill Warner5-Mar-13 4:31
Bill Warner5-Mar-13 4:31 
AnswerRe: Serious help uploading a file using C# in Asp.Net 3.5 higher Pin
Keith Barrow5-Mar-13 4:50
professionalKeith Barrow5-Mar-13 4:50 
AnswerRe: Serious help uploading a file using C# in Asp.Net 3.5 higher Pin
Eddy Vluggen5-Mar-13 5:03
professionalEddy Vluggen5-Mar-13 5:03 
GeneralRe: Serious help uploading a file using C# in Asp.Net 3.5 higher Pin
vanikanc5-Mar-13 7:02
vanikanc5-Mar-13 7:02 
QuestionTrackbar 0.5 SmallChange Pin
Jassim Rahma5-Mar-13 2:12
Jassim Rahma5-Mar-13 2:12 
AnswerRe: Trackbar 0.5 SmallChange Pin
Pete O'Hanlon5-Mar-13 2:39
mvePete O'Hanlon5-Mar-13 2:39 
AnswerRe: Trackbar 0.5 SmallChange Pin
Keith Barrow5-Mar-13 3:08
professionalKeith Barrow5-Mar-13 3:08 
QuestionUnity Application Block Error Pin
Bill Warner5-Mar-13 2:03
Bill Warner5-Mar-13 2:03 
AnswerRe: Unity Application Block Error Pin
Keith Barrow5-Mar-13 2:23
professionalKeith Barrow5-Mar-13 2:23 
GeneralRe: Unity Application Block Error Pin
Bill Warner5-Mar-13 3:07
Bill Warner5-Mar-13 3:07 
GeneralRe: Unity Application Block Error Pin
Keith Barrow5-Mar-13 3:26
professionalKeith Barrow5-Mar-13 3:26 
GeneralRe: Unity Application Block Error Pin
Bill Warner5-Mar-13 3:56
Bill Warner5-Mar-13 3:56 
GeneralRe: Unity Application Block Error Pin
Keith Barrow5-Mar-13 4:38
professionalKeith Barrow5-Mar-13 4:38 
GeneralRe: Unity Application Block Error Pin
Bill Warner5-Mar-13 4:55
Bill Warner5-Mar-13 4:55 
GeneralRe: Unity Application Block Error Pin
Keith Barrow5-Mar-13 5:04
professionalKeith Barrow5-Mar-13 5:04 
Bill Warner wrote:
Everything is in the same dll FrankensteinFramework.dll.

Try:

XML
<register type="Frankenstein.Laboratory.Interfaces.ILabTest, FrankensteinFramework" mapTo="Frankenstein.Laboratory.DTO.LabTest.AddNewLabTest, FrankensteinFramework" name="FrankensteinFramework"/>



Note that name defines the name of the mapping not the assembly, it is possible to resolve more than one type to more than one interface, name is used to disambiguate.
Hopefully the above should work, I think it is right given your description of the file/class structure. Setting these things up for the first time are always a PITA.

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.