Linking Limitations
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
|||||
Pro, Premium, and Ultimate |
Edit and Continue has two types of linker limitations:
By default, Edit and Continue relinks your program at the end of a debugging session to create an up-to-date executable. There are some limitations on automatic relinking. For more information, see How to: Manage Automatic Relinking.
Some linker options disable Edit and Continue. For more information, see Linker Options that Disable Edit and Continue.
For information on the limitations of Edit and Continue with Visual Basic and Visual C#, see Edit and Continue (Visual C#) and
Edit and Continue (Visual Basic).