Viewing 15 posts - 16 through 30 (of 48 total)
Yes. That's what I have used to consume WCF service.
Adding it as a Web reference works.
Thanks.
Gunjan.
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...
Thanks.
Gunjan.
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.
Thanks.
Gunjan.
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);
Thanks.
Gunjan.
February 3, 2009 at 12:47 pm
I have already done that.
Same error
Thanks.
Gunjan.
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)
.
Thanks.
Gunjan.
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.
...
Thanks.
Gunjan.
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...
Thanks.
Gunjan.
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.
Thanks.
Gunjan.
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...
Thanks.
Gunjan.
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...
Thanks.
Gunjan.
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...
Thanks.
Gunjan.
June 24, 2008 at 6:53 am
🙂
No problem..
Thanks....
Thanks.
Gunjan.
June 16, 2008 at 7:45 am
Hi,
Thanks for the reply.
I have achieved that by storing...
Thanks.
Gunjan.
June 16, 2008 at 7:38 am
Viewing 15 posts - 16 through 30 (of 48 total)