How do i mark as assembly as \"safe\"?
Alternatively, how do i have Visual Studio tell me when something in my assembly is not \"safe\"?
Sometimes you cann
Depends on what you mean, but if you import an assembly (i.e a .dll) there is a "unblock" option in the properties of that .dll file. This will allow you to use the dll as a reference.