|
Latest Discussions
|
 |
|
|
|
|
 |
|
Support Forum
|
 |
|
| Author |
Messages |
|
Jeremias Tanamal Posts:21

 |
| 10/13/2008 6:35 AM |
|
Hi,
I've getting this error :
Parser Error Message: An
error occurred creating the configuration section handler for
system.web/neatUpload: Item has already been added. Key in dictionary:
'FilesystemUploadStorageProvider' Key being added:
'FilesystemUploadStorageProvider'
Source Error:
Line 201: Line 202: Line 203: Line 204: Line 205: |
after I created a child portal and added a virtual directory for it.
The error only happen when i try to access this child portal. Note that the parent is still working just fine.
I tried to comment sections in the web.config, and it works fine. So I guess the problem really lies in this neatupload ?
Any solution for this?
Latest UVG, DNN 4.8.4
Thanks in advance..
|
|
|
|
|
Pengtsen R Posts:5244

 |
| 10/13/2008 10:18 AM |
|
| can you email me your web.config so I can check it? |
|
Pengtsen R http://www.bizmodules.net |
|
|
Jeremias Tanamal Posts:21

 |
| 10/14/2008 12:30 AM |
|
I have sent the email to you.
|
|
|
|
|
Dean Brettle Posts:3

 |
| 10/14/2008 1:56 AM |
|
Hi,
I'm the NeatUpload author. The error you describe would occur if there are elements with the same name attribute in the sections of two different Web.config files. You probably don't need the section at all in the Web.config in the child directory.
--Dean
|
|
|
|
|
Pengtsen R Posts:5244

 |
| 10/14/2008 5:35 AM |
|
Dean, thank you very much for giving light to us about this problem, I'll check with Jeremias to see if he have neatupload in 2 web.configs. I really appreciate your help. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Jeremias Tanamal Posts:21

 |
| 10/21/2008 3:10 AM |
|
Hi Dean, Pengsthen
Thanks for your help.
We managed to get it done by modifying the webconfig :
[PROVIDERS][BR][CLEAR /][BR][ADD name="FilesystemUploadStorageProvider" type="Brettle.Web.NeatUpload.FilesystemUploadStorageProvider, Brettle.Web.NeatUpload" /][BR][/PROVIDERS] |
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|
|
|
|
 |
 |
|
 |
|