Assembly

  • Thread starter Thread starter feb
  • Start date Start date
F

feb

Hello,
I am trying to develop a simple shared assembly. For that,
I have created a component. And want to generate a key
file using "sn.exe" utility. I ran
"sn -k mykeyfile.key"
in command prompt. But I am getting the following error in
command prompt

"sn is not recognized as an internal or external command ,
operable program or batch file."

I was able to find the sn.exe utility on my machine. But
unable to run the file.
Can some one assist me what I am doing wrong?

Thank you!
 
Hello,

feb said:
I am trying to develop a simple shared assembly. For that,
I have created a component. And want to generate a key
file using "sn.exe" utility. I ran
"sn -k mykeyfile.key"
in command prompt. But I am getting the following error in
command prompt

"sn is not recognized as an internal or external command ,
operable program or batch file."

I was able to find the sn.exe utility on my machine. But
unable to run the file.
Can some one assist me what I am doing wrong?

Are you sure you used the VS .NET command prompt?

Regards,
Herfried K. Wagner
 

Ask a Question

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.

Ask a Question

Back
Top