Click here to Skip to main content
15,899,314 members

Comments by Kailas_ (Top 12 by date)

Kailas_ 26-Nov-15 0:50am View    
Deleted
Anyway solved by resetting iis by using command at command prompt as: iisreset
Kailas_ 25-Nov-15 7:36am View    
In site binding I had removed binding types http
net.tcp
net.msmq
msmq.formatname
net.pipe

and now only one in present in list i.e. http .
Before removing this, that was working atleast on localhost server(not through VS) but after removing above binding it not working on localhost server too..

Is that is the reason to not works...!

Now when I trying to add that binding types it say object reference not set...
Kailas_ 25-Nov-15 7:12am View    
Hello @Afzaal,
I just getting this error in VS2012 when hitting f5 but if I hit ctrl+f5 then it works fine.
Kailas_ 11-Sep-15 1:34am View    
Thanks Matt T Heffron for suggestion..!
Kailas_ 10-Sep-15 7:38am View    
Not exact But I get Idea, I can't do that directly instead I have check like
User.colListingDetails != null and its works as I stores "clsListingDetails" list in Dictionary, anyway thanks..