Posts tagged with "Tech Head Brothers" - Page 17

Visual Studio Office Tools and Word 2003 using deserialization, nightmare end

I finally fixed the issue I reported in the post "New milestone reached in the development of the authoring tool for Tech Head Brothers French portal ". I am still waiting some feedback from Peter (he might be in holidays).

I am getting an exception when I try to deserialize an object. This exception is due to a security problem.

Continue reading

Update of Tech Head Brothers site

I refactored quit a lot of code on my site Tech Head Brothers this week and went to bed late (around 1:30 AM each day). But now it is running better and faster. I removed the rendering to Pdf using NFop of the articles because it works locally on my TEST server but not on the PROD one.<br/><br/>One of the speed improvement is due to the complete reimplementation of a user control that download a RSS to publishnews on my site. The issue with the previous method was that the cache was buggy. Now what I am doing is to to use two values in cache, one is the RSS document (a XML document as a string) and that one never expire:

Continue reading

Visual Studio for Office and Web Service using DIME

Apr 29, 2004

I started yesterday to work on the second release of the publishing tool that we are using to write articles on my site Tech Head Brothers. The first version what packing everything needed (XML, pictures, source zip) into one zip file that the author was emailing me for publishing. The new idea is to have a Web Service on the web site that directly accept this zip file as a Dime attachment. So the author can directly post his article to the web site without passing it to me. I am so lazy ;-)

I have this web service developped and the code in the VSTO project. Then I faced an issue during debugging. In fact when the debugger reach the point of calling the web service then I get back to the Word 2003 document, and can't continue to debug and the web service is not called. If I remove the line of code that attach the Dime attachment to the request:<br/>srv.RequestSoapContext.Attachments.Add(attachment);<br/>and call the service then it works, but for sure that's not what I want.

Continue reading

Page 17 of 19