[GH-ISSUE #613] [Dev Help] Update Service Reference #552

Closed
opened 2026-02-26 00:32:58 +03:00 by kerem · 2 comments
Owner

Originally created by @saravanabalagi on GitHub (Dec 30, 2018).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/613

How do I update service reference?

image

image

I also tried to change that port to where NbfcService is running

image

image

So I changed the port to 21272

image

But I get the same error

image

I'm so new to WPF WCF and Windows stuff, it's probable that there's something wrong with my basic understanding. Any help is appreciated.

Originally created by @saravanabalagi on GitHub (Dec 30, 2018). Original GitHub issue: https://github.com/hirschmann/nbfc/issues/613 How do I update service reference? ![image](https://user-images.githubusercontent.com/8567893/50543273-4ecf8400-0bcb-11e9-860a-8b22b0c68605.png) ![image](https://user-images.githubusercontent.com/8567893/50543276-69a1f880-0bcb-11e9-9afd-62aa73a100b3.png) I also tried to change that port to where NbfcService is running ![image](https://user-images.githubusercontent.com/8567893/50543277-80484f80-0bcb-11e9-9349-0617eae16ba9.png) ![image](https://user-images.githubusercontent.com/8567893/50543281-96eea680-0bcb-11e9-846a-e43850ee3e98.png) So I changed the port to 21272 ![image](https://user-images.githubusercontent.com/8567893/50543285-aa9a0d00-0bcb-11e9-8739-a79b70191fff.png) But I get the same error ![image](https://user-images.githubusercontent.com/8567893/50543286-b71e6580-0bcb-11e9-9ff5-0b9a6fb4d2d1.png) I'm so new to WPF WCF and Windows stuff, it's probable that there's something wrong with my basic understanding. Any help is appreciated.
kerem 2026-02-26 00:32:58 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@hirschmann commented on GitHub (Jan 6, 2019):

You have to launch the WCF service host which comes with Visual Studio. It provides a metadata endpoint for the service which is used by Visual Studio to update service references.

You can launch the service host like this (enter into VS developer command prompt):

wcfsvchost /service:"nbfcl\Core\StagWare.FanControl.Service\bin\Debug\StagWare.FanControl.Service.dll" /config:"nbfc\Core\StagWare.FanControl.Service\App.config"
<!-- gh-comment-id:451785415 --> @hirschmann commented on GitHub (Jan 6, 2019): You have to launch the WCF service host which comes with Visual Studio. It provides a metadata endpoint for the service which is used by Visual Studio to update service references. You can launch the service host like this (enter into VS developer command prompt): ``` wcfsvchost /service:"nbfcl\Core\StagWare.FanControl.Service\bin\Debug\StagWare.FanControl.Service.dll" /config:"nbfc\Core\StagWare.FanControl.Service\App.config" ```
Author
Owner

@github-actions[bot] commented on GitHub (Nov 20, 2019):

This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed

<!-- gh-comment-id:555772236 --> @github-actions[bot] commented on GitHub (Nov 20, 2019): This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#552
No description provided.