| Author |
Message |
Jéjé
Guest
|
Posted:
Thu Jan 13, 2005 3:17 am Post subject:
cannot export any web parts of some page, but not all??? |
|
|
Hi,
I have a problem with some web part pages, I can't export any web part in
these page while I can on other pages on the same web site (and on the same
document library).
its the same web parts on the 2 pages.
when only 1 webpart
The error is:
"The requested webpart is not found or deleted from the page by another
user"
But I am sure that the webpart exists and the page is ok.
Its all or nothing: if the export works, then I can export all the web parts
of the page, else none the webpart can be exported!!!
All my DLL's web parts are in the GAC.
how to identify the problem?
thanks.
Jerome. |
|
| Back to top |
|
 |
Daniel Larson (www.portal
Guest
|
Posted:
Fri Jan 14, 2005 12:13 am Post subject:
RE: cannot export any web parts of some page, but not all??? |
|
|
Jerome,
I recommend skipping it if you can... just manually create a DWP. A dwp is
just a pointer to a class in an assembly and is documented in the SDK, and
you can set its properties through simple xml. You can get a template for
this in the PortalBuilder Visual Studio SDK (preview) at the url below...
Daniel Larson
http://www.portalbuilder.org
"Jéjé" wrote:
| Quote: | Hi,
I have a problem with some web part pages, I can't export any web part in
these page while I can on other pages on the same web site (and on the same
document library).
its the same web parts on the 2 pages.
when only 1 webpart
The error is:
"The requested webpart is not found or deleted from the page by another
user"
But I am sure that the webpart exists and the page is ok.
Its all or nothing: if the export works, then I can export all the web parts
of the page, else none the webpart can be exported!!!
All my DLL's web parts are in the GAC.
how to identify the problem?
thanks.
Jerome.
|
|
|
| Back to top |
|
 |
Jéjé
Guest
|
Posted:
Sat Jan 15, 2005 12:36 am Post subject:
Re: cannot export any web parts of some page, but not all??? |
|
|
I have found the problem.
when my file name has a éèô (etc..) characters in the name, the export
failed, else there si no problems.
I have changed the globalization encoding options in the web.config file to
window-1252 and all works fine now.
"Daniel Larson (www.portalbuilder.org)"
<daniel@larsontechnology.spamfree.com> wrote in message
news:AD341056-E9C0-4F4F-9BA2-31602F6CBA60@microsoft.com...
| Quote: | Jerome,
I recommend skipping it if you can... just manually create a DWP. A dwp is
just a pointer to a class in an assembly and is documented in the SDK, and
you can set its properties through simple xml. You can get a template for
this in the PortalBuilder Visual Studio SDK (preview) at the url below...
Daniel Larson
http://www.portalbuilder.org
"Jéjé" wrote:
Hi,
I have a problem with some web part pages, I can't export any web part in
these page while I can on other pages on the same web site (and on the
same
document library).
its the same web parts on the 2 pages.
when only 1 webpart
The error is:
"The requested webpart is not found or deleted from the page by another
user"
But I am sure that the webpart exists and the page is ok.
Its all or nothing: if the export works, then I can export all the web
parts
of the page, else none the webpart can be exported!!!
All my DLL's web parts are in the GAC.
how to identify the problem?
thanks.
Jerome.
|
|
|
| Back to top |
|
 |
|
|
|
|