Installing select add on

Discussions concerning general integration topics.

Moderator: Phil Barton

Hadi Chemaly

Re: Installing select add on

Post by Hadi Chemaly »

The namespace depends on where your resources are located. By default, Visual Studio adds the resources under the Properties folder if you right-click your project, go to Properties and switch to the Resources tab; in such case, the resource namespace would be MyPackage.Properties.Resources. You must have added the license file under the Resources folder created in the project by the SoftPro Visual Studio template; its namespace is MyPackage.Resources. Both approaches are valid.

In general, you may drop multiple [ProvideResources] attributes as needed if you are adding your resources in different locations/namespaces.
Post Reply