Category: solved problems

  • Generating Word XML – and error

    When you generate Word XML file ( with StringTemplate ) or another tool,and you miss some content,Word does not display the error – instead it puts on a specific folder. And it is troublesome to find that file between more files. So I create this small powershell program to delete all files from that folder…

  • A programmer day with “That assembly does not allow partially trusted callers”

    I make a website,works on local IIS. Performs user registration  + uploading some zip files + generating custom feeds for those zip files. Using SharpZipLib_0860_Bin ( to unzip file ),StringTemplate.dll ( to perform custom feed generation ) and NUnit-2.5.7.10213 ( to perform tests). So far,so good. Moving into production . User registration works,upload works,trying feeds…