![]() |
C# unsafe mode
I'm trying to compile a C# sln that compiles in the IDE but not in Visual Builder.
The error message says "Unsafe code may only appear if compiled with /unsafe" The projects are set to "Allow Unsafe Code Blocks = True" I took a guess and added /unsafe as Option but the compiler did not like that. Any ideas?? Thanks Frank |
Not really. I doubt it's actually VBP itself causing this -- the Make VS.NET action ultimately invokes the VS.NET command-line compiler to perform an actual compile. If you check the 'Show command-line' on the Options tab, build, then copy and paste the devenv.com command-line from the build output to a Command Prompt and run it there, you should get the same behavior. You could then open a support incident with Microsoft to determine why it's doing that.
|
C# unsafe mode
This is probably a problem of your developer.
Developers typically build Debug configurations. So when he introduced unsafe code, he switched on the [x] Allow unsafe code flag in the project properties. What he probably didn't do is to turn that flag on for release builds. Open MS VS, go to Project Properties / Build and have a look at the flags for different releases. That helped me. |
All times are GMT -5. The time now is 07:49 AM. |
Copyright © 1999-2023 Kinook Software, Inc.