Missing a little FileAccess.Read and it doesn’t work
What is the difference between this code
using (var fileStream = new FileStream(settingsFilename, FileMode.Open))
{
return ReadSettings(fileStream);
}
What is the difference between this code
using (var fileStream = new FileStream(settingsFilename, FileMode.Open))
{
return ReadSettings(fileStream);
}
The other day I faced a strange issue when I wanted to add a service reference to the Tech Head Brothers authoring tool. The code generated wasn’t compiling with errors located in the file Reference.cs.
Drilling down the issue I figured out that the default namespace, TechHeadBrothers.Word, was the issue. It was just added at some place and at other not.
This evening I took the time to implement a new step on the new version of Tech Head Brothers authoring tool.
Now I am able to write an article in Word 2007 and post it using Web Services.
I have reached now another step on the new authoring tool for Tech Head Brothers portal by having some authors installing this new version and starting beta testing it. Has you can see, with the following twit, it seems that the tool is on the good way:
From Rédo (french blog)