Hi UKMA,
Thanks for the detailed bug report.
Originally Posted by: UKMA 
Ok. It doesn't work. I'll try to explain step by step what I've done:
1) I downloaded last night release;
2) I had opened a folder \DeltaEngine\PhysicsEngines\Tests2D and ran Delta.PhysicsEngines.Tests2D.csproj
3) Tried to compile it and it gave me a log with several erros about .dlls that must be unbloked, because they were downloaded from Internet.
4) I unbloked them.
This should not happen if you use Mecurial (HG) and pull from the public repository at codeplex. Help can be found here:
http://deltaengine.net/Wiki.Setup.ashxOr if you download and use the installer for the monthly release this also should not happen because the installer takes care of this issue (one of the main reasons I build an installer in the first place).
Originally Posted by: UKMA 
5) Opened Delta.PhysicsEngines.Tests2D.csproj again. Deleted comments near Tutorials.Simple2DSimulation(); and compiled it.
I am not sure what comments you deleted (just to get a recompile?). Also when testing the Delta Engine itself it might be useful to open the DeltaEngine.sln, which is already setup correctly, otherwise single csproj projects might complain about missing references (did you see yellow icons on top of the references, which are not in your newly created solution?). Whatever it seems to work for you anyway.
Originally Posted by: UKMA 
6) Recieved next erros in the log:
...
00.167 Warning: Couldn't safely delete file even with waiting 'D:\Program Files\DeltaEngine\PhysicsEngines\Tests2D\bin\Debug\Simple2DSimulation.txt' because of: The process cannot access the file 'D:\Program Files\DeltaEngine\PhysicsEngines\Tests2D\bin\Debug\Simple2DSimulation.txt' because it is being used by another process.
This is just a warning that the old log file could not be killed because it was probably still open by another program (most likely a text editor that blocks deleting opened text files or by a previous run). This warning can be ignored.
Originally Posted by: UKMA 
00.178 Warning: Failed to find any implementation for 'Delta.PhysicsEngines.Physics' and the type is not createable itself.
This is the real problem. After getting content you should also have gotten a physics module in settings, which did not work correctly. Without it any attempt to use physics will fail! From your log I see that your Settings.xml has something set for PhysicsModule (Farseer). You can also fix this problem by adding the physics module Delta.PhysicsEngines.Farseer as a reference to your project (either as a dll or the csproj reference). Since <PhysicsModule>Farseer</PhysicsModule> is set in the Settings.xml this should work out for you.
Most users have reported that starting the project again (if the settings are correct) will fix the problem automatically. I guess you are still having problems with the automatic assembly updating, which does not work for you. My guess is that the Delta Engine base path could not be found (because you have not used the installer or any tool yet?). See here for help about that issue and make sure the engine can find all required assemblies at development time:
http://deltaengine.net/W...sualStudioTemplates.ashxYou could also try just downloading the installer and launching the Physics2D Samples and Tutorials after compiling the whole DeltaEngine.sln. Hopefully this works out easier and does not cause so much trouble.
Other links about the same issue:
http://forum.deltaengine...icEngines-verwenden.aspx