mfp
Check me out on the web at my blog.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
10 MorphX tricks in 10 minutes
Jun 10, 2009 at 5:07 AMCan you let me know the link that fails for you? Can you stream other Channel 9 screencasts?
I've just tried them all; and they do work for me - and by the comments I can see others got it to work too.
10 MorphX tricks in 10 minutes
Jun 10, 2009 at 5:04 AMThe video is available in different resolutions. The best resolution is "Screencast" which is 1280x768 and 2MBPS, here you should be able to read the X++ code.
Here is the direct link:
http://mschnlnine.vo.llnwd.net/d1/ch9/2/4/0/1/7/4/10MorphXTricksIn10minutes_2MB_ch9.wmv
10 MorphX tricks in 10 minutes
Jun 04, 2009 at 2:51 AMThe media issue has been resolved.
Version control in MorphX
Jan 02, 2008 at 1:06 AMIn the AOT you will find the VersionControl class, it has methods like checkin, checkout, undoCheckout. These can be customized like you normally do in MorphX.
The documentation for this class on MSDN will (eventually) be available here:
http://msdn2.microsoft.com/en-us/library/aa843010.aspx
Version control in MorphX
Dec 20, 2007 at 8:25 AMWith regards to multiple check-out nothing new is added in 5.0. VSS in 4.0 already supports this, if you enable it in the VSS Admin tool. The way it works is that the version control backend will automatically attempt to merge the files. In most cases it succeeds and both check-ins succeed. In cases where the exact same lines has been modified the last check-in is rejected. The developer then has to resolve the conflict manually, and check-in again.
Keeping track of versions across installation can be difficult. Even more so if you use XPO files as a way of deploying. I strongly recommend only using AOD files. In combination with a VCS it requires a build step. In the next update of the documentation on MSDN we will release a documentation on how to setup an automated build procedure. Using an AOD file you can stamp each version with a build number, and you can label (VSS term) your VCS files with the build number. Then you know what you got at all times, in every environment.
Regarding IDs, *sigh*, we know. What I can promise is we will address this in the very near future after 5.0. If we don't Microsoft will be out-of-IDs very shortly.