I'm creating a new Crystal Report. The binding is done via Dataset and it accepts params. We have existing code that applies params. These existing reports bind directly to a SPROC and they have...
I've been getting this message when stepping into a WebService method from my application. I've confirmed that all my project references are current and get build when i compile the webservice.
...
We have some WCF services that utilize Net TCP Port Sharing. From my research, Port Sharing listens on Port 808 by default. On a client server, there is a Third Party Service that also uses this...
Add an OLE object to your Crystal Report. Then set the properties of that object to point to a datafield that contains the path to whatever picture you are wanting to display.
I found out the issue and was with a "helper" libarary of ours. There was a function where we were decoding the XML using HttpUtility.Decode before allowing the serializer to decode it too. This...
Ok. Well, there are several things wrong with this.... However, the reason you are getting your wrong answer is because in the first iteration of your loop... you assign the number 2 to the "RET"...
this piece of code below is utilizing LINQ. Similar to SQL in its Syntax, it allows you to query objects that are Enumerable (meaning you can loop through them...i.e. your dictionary).
Ok. I think that i solved the issue. Not sure exactly why it works this way. Maybe someone with more graphic experience can chime in and explain the reasoning... But..
Ok. I'm creating a "Custom" Panel to serve in displaying images. The purpose of this is to allow the developer to add a "BackImage" and a "Front Image" and then allow them to tweak the Transparency...