Click here to Skip to main content
15,886,422 members

Comments by Sesharaman (Top 8 by date)

Sesharaman 15-Nov-15 6:36am View    
After some exploration I found out that this link explains it.
http://stackoverflow.com/questions/1127431/xmlserializer-giving-filenotfoundexception-at-constructor
Sesharaman 30-Oct-15 2:13am View    
In my opinion, the initialization of dependency property as string is null. It cannot be given any value. The binding causes the exception in output. While during execution, the value is given and hence the collection is initialized property. Once again thanks for the response.
Sesharaman 28-Oct-15 23:55pm View    
Exception raised is NIL. Output verbose indicates FileNotFoundException in mscorlib.dll as in my main question. I agree that there is no miracle here. I have come to the conclusion and accept that my communication is very poor. I will be resting the question here. Thanks ye all for response to rectify the problem.
Sesharaman 28-Oct-15 8:03am View    
Again with due respect, path is the full path including disk: directory and filename. I have checked that the file exists. secondly, the function delivers the object as observablecollection(of T) with all objects as in xml. My code may not match that of yours and that is precisely the reason I am asking. I have already indicated that the function is successful? yet gives exception in the output and not in execution. I wish you may correct using c# or VB please.
Sesharaman 16-Aug-15 0:03am View    
Mr.Sergey Alexandrovich Kryukov,
I created a separate function for capslock key toggle and used the sendinput. Now it works fine. Thanks