Viewing 15 posts - 16 through 30 (of 47 total)
Yes. That's what I have used to consume WCF service.
Adding it as a Web reference works.
February 9, 2009 at 12:22 pm
Hi,
I have already implemented that. To use the WCF service we need to add it as a Web reference in our...
February 4, 2009 at 4:29 pm
Thanks Jonathan.
I am going to use the WCF for printing the image. I will use it in my SQL CLR stored proc.
Thank you all for the help.
February 3, 2009 at 6:58 pm
I am only trying to print it out.
and this line throwing an exception
Bitmap bm = (Bitmap)Bitmap.FromStream(ms);
February 3, 2009 at 12:47 pm
I have already done that.
Same error
February 3, 2009 at 12:46 pm
It should print it to network printer.
and the exception is
System.NullReferenceException: Object reference not set to an instance of an object.
System.NullReferenceException:at StoredProcedures.BRCOffer_Process(String DataBaseName)
.
February 3, 2009 at 12:21 pm
Hi,
Now the error comes while calling the Print Method is
Value cannot be null. Parameter name: type.
Here is my code for printing.
...
January 29, 2009 at 9:06 am
Hi All,
I resolved that error by creating the assembly
CREATE ASSEMBLY [System.Drawing]FROM 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll'WITH PERMISSION_SET = UNSAFE
Initially I was creating the assembly from my network...
January 29, 2009 at 8:17 am
No I am not using any console.writeline or message boxes in my code. My method of WCF service does some processing and inserts data into the databse.
November 24, 2008 at 7:12 am
Hi,
Thanks for the response.
I have tried Unsafe and Safe mode to create tha assembly. One more thing I want to point...
November 24, 2008 at 6:56 am
I found that one. Report builder has no capability like what excel has. you can't do the pivoting with reportbuilder , you can't do the drag and drop columns as...
July 9, 2008 at 6:33 pm
yes exactly....
some information on page 1 and some should be on 2nd page all the time.
For ex. Product information should be on the first page and it's image should be...
June 24, 2008 at 6:53 am
🙂
No problem..
Thanks....
June 16, 2008 at 7:45 am
Hi,
Thanks for the reply.
I have achieved that by storing...
June 16, 2008 at 7:38 am
Viewing 15 posts - 16 through 30 (of 47 total)