Hi
I am using VSEWSS 1.1 to successfully create Web Parts however I just noticed that the web part description is not actually appearing in my site and the title is just the name of the class, rather than the title I specify in my webpart file.
I have not changed the default provided .webpart file much and it is below.
Can someone explain why it is not displaying.
Thanks
<?xml version="1.0" encoding="utf-8"?>
<webParts>
<webPart xmlns="http://schemas.microsoft.com/WebPart/v3">
<metaData>
<!--
The following Guid is used as a reference to the web part class,
and it will be automatically replaced with actual type name at deployment time.
-->
<type name="b3413cd4-3659-42eb-8fc2-4b9e55e6c2b3" />
<importErrorMessage>Cannot import ImageLink Web Part.</importErrorMessage>
</metaData>
<data>
<properties>
<property name="Title" type="string">ImageLink Web Part</property>
<property name="Description" type="string">Use to display an image linked to a URL</property>
</properties>
</data>
</webPart>
</webParts>