Skip to content

Instantly share code, notes, and snippets.

View scottpidzarko's full-sized avatar

Scott Pidzarko scottpidzarko

  • ClearAlan Inc.
  • Edmonton, AB
  • 14:13 (UTC -06:00)
View GitHub Profile
@SteGriff
SteGriff / Fix Windows CE build problems.md
Last active September 25, 2022 19:12
Fix Windows CE build problems

Windows CE Build problems

I had trouble setting up a Windows CE project to build on our new Jenkins server. These gists are meant to help you resolve "error MSB4018: The "GetDeviceFrameworkPath" task failed unexpectedly."

Steps

  • Make sure that the machine performing the build has the .NET Compact Framework Redistributable
  • Add the registries from Windows-CE-Build.reg to the machine (by downloading and double-clicking the file)

Sources

@davidfowl
davidfowl / dotnetlayout.md
Last active May 24, 2025 18:53
.NET project structure
$/
  artifacts/
  build/
  docs/
  lib/
  packages/
  samples/
  src/
 tests/