ASP.NET 2.0 Project: How to Turn on "Allow unsafe code" mode?

G

Guest

I need to use some pointer-based "unsafe" code, I'm not sure if this option
is still available. I selected "Always show solution" after I read Peter
Bromberg's tips, but I don't see the option to "Allow unsafe code" from the
project property screen.

Thanks a lot if someone with in-depth knowledge can help me out.

Ben
 
O

Otis Mukinfus

I need to use some pointer-based "unsafe" code, I'm not sure if this option
is still available. I selected "Always show solution" after I read Peter
Bromberg's tips, but I don't see the option to "Allow unsafe code" from the
project property screen.

Thanks a lot if someone with in-depth knowledge can help me out.

Ben
Do a search for unsafe in the help file. It has examples.

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 

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

Top