Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
How can I install the web service using installutil.exe?
I get a Windows Service start failure error every time I start.
Your service is probably throwing an exception on startup. Check the windows event log
I think installutil.exe is use to install the windowservice
Ex:
To Install the windowservice
C:>installutil Path(windowservice.exe)
To Uninstall the windowservice
C:>installutil /u Path(windowservice.exe)
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
After updating Prism in a WPF application from version 7.2.0.1422 to version 8.0.0.1909, the GetInstance method no longer works:
CommonServiceLocator.ServiceLocator.Current.GetInstance
The message is issued: “ServiceLocationProvider must be set”
I found that version 8 was missing the Prism.Unity.Wpf.UnityServiceLocatorAdapter class which was present in version 7 and which provided the ServiceLocator to work.
Q: How do I now take advantage of the CommonServiceLocator.ServiceLocator.Current.GetInstance?
The release notes of Prism 8.0 state a breaking change:
Added ContainerLocator (NOTE: This replaces the Common Service Locator in Prism.Wpf)
So, with Prism 8, you write
Prism.Ioc.ContainerLocator.Container
if you absolutely have to access the container...
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I created a Windows Installer package a few years ago and now I found out that there is a typo.
I can't find the source code of this dialog to fix this issue.
Is it maybe a known error in the "wix-toolset" or is there a way to fix this error?
That dialog isn't part of WiX. You need to find out where it's coming from (custom Windows Installer dialog or custom action) and fix it there.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
When I am trying to use AspNetCore SignalR in my Windows Forms application, hubconnecion.StartAsync never ends, and never throws an error or excpetion.
No matter if Hub is running or not, it only reacts if ctor has incorrect URL. If you'll try to use .Wait() it won't make any effect, it will just freeze
Client part:
HubConnection hub;
hub = new HubConnectionBuilder().WithUrl("https://localhost:5032").Build();
hub.StartAsync().Wait();
I tried'to make .netCore console app, and it's work great, don't know why I can't make it run on WindowsForm application? I thought AspNetCore SignalR uses.NetStandart that should allow me to use it.
P.s I know about another .netframework aspnet signalR but its old, and I have another more complicated issue with it.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
This error occurs when trying to connect HANA with Visual Studio.
I have tried with SAP 32-bit client and 64-bit client. but there was no different.
Any suggestions?
ex. InnerException: {"%1 is not a valid Win32 application"}
ex.Message: The type initializer for 'Sap.Data.Hana.HanaConnection' threw an exception.
ex.Source: "Sap.Data.Hana.v4.5"
I solved this, install hdbclient 32 bit and copy libadonetHDB32.dll/.pdb again as libadonetHDB.dll/ pdb into hdbclient.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
when i connect share point data source in my light switch HTML application have one exception
listdata.svc
does not appear to be a valid site SharePoint 2010 (or later) with an installation of WCF Data Services is required.
I think it's an authentication error to connect to the service.
the service actual path is :
http://[YourSharePointSite]/_vti_bin/ListData.svc/
make sure you able to access this path and you enabled external access to it