Hard to say without knowing what error you get, but your code snippet
shows some confusion as how to use verbatim string literals (@"string").
In verbatim string literals you don't have to, and should not, escape
for instance backslashes. When using regular string literals you should.
You seem to have the two mixed up. Try changing the code to:
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.