Hello everyone,
I need help in converting the live mail to outlook, is there any free software for this to convert live mail (3881 mails) to outlook .pst profile.
Thanks,
View Complete Post
Dear all,
I have a famous barcode issue while rendering a report in PDF: the barcode is badly displayed... To display the barcode on the report I'm using the "Code128" font and this font is of course installed on both server and client sides.
While displaying the report, the barcode is fine, while extracting the report under Excel, the barcode is fine too, while exporting the repot in an Image, the barcode is fine too... but while exporting the report in PDF the barcode is wrong... I've tried manually or by programing using the render function... in both case the barcode is bad. I've also tried to play with the font size without any good result...
Also I saw that the PDF file created is in version 1.3 while today exists the version 1.5 (ie: Office 2007 is using PDF 1.5). Is it plan to update the PDF rendering in report viewer from 1.3 to 1.5? Maybe it could fix this issue...
Note: I'm running SQL Server 2008 R2 64b build 10.50.1600.1, Report Viewer 9.0.30729 under MS Windows 2003 Server 64b.
Someone have a solution to this issue?
Thank you for any help,
Vincent
//push a button play the first storyboard animation : ListView fade-out private void image4_MouseDown(object sender, MouseButtonEventArgs e) { Storyboard sb2 = (Storyboard)this.FindResource("daychange_Copy1") as Storyboard; sb2.Completed += new EventHandler(sb_Completed); sb2.Begin(); } //when the first animation is end, get data from database , fill the ListView and play the second storyboard animation void sb_Completed(object sender, EventArgs e) { getlist();//get data from database , fill the ListView Storyboard sbkk = (Storyboard)this.FindResource("daychange_Copy2") as Storyboard; sbkk.Begin(); } //get data from database , fill the ListView private void getlist() { Stri
I have written a console mode WCF client that contacts an Apache based web service that uses OpenSSL 0.9.8 tls or ssl3. The WCF client uses client certificates on Windows 2008 SP2 x64. The client had been running for months with no problem, and then I started getting the errors below around Nov 8 2010 (below). I have done my best to include all the details. Please read carefully. The relevant traces, exceptions, code and config are included in this post.
-------------------------- GOAL: -------------------------- 1.) Fix it. 2.) Find out what 0X80090326 means. 3.) Find out what policies/acl's apply to the situation
The only thing I can be sure of that did not change is the code.
Can anyone point me toward the next step?
-------------------------- DETAILS: -------------------------- - The program executes as a local user (non-domain) that is in the Local Administrators group. - I can display the server url using IE and Firefox, provided I have the certs installed for personal use. - The certificates are installed in the LocalMachine store in "TrustedPeople" - NOT the user's location, the machine location. The local user finds the proper key, as the trace below will show.
What I have googled for: - 0X80090326 - Decrypt failed with error 0X800
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend