This week, I encountered a curious situation while I was developing a new BizTalk solution. After creating my new project, I tried to add a new schema to the solution, and to my astonishment, the item “Schema” had disappeared from the Visual Studio window Add new item in the BizTalk Project items > Schema Files options, as you can see in the picture below:

Even though I chose the BizTalk Project items option, which shows all BizTalk items, the Schema item was not there. By the way, this problem appeared from one day to another.
📝 One-Minute Brief
This post addresses a specific technical glitch in Visual Studio 2010 where the “Schema” item disappears from the “Add New Item” menu in BizTalk projects. While the exact cause is unknown (likely corrupted dependencies), the post provides a definitive solution: performing a “Repair” on the Visual Studio installation via the Control Panel. This restores the missing BizTalk Project items and allows developers to continue creating schemas.
Cause
Well, unfortunately, I don’t know exactly why this problem occurred, but I believe that some dependence has become corrupted.
Solution
To fix this issue or similar problems, you need to repair Visual Studio 2010.
To repair Visual Studio:
- Click Start, click Control Panel, and then click Programs.
- Click Programs and Features and then select the Visual Studio Edition you installed.
- Click Uninstall/Change.
- In the setup wizard, select Repair or Reinstall and then click Next.
- Follow the remaining instructions in the installation wizard to complete the installation.
After repairing Visual Studio, the Schema item was once again available:

Hope you find this helpful! If you liked the content or found it useful and would like to support me in writing more, consider buying (or helping to buy) a Star Wars Lego set for my son.
Reblogged this on Sutoprise Avenue, A SutoCom Source.