FullyQualifiedTopicNames are of the from <namespace>.<topicname> but only the TopicName portion is rendered in the page. If the TopicName does not exist then it is rendered as a clickable link goes straight to the edit page for creating that topic. When the namespace does not exist this caused an unhandled exception in the source code.
To fix this problem and to allow code to be written more easily (such as System.StringBuilder) this bug has now been fixed. The solution is to ignore TopicNames if the namespace does not exist.
Derek Lakin is a C# .NET developer primarily focusing on Windows Forms development and a CoreDeveloper for FlexWiki. Currently employed by "Content Master":http://www.contentmaster.co.uk producing learning material, white papers, and presentations, primarily for "Microsoft":http://www.microsoft.com.
11/20/2007 3:40:12 AM - -90.206.52.15
<Summary of bug fix>Summary: Which version is required for this ChangeNote