Hi there,
i'm currently developing a little app for a PPC with WinCE. Due to organisation matters i develop on 3 different machines with (quite) similar configuration. Two of the machines compile my project flawlessly but on the third it always throws this compiler error.
The "AddHighDPIResource" task failed unexpectedly.
System.ArgumentNullException: Der Wert darf nicht NULL sein.
Parametername: path1
bei System.IO.Path.Combine(String path1, String path2)
bei Microsoft.CompactFramework.Build.Tasks.Utilities.GetFrameworkSdkBinPathForBinary(String binary)
bei Microsoft.CompactFramework.Build.Tasks.AddHighDPIResource.Execute()
bei Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean& taskResult) (MSB4018)
It seems like on my problem-machine sharpdevelop is unable to resolve the GetFrameworkSdkBinPathForBinary. I already changed the target framework in the project which works for any full version framework but none of the compact framework versions. And i reinstalled the (in my opinion) necessary resources like the frameworks and SDKs - without any improvement.
I'd be thankful for any useful hints solving my problem with the one machine...maybe starting with the configuration. Do i need any Windows Mobile SDKs? (Can't install them due to Visual Studio 2005 requirements). Sharpdevelop Version is 3.0.0.3443 on all 3 machines.
Thanks in advance
Sönke