Archive for the ‘ASPX Error’ Category

Error: The installer was interrupted [AppName] could not be installed


Installing a .net application on different platforms would be a headache if you are not familiar with every details on how it work.

One of the error more often happened is the “The Installer was interrupted [AppName] could be installed. You need to restart the installer to try again.” as depicted below

To resolve this issue, there’s a service that need to be enabled IIS Metabase and IIS 6 configuration compatibility”

Under windows 7:

  1. Go to Control Panel
  2. Programs
  3. Turns windows features on or off.
Under Windows 2008:
  1. Launch the Server Manager
  2. Roles
  3. enable theĀ IIS Metabase and IIS 6 configuration compatibility

No Comments


Error:BC30456: ‘CreateResourceBasedLiteralControl’ is not a member of


I’m getting this error after I’ve published an aspx application to the webserver. After a lot of research I’ve found a fix that works for me, this is to change the class visibility of the aspx.vb files from Private to Public.

For more information, please see forum.

, ,

No Comments


Error:The server tag ‘asp:BulletedList’ is ambiguous. Please modify the associated registration that is causing ambiguity and pick a new tag prefix.


Fortunately, there are a couple of fixes, and they are reasonably easy. One fix is to change the TagPrefix attribute of the @Register directive that the Toolkit adds to a page from “asp” to something else. I like “act”, which so far has not caused any other collisions. Or, if you use the Toolkit a lot and don’t mind changing its source code, look for the AssemblyInfo.cs file in the AjaxControlToolkit project in the source code and change the following line to use something else, then recompile the project and start using the new assembly.

 

Source

No Comments



SetPageWidth