Alex B. Clarke

Hi, I am a software developer specialising in Microsoft .Net technologies. This site is used to interact with, and contribute to development community.

Send mail to the author(s)  Contact me
Feed your aggregator (RSS 2.0)  Syndicate
On this page....
Categories
Archives
Blogroll
Blog Stats
Total Posts: 43
This Year: 5
This Month: 0
This Week: 0
Comments: 33
Misc
Theme by Alex B. Clarke.

Copyright © 2010 Alex B. Clarke. All rights reserved.

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

# Saturday, September 09, 2006

Started reading J Righter's "CLR via C#" - as many readers have said before - it is an excellent book in terms of style and material.

The book is accompanied by the sample code you can download from Wintellect site. When you extract the sample code and run the solution file “CLR via C#.sln” you get a few minor errors about some projects not being found. Nothing major – some of the project files paths are absolute rather than relative. It can be fixed by opening the solution file in a text editor and changing the paths. Like this:

Current: "C:\Documents and Settings\Jeffrey\My Documents\NET Book\Code\Part 4-Essential Types\Ch18-Nullable Value Types\01-Nullable\01-Nullable.csproj"

New: “Part 4-Essential Types\Ch18-Nullable Value Types\01-Nullable\01-Nullable.csproj"

That’s it.

For your convenience here’s the solution file that I edited and you can use to replace the one in the downloaded sample code package.

CLR_20via_20C_23.zip (17.52 KB)
Filed under: .Net Framework 2.0  | Published by: Alex B. Clarke  | Comments [0]