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

C#

 
AnswerRe: How to start creating a WinUI project ? Pin
Martin Adams 202324-Apr-24 6:44
Martin Adams 202324-Apr-24 6:44 
GeneralRe: How to start creating a WinUI project ? Pin
Richard MacCutchan24-Apr-24 6:51
mveRichard MacCutchan24-Apr-24 6:51 
GeneralRe: How to start creating a WinUI project ? Pin
Martin Adams 202324-Apr-24 7:13
Martin Adams 202324-Apr-24 7:13 
GeneralRe: How to start creating a WinUI project ? Pin
lmoelleb24-Apr-24 18:47
lmoelleb24-Apr-24 18:47 
AnswerRe: How to start creating a WinUI project ? Pin
Martin Adams 202325-Apr-24 5:17
Martin Adams 202325-Apr-24 5:17 
GeneralRe: How to start creating a WinUI project ? Pin
Martin Adams 202324-Apr-24 19:15
Martin Adams 202324-Apr-24 19:15 
GeneralRe: How to start creating a WinUI project ? Pin
Martin Adams 202324-Apr-24 19:15
Martin Adams 202324-Apr-24 19:15 
QuestionCentralized database for c# Windows Application (WinForms) Pin
theo tuombe23-Apr-24 14:08
theo tuombe23-Apr-24 14:08 
AnswerRe: Centralized database for c# Windows Application (WinForms) Pin
jschell24-Apr-24 12:39
jschell24-Apr-24 12:39 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
theo tuombe25-Apr-24 1:00
theo tuombe25-Apr-24 1:00 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
Dave Kreskowiak25-Apr-24 3:16
mveDave Kreskowiak25-Apr-24 3:16 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
theo tuombe25-Apr-24 3:52
theo tuombe25-Apr-24 3:52 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
Dave Kreskowiak25-Apr-24 4:04
mveDave Kreskowiak25-Apr-24 4:04 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
theo tuombe25-Apr-24 4:40
theo tuombe25-Apr-24 4:40 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
theo tuombe25-Apr-24 4:40
theo tuombe25-Apr-24 4:40 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
Dave Kreskowiak25-Apr-24 5:36
mveDave Kreskowiak25-Apr-24 5:36 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
jschell26-Apr-24 12:59
jschell26-Apr-24 12:59 
AnswerRe: Centralized database for c# Windows Application (WinForms) Pin
PIEBALDconsult25-Apr-24 4:55
mvePIEBALDconsult25-Apr-24 4:55 
AnswerRe: Centralized database for c# Windows Application (WinForms) Pin
Ravi Bhavnani27-Apr-24 10:01
professionalRavi Bhavnani27-Apr-24 10:01 
GeneralRe: Centralized database for c# Windows Application (WinForms) Pin
theo tuombe27-Apr-24 11:16
theo tuombe27-Apr-24 11:16 
QuestionSelf referencing loop detected for property with type ... Pin
AtaChris22-Apr-24 9:02
AtaChris22-Apr-24 9:02 
AnswerRe: Self referencing loop detected for property with type ... Pin
Richard Andrew x6422-Apr-24 12:37
professionalRichard Andrew x6422-Apr-24 12:37 
AnswerRe: Self referencing loop detected for property with type ... Pin
AtaChris22-Apr-24 21:30
AtaChris22-Apr-24 21:30 
AnswerRe: Self referencing loop detected for property with type ... Pin
Dave Kreskowiak22-Apr-24 13:43
mveDave Kreskowiak22-Apr-24 13:43 
GeneralRe: Self referencing loop detected for property with type ... Pin
AtaChris22-Apr-24 21:28
AtaChris22-Apr-24 21:28 
With the following code:

C#
public SampleIndicator ()
{
           _tradeManager = new(TradingManager ); <- Here the problem occurs !!!
}


I want to "inject" TradingManager into my own object _tradeManager which already works as expectet.

The problem is the errors message I get from the logging window of the app that uses my plugin dll.
Unfortunaltely I do not have access to the source code of that app, only to my dll.

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.