Click here to Skip to main content
15,888,521 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: interoperation / Loading and unloading WPF assembly from arbitrary path Pin
NotPolitcallyCorrect22-Sep-16 7:02
NotPolitcallyCorrect22-Sep-16 7:02 
GeneralRe: interoperation / Loading and unloading WPF assembly from arbitrary path Pin
achimschoen22-Sep-16 22:09
professionalachimschoen22-Sep-16 22:09 
AnswerRe: interoperation / Loading and unloading WPF assembly from arbitrary path Pin
#realJSOP22-Sep-16 6:41
mve#realJSOP22-Sep-16 6:41 
AnswerRe: interoperation / Loading and unloading WPF assembly from arbitrary path Pin
Gerry Schmitz22-Sep-16 7:12
mveGerry Schmitz22-Sep-16 7:12 
GeneralRe: interoperation / Loading and unloading WPF assembly from arbitrary path Pin
achimschoen22-Sep-16 22:17
professionalachimschoen22-Sep-16 22:17 
GeneralRe: interoperation / Loading and unloading WPF assembly from arbitrary path Pin
Gerry Schmitz24-Sep-16 6:16
mveGerry Schmitz24-Sep-16 6:16 
AnswerRe: interoperation / Loading and unloading WPF assembly from arbitrary path Pin
Bernhard Hiller22-Sep-16 21:02
Bernhard Hiller22-Sep-16 21:02 
AnswerRe: interoperation / Loading and unloading WPF assembly from arbitrary path Pin
Pete O'Hanlon22-Sep-16 21:41
mvePete O'Hanlon22-Sep-16 21:41 
The problem you have here is that you aren't actually calling any of the WPF build up behaviour that you would normally see from App.xaml. There's a lot of infrastructure inside WPF that just doesn't exist in the Console world (for instance, how would you expect the Console app to load application resources in a ResourceDictionary), so attempting to instantiate your application like this just isn't going to work. What you would probably have to do is run up the application with an invisible main window, and then call methods inside that instance to fire up the relevant windows that you need.
This space for rent

GeneralRe: interoperation / Loading and unloading WPF assembly from arbitrary path Pin
achimschoen22-Sep-16 21:57
professionalachimschoen22-Sep-16 21:57 
GeneralRe: interoperation / Loading and unloading WPF assembly from arbitrary path Pin
Pete O'Hanlon23-Sep-16 2:29
mvePete O'Hanlon23-Sep-16 2:29 
QuestionTcpClient timeout delay Pin
Member 1263260115-Sep-16 19:50
Member 1263260115-Sep-16 19:50 
QuestionRe: TcpClient timeout delay Pin
Richard MacCutchan15-Sep-16 22:38
mveRichard MacCutchan15-Sep-16 22:38 
AnswerRe: TcpClient timeout delay Pin
Member 1263260115-Sep-16 22:50
Member 1263260115-Sep-16 22:50 
GeneralRe: TcpClient timeout delay Pin
Richard MacCutchan15-Sep-16 23:18
mveRichard MacCutchan15-Sep-16 23:18 
AnswerRe: TcpClient timeout delay Pin
Bernhard Hiller16-Sep-16 0:16
Bernhard Hiller16-Sep-16 0:16 
GeneralRe: TcpClient timeout delay Pin
Member 1263260116-Sep-16 0:23
Member 1263260116-Sep-16 0:23 
AnswerRe: TcpClient timeout delay Pin
Eddy Vluggen16-Sep-16 3:03
professionalEddy Vluggen16-Sep-16 3:03 
GeneralRe: TcpClient timeout delay Pin
Member 1263260118-Sep-16 19:03
Member 1263260118-Sep-16 19:03 
GeneralRe: TcpClient timeout delay Pin
Eddy Vluggen18-Sep-16 23:44
professionalEddy Vluggen18-Sep-16 23:44 
AnswerRe: TcpClient timeout delay Pin
Gerry Schmitz17-Sep-16 6:24
mveGerry Schmitz17-Sep-16 6:24 
GeneralRe: TcpClient timeout delay Pin
Eddy Vluggen17-Sep-16 8:03
professionalEddy Vluggen17-Sep-16 8:03 
GeneralRe: TcpClient timeout delay Pin
Gerry Schmitz17-Sep-16 9:56
mveGerry Schmitz17-Sep-16 9:56 
GeneralRe: TcpClient timeout delay Pin
Eddy Vluggen17-Sep-16 10:05
professionalEddy Vluggen17-Sep-16 10:05 
GeneralRe: TcpClient timeout delay Pin
Gerry Schmitz17-Sep-16 15:54
mveGerry Schmitz17-Sep-16 15:54 
GeneralRe: TcpClient timeout delay Pin
Eddy Vluggen18-Sep-16 0:56
professionalEddy Vluggen18-Sep-16 0:56 

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.