Click here to Skip to main content
16,017,261 members

Comments by Member 10544788 (Top 3 by date)

Member 10544788 8-Feb-14 1:07am View    
Actually, Some Functionality is throwing an exception. So it's going to the exception block without completing the using block. So objects are not getting disposed. So when I am trying to instantiate the same object again within a using block (within the same web request) it's throwing an error.
Member 10544788 8-Feb-14 1:05am View    
The exception is occuring within the using block. So the object is not getting disposed. That's the problem
Member 10544788 5-Feb-14 11:20am View    
I want a tool which will generate the service classes from the XSD. Is there any reliable tool present to serve the purpose? Will XSD2Code tool help?