We use ascx user controls as templates for documents (e.g. invoices).
Now I need to load,render to HTML, then transform to PDF these controls from windows service.
So, what's the correct way/workaround? TemplateControl.LoadControl(path) doesn't work.
Hi,
I have a program that includes a recursive function. This function when executed in a Windows Application works just fine, and when used in a Webservice, it works fine when the webservice is initiated by the VS (it assigns a random port), but this function return a stackoverflow error when the webservice is published. (note that the machine used is the same, hence it is published on my pc).
Could it be that the stack size of a Web Service is smaller than that of a Window Application?
We're using S3, SimpleDB and SQS on quite a complicated project.
I'd like to be able to automatically track their usage, to be sure we don't suddenly spend large amounts of money when we didn't intend to (perhaps because of a bug).
Is there a way of reading the usage figures of all Amazon Web Services and/or the current real time dollar cost of an account from a script?
Or any service or script which provides alerts based on that?
Hi all,
Can anyone tell me if the Geoname web service, which provides the address and lat/long information, has a limitation on requests? e.g. 2,500 hits per day. Cause I found that Google Maps API allows 2,500 hits per day.
Thanks very much.
Yours,
Ling
Hi,
I have a WCF service and without changing any code on the client side, is there a way that I can know the detail information of the caller, such as the MachineName, and ApplicationName?
Basically, I cannot change the client code to pass those pieces of information over.
I tried to use System.Web.HttpContext on the server side to track this information, but HttpContext.Current is NULL. I guess that is not the proper usage of it.
Any suggestion?
Thanks
Sarah
I know with .NET we can host wcf service from a console application without the need of webservers like IIS or apache. Is it possible to do the same with Mono 2.6.1 on a RHEL 5 or CentOS? Any links to any documentation will be highly helpful.
I've exposed several web services in our product using java and WS-Security. One of our customers wants to consume the web service using Coldfusion. Does coldfusion support ws-security? Can I get around it by writing a java client and using that in coldfusion?
(I don't know much about coldfusion).
I'm developing a website with JRuby on Rails because I need some Java functionality server-side. I figure to deploy it, I will need to use a hosting service that supports JSP. Am I right and is that all I need? Or is there something else I will need to deploy my site? How would I go about doing this?
I recently purchased a domain name (GoDaddy). After I finish developing the site, I was wondering how much I should expect to pay for a webhosting service? In addition, I was wondering what are some good web hosting services? Thanks in advance!
I have a WF service with a custom activity and a custom designer (WPF). I want to add a validation that will check for the presence of some value in the web.config file.
At runtime I can overload void CacheMetadata(ActivityMetadata metadata) and thus I can do the validation happily there using System.Configuration.ConfigurationManager to read the config file.
Since I also want to do this at design time, I was looking for a way to do this in the designer.
I want to add quartz scheduling to an ASP.NET application.
It will be used to send queued up emails.
What are the pros and cons of running quartz.net as windows service vs embedded.
My main concern is how Quartz.NET in embedded mode handles variable number of worker processes in IIS.
I'm making a foreign language flashcard website in which I want to have 100s of short 3-10 second audio files available for users to click and listen.
So I am looking for a tool/service such as YouTube or Screenr.com but for audio which e.g.:
allows me to easily upload multiple kinds of audio files: mp3, wav, etc.
easy to manage them online (delete, replace)
has a simple, small player (e.g. flash) that integrates nicely into any site
I have an android service that connects to remote server by TCP/IP and waits for notifications from it. Should I care about PowerManagement? Can sleep mode affect me some how?
If no, than what are the "use cases" to care about wake locks?
I am just starting to use weblogic workshop and can't figure out how to build a restful web service.
Anyone have a good tutorial on the subject? or some tips or suggestions?
Hi there!
I've installed MDS simulator it runs ans stays in console window, i've downloaded blackberry sim for 9530, all settings are default.
When i click browser and then click home page i got following error message:
Unable to connect to the selected Mobile Data Service, please try again.
I'm connected to internet, however, i'm behind router, all firewalls are turned off, i'm on windows 7.
I have successfully gotten JmDNS working on Android 2.1 testing on a Motorola Droid by using MulticastLock, but recently got an HTC Incredible as second test device, and JmDNS discovery doesn't work at all. I should mention that broadcasting a service still works and everything appears to run normally, but serviceAdded() never gets called. Does anyone have thoughts on why this might be? I was thinking it might be a permission issue, but I don't get any exceptions...
Hi All,
I am looking for adding a version number to the wsdl that gets created for a WCF service. Let me know whether it is a good practice to add the version number as a part of data contract or at the soap headers? if so how to do it? This version number would be helpful to find out the latest wsdl.
Thanks & Regards,
Priya.R
As a communications method is TCP best way to get lots of data through to multiple android devices from another android device over 3g? Also are there recommended ports to use for 3g data transfer?
I want to rule out using a web service intermediary as I want this app to be decentralised if possible.
Cheers,
James
I'm trying to find the IP address of a client when they make a particular LCDS service call. Understanding all the issues of getting a "real" IP address and privacy concerns and so on, it is possible to find the client's IP address?
tj
I want to read and change the Title of sharepoint site (both SPSite and SPWeb) using Sharepoint web services.
I have the url to the sharepoint site. Wanted to change the title of the page using the sharepoint web service.
Cannot create a SPWeb.
Any input.
Thanks
I have a serializable POCO called DataUnification.ClientData.ClientInfo in a .NET class library project A.
It's used in a parameter for a web service defined in project B:
public XmlDocument CreateNewClient(ClientInfo ci, string system)
I now wish to call this web method from project C and use the original DataUnification.ClientData.ClientInfo type in the parameter. However due to the generated proxy class it has now become a different type: WebServices.ClientDataUnification.DataUnificationWebService.ClientInfo.
As far as .NET is concerned these are not the same types.
How can I get around this?