Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to resolve Item has already been added
Message
From
05/07/2006 12:39:12
 
 
To
04/07/2006 13:52:37
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01133648
Message ID:
01133904
Views:
12
>If I update a component from the Web site, this will make the next hit on the Web site to be longer because there is some kind of compilation or new loading of the required objects. During that time, sometimes, if some clicks are initiated in sequence to the same page, I may get the following message:
>
>
>Item has already been added. Key in dictionary: 'ALL_RAW'  Key being added: 'ALL_RAW'
>
>
>How can I avoid this situation?

Hello Michel,

Here is the solution :)

aspnet_compiler.exe -p c:\Projects\ASP.NET\TheBeerHouse\TBH_Web -v /TheBeerHouse c:\Deployment\TheBeerHouse

The -p parameter specifies the source directory, and the -v parameter specifies the virtual directory used at runtime by the site. The path at the end of the command is the destination directory for the compiler output files.

Source: http://www.dotnet2themax.com/blogs/mbellinaso/PermaLink,guid,f74b0894-a572-4187-9dd8-74215c77d0bb.aspx
~Joe Johnston USA

"If ye love wealth better than liberty, the tranquility of servitude better than the animated contest of freedom, go home from us in peace. We ask not your counsel or arms. Crouch down and lick the hands which feed you. May your chains set lightly upon you, and may posterity forget that ye were our countrymen."
~Samuel Adams

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform