|
-
Nov 4th, 2002, 06:32 AM
#9
Thread Starter
Addicted Member
the ("add") section of the web.config file, i think, is causing the error below. because i have other "adds" in the file...
<compilation>
<assemblies>
<add assembly="CrystalDecisions.CrystalReports..../>
<add assembly="CrystalDecisions.ReportSource..../>
<add assembly="CrystalDecisions.Shared..../>
<add assembly="CrystalDecisions.Web..../>
</assemblies>
</compilation>
and
<appSettings>
<add key="gConnection" value="data source=localhost../>
</appSettings>
Error that now appears:
Server Error in '/IISapps' Application.
--------------------------------------------------------------------------------
The same table (add) cannot be the child table in two nested relations.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: The same table (add) cannot be the child table in two nested relations.
any ideas??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|