Hi, I have install the .NET compact framework 2.0 and the compact framework sdk and then the sharp develop.
After, when i try make a mobile app, after put the name of solution the sharp develop give me the follow message:
"Error loading C:\Documents and Settings\...\Projectos\teste\teste.csproj:
The imported project
'C:\WINNT\Microsoft.NET\Framework\v2.0.5.727\Mcrosoft.CompactFramework.CSharp.tergets' was no found.
Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
C:\Programas\SharpDevelop\2.2\bin\SharpDevelop.Build.CSharp.targets"
This is the error that appear, then I hit the ok buttom and it creats the next files:
-AssemblyInfo.cs
-MainForm.cs
-MainForm.Designer.cs
-teste.csproj
I verified if that files already exists but only the " C:\Programas\SharpDevelop\2.2\bin\SharpDevelop.Build.CSharp.targets" exist.
I would try compile the "MainForm.cs" file after create a line of code (Hello world print, for exemple) and the compiler give e error saying which "is not support the only file compilation, please create a project".
What I do wrong? miss me any file? how do I resolve this problem?
Thanks for any ideas