Error Message - Unable to Find or Read The Resource Information [.aspx.resx or .resx or something similar]

First, the Integral Accounting Enterprise does not use Resx files. They are not necessary for the application to function. Resx files only contain information about design time position of non-visual components.

Sometimes during development a reference to a resx file will be created. This may cause a compilation problem. To correct the error, do the following:

1. Remove any reference to resx from vbproj file. Resx files in the asp application contain no significant information and the reference to it can be safely removed.

2. Recreate the missing resx file. To do this you should open the form with the missing resx file in design mode and make an insignificant change to it. For example, change a control property then return the property to its old value. Now if you press the save button, the resx file for this form will automatically be created.