Resolving Debugging Issues in VS.NET: Tips and Tricks
This article provides a solution for a debugging issue in VS.NET. When manually attaching to a process, debug symbols fail to load.
Email courses
I love using email courses to deliver simple topics, dripped out anywhere from a few days to upwards of 10 days! Here you'll learn about the FREE email courses I've written and published under my company, Voitanos.
On-demand video courses
On-demand video courses are my preferred way to teach. Here you'll learn about the courses I've authored & publish under my company, Voitanos.
Prior to launching Voitanos, I published my video courses through Pluralsight. You can find those courses listed here as well.
All publications & learning resources
From time to time, I create learning resources for clients, including Microsoft. Here you'll learn about all these resources.
This includes articles, books, code samples, tutorials, and Microsoft Learning modules.
About Andrew
Book a 1-on-1 Call
Book a 1:1 call with me to discuss web/cloud developer topics about Microsoft 365, the SharePoint Framework, or Microsoft Teams.
Got a question?
If you've got a question about one of my articles, or a technical question, please read this first.
Contact me
Here you'll see the different ways you can reach out so we can connect!
Here you'll find articles & other useful resources. Enjoy!
This article provides a solution for a debugging issue in VS.NET. When manually attaching to a process, debug symbols fail to load.
I faced a tricky debugging issue in MCMS 2002 and resolved it using a PSS ticket. Read on to learn how I did it and what I learned from it.
Stefan Goßner explains in a blog post why working directly with the MCMS 2002 database isn’t a good idea and urges developers to seek help.
A new book for MCMS 2002 is in the works, building on the success of Building Websites with Microsoft Content Management Server.
Proud to share I was awarded the Microsoft MVP status for MCMS. I would like to thank my friends for their help throughout the process.
Upgrading a Virtual PC from MCMS2002 SP1 to SP1a added two new ISAPI filters, but didnt unregister old ones, causing issues.
Gregory S. MacBeth shared a comprehensive list of books and items needed to become an effective SharePoint developer
Stefan Goßner’s article highlights scalability issues with CmsApplicationContext in MCMS 2002. Context objects lack resource management features.
Join me on my search for custom or 3rd party solutions that can add advanced functionality, like workflows and auditing, to SharePoint document libraries.
MCMS utilizes an ISAPI filter to trap requests and build pages before processing them with IIS and .NET. Learn more on MSDN
Barry shares an article on programming role-based security in web parts and mentions Jay Nathan’s article on SharePoint Security and .NET Impersonation
Stefan Gossner’s utility generates reports for MCMS 2002 resource gallery items to show all postings using a specific resource.
The text endorses Building Websites with Microsoft Content Management Server as a guide for creating MCMS 2002 content-rich sites without prior knowledge.
What’s next for Microsoft Content Management Server? In this article, I’ll share my thoughts and Microsoft’s plans to merge it with SharePoint.
Maurice’s SharePoint Thoughts post discusses the future of web part development and using SmartPart to achieve it. Check it out
The article suggests using CustomPropertyDbEx, Migration Console, and Web Manager to simplify MCMS 2002 custom property upgrades
MCMS 2002 is a CMS platform that stores site assets, with the ability to add custom metadata properties through Site Manager or PAPI for improved management.
CustomPropertyDbEx enhances content management by migrating custom properties of channels, templates, and postings to a database, retaining CMS linkage.
Project involves many nested channels and creating them on the fly. Programmatically working with custom properties in CMS channels is challenging
In part 2 of my SharePoint and CMS series, I explore different solution types and provide insight on selecting a primary entry point for end users.
As a SharePoint expert, I explain the differences between SharePoint and Content Management Server. Get a brief intro to SharePoint without a sales pitch.
An Open Question: Searching for Resources on Integrating MCMS 2002 & SharePoint, Blogger Reflects on Readership
I’m considering writing about combining MCMS 2002 & SPS due to a lack of documentation. They’ve had some success with implementation.
Learn to add user controls/web parts to libraries with theoretical part 4, and take advantage of style sheet class reference tables to customize sites