When I am trying to create a new directory in my WPF application i am getting the following error. " 'The invocation of the constructor on type 'NetworkApplication.Login' that matches the specified binding constraints threw an exception.' Line number '3' and line position '9'."
this is my line of code " DirectoryInfo di = Directory.CreateDirectory(@"C:\Windows\Newfolder1");"
thanks in advance swati