Click here to Skip to main content
15,898,222 members

Comments by ________________ (Top 70 by date)

________________ 21-Dec-17 5:14am View    
Sure. Web site loads the dills on run time. Error says, it cannot find needed dll.
If it will have it - what happens? :-)
I think you should check the references in you project, all what you use - should be in known place.
________________ 21-Dec-17 5:02am View    
I suggest to change the location of published dll from "Temporary ASP.NET Files" to constant location.
I think, it is possible that something-somebody cleans the Temp folders of your Web site....
________________ 21-Dec-17 4:36am View    
"Database type" - have another meaning. It is not linked to .NET type string.
You question shows that your not ready to "iterate" in Database.
Sorry.
Try to find in google something "How to connect to DB and read the table".
Sure you will find many step-by step videos.
Regards!
________________ 21-Dec-17 3:55am View    
if (s3 != s1) throw new InvalidOperationException(); - ??????

Are you serious? Why not Thread.Sleep(100)? with this addition you will see absolutely equal results!
:-))))))))))))


________________ 21-Dec-17 3:41am View    
I did small example, have a look. Parent is not in use, how to fill the chain - there is no universal solution - all depends of data source.
Wy Winform? WPF mach more powerful, and it really have something almost you want - hierarchic data template. but it hardly can be implemented in Winform...