2

Is there a SSCLI equivalent for .Net Framework 3.5? Something that can be debugged and stepped through.

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
SharePoint Newbie
  • 5,974
  • 12
  • 62
  • 103

2 Answers2

3

If you are using Visual Studio 2008 (and especially VS2008 SP1) you should enable the ".NET Framework source stepping" debugger option.

Scott Dorman
  • 42,236
  • 12
  • 79
  • 110
0

You need to download a patch for the source code of sscli and then you can build through VS 2008.

robin.lo
  • 91
  • 1
  • 4