Barcode version 1.2.2

I have VS2008 running under os WS2008.

When I open an aspx page with the following lines in the markup:

<%@ Register Assembly="Aspose.BarCode" Namespace="Aspose.BarCode.Web.UI" TagPrefix="cc1" %>

And later …

<cc1:BarCodeWebControl ID="bwcClientID" runat="server" BarHeight="15" />

Visual Studio 2008 stops and the following message pops up:

Untitled.jpg

When I click View problem details, the following information is displayed:

Problem signature:

Problem Event Name: BEX

Application Name: devenv.exe

Application Version: 9.0.30729.1

Application Timestamp: 488f2b50

Fault Module Name: MSVCR90.dll

Fault Module Version: 9.0.30729.4148

Fault Module Timestamp: 4a594c79

Exception Offset: 00037256

Exception Code: c0000417

Exception Data: 00000000

OS Version: 6.0.6002.2.2.0.272.7

Locale ID: 1033

Additional Information 1: 6859

Additional Information 2: b95986c4ffd759552ca5656d876f3fe1

Additional Information 3: 79ce

Additional Information 4: 0f9ac2497e2b95b77e71f0632856f9c5

Whenever I comment out:

<cc1:BarCodeWebControl ID="bwcClientID" runat="server" BarHeight="15" />

I am able to open the Designer in VS 2008.

The webapp compiles and runs without any problem, the error only manifests itself when I attempt to open the page in design mode in the development environment.

Hi,

I could not reproduce this bug at my end. Could you please zip and post a sample project here for our reference?