New bootstrap/runtime for 0.8-RC? #947
-
|
Is there a new bootstrap/runtime for 0.8-RC? Or is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Sorry Rafael but the Bootstrap API can't be used be used with 0.8-Rc. 0.8-preview is effectively the experimental channel (but created before the channel lingo was adopted). It has the Bootstrap API, Dynamic Dependencies and supports unpackaged apps. 0.8-RC is effectively the preview channel (but created before the channel lingo was adopted). That lacks the Boostrap API, Dynamic Dependencies and has no support for unpackaged apps. The Bootstrap API relies on more than just Microsoft.ProjectReunion.Bootstrap.dll e.g. internally it uses Dynamic Dependencies (and very carefully). Depending on what you've got installed the |
Beta Was this translation helpful? Give feedback.
Sorry Rafael but the Bootstrap API can't be used be used with 0.8-Rc.
0.8-preview is effectively the experimental channel (but created before the channel lingo was adopted). It has the Bootstrap API, Dynamic Dependencies and supports unpackaged apps.
0.8-RC is effectively the preview channel (but created before the channel lingo was adopted). That lacks the Boostrap API, Dynamic Dependencies and has no support for unpackaged apps.
The Bootstrap API relies on more than just Microsoft.ProjectReunion.Bootstrap.dll e.g. internally it uses Dynamic Dependencies (and very carefully). Depending on what you've got installed the
MddBootstrapInitialize()may not fail but if so it's a lucky (and unsu…