The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
here is contents of my Web.config file:
<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this...
I got this in my SQL statement. I "BOLDED" the problem.
SELECT OrderID, CustomerID, EmployeeID, OrderDate, RequiredDate, ShippedDate, ShipVia, Freight, ShipName, ShipAddress, ShipCity, ShipRegion, ShipPostalCode, ShipCountry FROM Orders
WHERE CustomerID = @CustomerID
I saw a video tutorial...
I have 2 reports in my project. That is 2 normal microsoft reports.
In reportviewer1, my first report is set to be the default report "rptOne.rdlc"
I want to add a button to my form that when clicked "rptTwo.rdlc" gets loaded and displayed in reportviewer1.
I have tried this, but with...
I have a problem.
Everything works perfectly, but on the drillthrough event. Say I clicked on the cell that contains the value of "Peter".
How can I get the clicked value of the report to a variable?
Public Sub DemoDrillthroughEventHandler(ByVal sender As Object, _
ByVal e As...
Hi
In VB.net
How to write selection change for combox items
both from database as well as from collection items.
based on selected item of Combo Box ,
i need to write some events.
kindly help me out
Regards
Naveen...
In my crystal report I have columns and rows. Columns displaying my headings and the rows the data in the table.
Here is an example
ID | Name
----|------
123 | John
347 | Max
348 | Merry
749 | Pete
and so on, u get the picture.
NOW ---> When I click on cell B3 (Merry), I want to know what...
I'm having trouble linking from my crystal report.
I want to link to new forms in the vb.net project from data in the Crystal report and can't seen to find a way to do it...
Any help would be appreciated.
Thank you for viewing my question. I'm developing a windows application, which creates a bin\debug and bin\release folders. On pressing F5 key(start debugging process), the application launches from bin\debug folder although the application has also created obj\debug and obj\release folders.
I...
Hello everyone, its my first post here.
What i am trying to achieve is to execute queries i have already created which are stored in my access file from my VB application.
My code looks like this.
'Dim command As OdbcCommand = New OdbcCommand
Using cnx As New...
Okay, I've made a web browser in VB.NET 2008 so people who know it can help me best...
Below, I have listed my problems, please help me...
I save my own web browser history rather than modifying the Internet Explorer, I used to use a richtextbox but now I want to use a treeview or a list...
i've a datagridview control populated with records from database.
i've formatted certain cells of datagridview according to a condition.
(i mean i've set the fore color and back color of cell).
But when i export these datagridview contents to excel 2003, no cell colors will be
appearing.pls...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.