G
Grzesiek
Hi!
I'm trying to build IE Web Controls with VS .NET. When I've done it using
build.bat, everything was fine. But now I want to add some features to
BasicChildNode class, so I've created solution added files, added needed
references and copied everything from Version.cs to AssemblyInfo.cs .
Solution builds without errors and Microsof.Web.UI.WebControls.dll file is
created. But when I'm trying to use this dll file in my project (in VS
designer) it shows Error Creating Control, and instead of displaying
control, there is text inside it:
resource file name: Microsofr.Web.UI.WebControls.Design.resources, assembly:
Microsoft.Web.UI.WebControls, Version=1.0.2.226, culture=neutral
publicKeyToken=null, etc.
What's going on? Is this designer error ?
Oh and another thing, is that i had to exclude files Resources\*.resx from
solution because I was getting compiler error:
Resources 'Resources\Microsoft.Web.UI.WebControls.Design.resources' and
'Resources\Microsoft.Web.UI.WebControls.Design.resx' have the same manifest
resource name
'Microsoft.Web.UI.WebControls.Resources.Microsoft.Web.UI.WebControls.Design.resources'.
thanks,
Grzesiek
I'm trying to build IE Web Controls with VS .NET. When I've done it using
build.bat, everything was fine. But now I want to add some features to
BasicChildNode class, so I've created solution added files, added needed
references and copied everything from Version.cs to AssemblyInfo.cs .
Solution builds without errors and Microsof.Web.UI.WebControls.dll file is
created. But when I'm trying to use this dll file in my project (in VS
designer) it shows Error Creating Control, and instead of displaying
control, there is text inside it:
resource file name: Microsofr.Web.UI.WebControls.Design.resources, assembly:
Microsoft.Web.UI.WebControls, Version=1.0.2.226, culture=neutral
publicKeyToken=null, etc.
What's going on? Is this designer error ?
Oh and another thing, is that i had to exclude files Resources\*.resx from
solution because I was getting compiler error:
Resources 'Resources\Microsoft.Web.UI.WebControls.Design.resources' and
'Resources\Microsoft.Web.UI.WebControls.Design.resx' have the same manifest
resource name
'Microsoft.Web.UI.WebControls.Resources.Microsoft.Web.UI.WebControls.Design.resources'.
thanks,
Grzesiek