I am currently trying to create a win32 console application (in visual studio 2013) that will connect to a weather webservice to retrieve some data.
I have done some research, and there are some examples to add a web reference to the project but for previous version of VS, I would really appreciate some help on how to do this, since it's been driving me crazy! thank you!
Use Casablanca REST API from Microsoft to do that.
Related
I have an app created by C++ and Visual Studio 2015. It packed by Inno Setup and has "exe" format.
I want to publish this app on Microsoft Store. Is it possible?
I have developer account but can not upload exe file - too many errors.
Can I use VS 2015 or need upgrade to 2019?
It is possible now. Just select right product type.
In my case product was added many years ago and has "MSIX or PWA app" type.
I am working on a C++ tool in Visual Studio 2019. Now I want to use a function from a WebService to get a value.
I have two URLs: one related to the WebService and an other one for WSDL.
How can I call my WL function? I have no option in Visual Studio 2019 to set "Add Service Reference" for my C++ Code.
What do I wrong?
You should use The WCF Web Service Reference Provider Tool
Release notes from GitHub WCF Web Service Reference Provider - Release Notes
We have this Document Library Monitoring Console App written in C# and its running in SharePoint 2007. We now upgrading our SharePoint Server to 2013, so we also need to upgrade our solutions and customization including console apps.
I search through the web I can't find replace for deprecated "SPSite.StorageManagementInformation".
Please read this MSDN article.
You can to use "SPSite.Usage.Storage".
Hope it help to you.
I am working on a Pocket PC 2003 application that is referencing a Webservice.
I was figuring out ways to debug the Webmethods but not successful.
-I checked the URL property of the Service in WebReferences and made sure it is correct.
-I started debugging the PocketPC application, then built the Webservice as start without debugging, after that went to Debuh> Attach process and attached devenv-"Pocket PC app"
-I also tried attaching to the aspwp.exe process but couldn't seem to hit the break points in Web Methods.
-The webservice is deployed to IIS virtual directory.
-I copy pasted the entire webservice folder in the virtual directory. Then I am opening the solution file in Visual Studio. Start without debugging, when the webmethods show in browser, click on it, then click Invoke
Can someone guide me the proper way to debug a Webservice of this type? Thanks in advance.
If you're using Visual Studio 2005 or higher, instead of IIS, use the toy Web service that comes with Visual Studio. In the properties of your ASP.NET project with the Web services, under "Web", check the "Use Visual Stuidio Development server". In order to make the toy server start, you have so start the ASP.NET project from Visual Studio.
Then you attach to the process called Webdev.Webserver.exe using Managed code debugging.
I'm working on a Crystal Report (unfortunately) and I need to add an image that will be dynamically loaded from a SQL DB via a WCF XML Web Service. Apparently there is a option for this in VS2008 (see webservice as datasource in vs 2008 crystal report), but I can't see this option in VS2010.
Has this functionality been removed? Am I doing something wrong?
Thanks a lot
Mark
It looks like I've found an answer. It seems that you need to use the actual Crystal Reports app to do this rather than Crystal inside VS2010. (see http://forums.sdn.sap.com/thread.jspa?threadID=1894389). I'm installing Crystal 2008 now so hopefully it will work...
Update: it worked!