Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi HLK Development:
EO.Pdf supports Windows Azure but it can not run on Azure website. It can only run Azure cloud service and virtual machine. The reason is because EO.Pdf requires full permission to run and Windows Azure doesn't provide that. So you must redeploy your application to cloud service or virtual machine.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 2/1/2012 Posts: 6
|
Im getting this error :
Convertion failed. Failed to initialize conversion. EO.Pdf at EO.Pdf.HtmlToPdfException.b(Exception A_0) at EO.Pdf.Internal.kq.a() at EO.Pdf.Internal.kq.b() at EO.Pdf.HtmlToPdf.a(kq A_0) at EO.Pdf.HtmlToPdf.ConvertUrl(String url, PdfDocument doc, HtmlToPdfOptions options) at EasyWebstore.StarbucksDelivery.ProducePDF(Store store, Customer customer, DateTime deliveryDate, Stream pdfStream) at API.Api.sendProofOfDeliveryByEmail(Int32 CompanyId, Guid ApiKey, Int32 CustomerID, String DeliveryDate, String EmailAddress) at SyncInvokesendProofOfDeliveryByEmail(Object , Object[] , Object[] ) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)
In the event viewer it says :
The description for Event ID 0 from source EO Debug Message cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
Code = 6. hr = 80070005
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Paul Roskilly wrote:Im getting this error :
Convertion failed. Failed to initialize conversion. EO.Pdf at EO.Pdf.HtmlToPdfException.b(Exception A_0) at EO.Pdf.Internal.kq.a() at EO.Pdf.Internal.kq.b() at EO.Pdf.HtmlToPdf.a(kq A_0) at EO.Pdf.HtmlToPdf.ConvertUrl(String url, PdfDocument doc, HtmlToPdfOptions options) at EasyWebstore.StarbucksDelivery.ProducePDF(Store store, Customer customer, DateTime deliveryDate, Stream pdfStream) at API.Api.sendProofOfDeliveryByEmail(Int32 CompanyId, Guid ApiKey, Int32 CustomerID, String DeliveryDate, String EmailAddress) at SyncInvokesendProofOfDeliveryByEmail(Object , Object[] , Object[] ) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)
In the event viewer it says :
The description for Event ID 0 from source EO Debug Message cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
Code = 6. hr = 80070005
Hi, This can be related to permission. Please try two things: 1. Try to run your application as adminstrator and see if that resolves the issue. If this works, then you may want to assign your application with an account with higher privileges; 2. Try the latest build from our download page and see if it works. The latest build may still not work, but it may give you more diagnostic messages. After it fails, you can collect runtime log information and send it to us: http://www.essentialobjects.com/doc/common/collect_logs.aspxSee here for our email address for submitting log information: http://www.essentialobjects.com/forum/test_project.aspxOnce we have that we will see what we can find. Thanks!
|