The maximum message size quota for incoming messages (65536) has been exceeded

前端 未结 8 1176
别那么骄傲
别那么骄傲 2020-11-30 04:36

I get this exception while creating scope for few tables all those tables are huge in design


    
        

        
8条回答
  •  粉色の甜心
    2020-11-30 05:06

    You need to make the changes in the binding configuration (in the app.config file) on the SERVER and the CLIENT, or it will not take effect.

    
        
            
                
            
           
    
    

提交回复
热议问题