Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unknown Project Type GUID

I recently took over maintaining a silverlight application from a shop in the Ukraine, and ran into an problem opening the csproj files. I checked mztools and onlinecoder, as well as googling each of them, but was unable to identify two of them:

88A30576-7583-4F75-8136-5EFD2C14ADFF
4C25E9B5-9FA6-436c-8E19-B395D2A65FAF

I am currently using Visual Studio 2010 Express, if that's relevant.
Any insight as to what they are or how to find out would be appreciated. Thanks in advance!

like image 280
BThompson Avatar asked Mar 11 '13 20:03

BThompson


People also ask

What is Project type GUID?

Project Type GUID is a unique key used in registry to identify specific project type.

How do I know which project is used in Visual Studio 2019?

Check the project format in Visual Studio If you are working in Visual Studio, you can quickly check the project format using one of the following methods: Right-click the project in Solution Explorer and select Edit myprojectname. csproj.


1 Answers

88A30576-7583-4F75-8136-5EFD2C14ADFF is a CRM package GUID for plug-in packages.

You need to download the CRM 2011 SDK and install it. Then, in the SDK folder, run the tools\developertoolkit\crmdevelopertools_installer.exe

The other GUID, 4C25E9B5-9FA6-436c-8E19-B395D2A65FAF, I could not find online, but I suspect that this is just the plug-in GUID, since I only see this one in my plug-in project.

like image 108
Maxthecat Avatar answered Oct 04 '22 19:10

Maxthecat