Thursday, March 11, 2004 9:08 PM Jan Tielens

Packaged the Essentials Webparts and the RSSReader Webpart!

UPDATED HERE!!

Mike Walsh has posted his comments on my webparts. Mike's right; I only provided installation instructions that could be understood by developers (since the Dev&IT-Pro Days everybody knows that developers are from another planet!). So thanks to Patrick's excellent post on deploying webparts, I had no excuses left to not provide an easy installation. :-)

Now I only have to create nice site for my webparts ... If I only could find some time ...

Filed under:

Comments

# New SharePoint Web Part: What's New

Thursday, March 11, 2004 9:27 AM by TrackBack

# RSS Reader Webpart for SharePoint

Thursday, March 11, 2004 9:28 AM by TrackBack

# Adding some essential functionality to SharePoint: Breadcrumbs, Navigation

Thursday, March 11, 2004 9:29 AM by TrackBack

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Thursday, March 11, 2004 4:25 PM by Greg Duncan

You rock... Thanks for taking the time to do the polishing...

# Having trouble installing RSSReader Webpart!

Tuesday, March 16, 2004 8:00 PM by tam

I installed the Leadit.SharePoint.Essentials successfully using Lead-it SharePoint Essential Webparts 1.1.1.0.msi but now when I am trying to install Leadit.SharePoint.RSSReader using the Lead-it SharePoint RSSReader Webpart 1.0.0.1.msi I am not successful. The installation program goes well and gives no errors and says that the installation was successful. When I open up the website and try to look for the web part I don’t see it. After I examined the wpcatalog folder I didn’t see *.dwp file for this web part. I didn’t see the dll installed in the /Windows/assembly/ folder either. So can someone tell me what is going on here?

Tam

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Wednesday, March 24, 2004 4:56 PM by Eric

Does anyone have any links to see these in action? Also, does anyone have any links to public sharepoint sites?

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Sunday, March 28, 2004 8:31 AM by Bill Huber

I got an email from Jan asking me to comment on his Essentials webparts on his weblog. I really like them because they show what I have been working on. I set up a quick and dirty homepage to use them as a simple status report. I used a default template and just dropped the Navigation webpart, the Whats New webpart, and the RSSReader webpart on to the left side. Simple but satisfying!

Since I had recently reinstalled Sharepoint to fix an unrelated problem, I had to reinstall the webparts. So I made sure I had the latest versions and started off with the RSSReader. It looked easy. It had an installer! The bad news is that it finishs with an error.

========= WPPackager install log started 3/26/2004 11:18:39 AM =========
3/26/2004 11:18:58 AM: Error: Config file: 'd:\inetpub\wwwroot\web.config' for virtual server 'http://companyweb/">http://companyweb/' is missing or appears invalid. Could not apply required CAS settings to this server.
3/26/2004 11:18:58 AM: Error: Could not apply required CAS settings to virtual server 'http://companyweb/">http://companyweb/' during installation of 'Lead-it SharePoint RSSReader Webpart'
3/26/2004 11:18:59 AM: Success: Installation Successfully Completed

The good news is that the error does not matter!? The dll is in the GAC. The web.config is configured. The webpart is in the wpcatalog. Once you figure out how to configure your firewall you are set. That was actually quite hard. I decided to put my findings in a second post on my weblog since it is specific to ISA.

The installation of Essentials was quite easy if you knew the locations of your wpcatalog, web.config, and GAC. I found that I only needed to restart the sharepoint server to start using them.

# re: New SharePoint Web Part: What's New

Friday, April 02, 2004 6:53 AM by TrackBack

# re: New SharePoint Web Part: What's New

Tuesday, April 06, 2004 6:26 AM by TrackBack

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Friday, April 09, 2004 1:02 PM by Frick

Installed your web part "What's New" but seem to have a problem. It works fine except for some document libray files that Adobe PDF. It doesn't show the file name only the location. Any idea what's up with that?

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Friday, April 09, 2004 1:19 PM by Jan

Frick, you can control this by using the "List fields" property.

# "Navigation"

Monday, April 19, 2004 5:18 PM by Chris

Jan, I have an issue where a particular site and it's sublevels aren't showing in the tree when I'm on one particular site (2nd level).

My structure:

Sites: Internal: 2003 Planning: Sub Site 1: Sub Site 1.1

This tree usually shows on the when I click "Start from root", but DOES NOT show when I'm in the "2003 Planning" site.

Why this one site causes the whole site tree to not show, but if I go into "Internal" (above) or "Sub Site 1" (below) the whole tree shows for all levels?

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Monday, April 19, 2004 5:31 PM by Chris

I'm having the same problem as Frick (PDFs not showing in the What's New webpart).

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Tuesday, April 20, 2004 2:14 AM by Jan

Chris

1) Are you using SharePoint Portal Server or Windows SharePoint Service.

2) You should use the List fields property to tweak the title of the item in the list.

# - - - BIG Problem with the "What's new"-Webpart - - -

Monday, April 26, 2004 9:10 AM by Sebi

Hello Community,
after days of unsuccessful coding, installing and testing I'm stumped:
I downloaded the "Essential Webparts" and included the What's New-Webpart
in my WSS-Website. Everything works fine ... as long as the user has
the permissions to view the linked content (e.g. a Document Library or a List).
But if I declare the List not to be accessible by "Readers" and a Reader
tries to load the page containing the webpart he get's an error-message ! :-(
So - as a programmer - I downloaded the sourcecode, compiled it to the bin-folder,
set the right entries in the web.config-File ...

<SafeControl Assembly="NewEntries, Version=1.0.0.0, Culture=neutral, PublicKeyToken=70c5e611fdfc59be" Namespace="NewEntries" TypeName="*" Safe="True" />
[...]
<trust level="Full" originUrl="" />

... and got the same result: only a user who can surf to all the (normally) 10 entries
in the What's New-Webpart can view the whole webpage ... all others can't use
the site containing the webpart anymore. :(
The strange thing: the C#-code asks if the logged-in user has the permissions ...

if(list.Permissions.DoesUserHavePermissions(SPRights.ViewListItems)
{
[...]
}

... but it seems that exactly this method raises the exception !?! How can this be possible ?
I coded an own webpart ("NewEntries" - see above) containing not much more than this instruction ...
and it doesn't work if I'm not logged-in as admin (I have a recently added Document Library
which gets linked in the webpart and which a reader "Sebi" should not see).

Please help !!! I'm pressed for time and I have to get it working as soon as possible !

Nice greetings and thanx in advance,
Sebastian

# Navigation/Breadcrumbs is only showing subsite levels - repost

Monday, May 24, 2004 10:27 AM by Brett

My question has to do with either the breadcrumbs or the navigation web part. I can get it to display on my site fine but it seems that it only shows site and subsite levels, it doesn't show down to individual pages. For instance if I go into edit a contact should it show something like rootsite/subsite/contacts/edit contact ?

I looked at all the settings but I don't see anything.

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Monday, May 24, 2004 3:03 PM by Jan

Brett, this is not possible. If you want that behavior I suggest you alter the code a little bit.

# Having trouble installing RSSReader Webpart!

Tuesday, June 08, 2004 12:49 PM by Steve

When I install the Lead-it SharePoint RSSReader Webpart 1.0.0.1.msi.....it never prompts me for the installation location.

Does this require a 2003 Server ? Or will it work on a 2000 Server ?

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Tuesday, June 08, 2004 1:09 PM by Jan

Steve, it should work on both of them.

# Trouble with the Navigation Webpart

Monday, June 14, 2004 4:29 PM by Michael

I am having the same navigation problem as Chris, some subsites don't show the correct tree. I have the following:
Site
|-Sub1
|--SubSub1
|-Sub2

It shows the whole tree at Site and SubSub1, but Sub1 only shows:
Site
|-Sub2

and Sub1 shows only:
Site
|-Sub1
|--SubSub1

Start from root and 5 levels is selected for all of them.

# Trouble with the Navigation Webpart

Monday, June 14, 2004 4:34 PM by Michael

For reference I am running WSS on 2K3 server using MSDE.

# RSSReader Webpart Source Code

Wednesday, June 16, 2004 4:12 PM by Eugene

When I download the source code for the RSS Reader, the project references an RSS directory that contatins the RSS and RSSFeed namespaces, but the files seem to be missing from the ZIP archive.

Please help.

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Friday, June 18, 2004 12:11 PM by Eugene

It seems like I can use the files from version 1.0.0.0. Please let me know if this might cause a problem.

# Portal Areas AND WSS Sites Possible?

Sunday, June 20, 2004 11:12 PM by Edward Lee

I placed the navigation web on the main page of my portal. It shows all of my areas. However, it doesn't display anything from http://portal/sites or below. The CorasWorks workplace navigation webpart doesn't seem to be able to handle this either. Anyone aware of a webpart that can show sites from the portal on down into WSS sites?

# Free (useful) SharePoint WebParts [navigation, what's new, alerts, breadcrumbs]

Wednesday, June 23, 2004 2:32 AM by TrackBack

# Free (useful) SharePoint WebParts [navigation, what's new, alerts, breadcrumbs]

Wednesday, June 23, 2004 2:34 AM by TrackBack

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Thursday, July 01, 2004 6:09 AM by Snorre

Hi

When i try to add the useralert web part I get the question for user an password, and access denied. Seems that whatever i try to autenticate with i get a problem. Can anyone tell me what the problem is, and what rights the user should have ? I am running as administrator on aa test-server.

Idid run into the same problem with the

Snorre

# Updated my list of links: 3rd Party Webparts

Thursday, May 05, 2005 8:24 AM by TrackBack

# Updated my list of links: 3rd Party Webparts

Sunday, May 22, 2005 7:29 AM by TrackBack

# Sharepoing Blogs reference articles and information

Saturday, May 28, 2005 1:16 PM by TrackBack

Updated my list of links: 3rd Party Webparts

# SharePoint Web Parts: Free 3rd Party SharePoint Web Parts &amp;amp; Tools

Thursday, June 01, 2006 4:43 PM by The Boiler Room - Mark Kruger, SharePoint MVP

For those who aggregate my feed and do not often visit the blog iteself... I've updated my SharePoint...

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Sunday, June 04, 2006 6:27 PM by Miguel Isidoro

Mike, does this RSS web part work with authenticated proxies? I have a client that is looking for a rss feed web part but needs it to work under these conditions.

You can reach me at mlisidoro@gmail.com.

Thanks
Miguel

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Monday, June 05, 2006 3:32 PM by Diego F

When i add a feed url this message appears:

There was an exception reading the RSS Feed.
The ServicePointManager does not support proxies of server scheme.

what´s the trouble, and how can i fix it?

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Thursday, June 08, 2006 4:05 PM by Tom

I have successfully installed the Lead-it SharePoint Essential Webparts 1.1.1.0.msi file onto all sites under my portal. If I wish to uninstall, how would I proceed? help?

many thanks.

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Thursday, June 15, 2006 1:36 AM by Jenkins

Hi
I need microsoft.Sharepoint.dll file
please send to me

Advance thanks

Thanks
Jenkins

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Thursday, June 15, 2006 8:10 AM by R2

Lead-it SharePoint Essential Webparts 1.1.1.0.msi installation failure.
When we ran the MSI, we get the followoing error: Setup has encountered an error and must close.
The error referanced the wppackager.log for more information... but the log was empty.

Has anyone exeperienced a complete failure during installation? I'm at a loss for a starting point to troubleshoot.

Thanks for any help

R2

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Friday, June 16, 2006 6:27 AM by Nicola

On 2003 SmallBusinessServer and WSS I had the same problem as R2:
Setup has encountered an error and must close.
The error referanced the wppackager.log for more information... but the log was empty.

thanks
Nicola

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Tuesday, July 11, 2006 1:06 PM by Ashkan Eshghi

The MSI installer isn't installing the files where they need to go, but it thinks that it is installed. Is there a .cab file or a solution to this problem?

Thanks,

Ashkan

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Wednesday, July 19, 2006 5:41 PM by re: Packaged the Essentials Webparts and the RSSReader Webpart!

same error, what can I do??

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Sunday, July 23, 2006 2:33 PM by Martin Keen

hi Jan,

I installed your webpart, but now all of my SPS sites display the error "Server Error in '/' Application."

I've tried Microsoft KB articles but i hasnt helped.  Please help!

I tried uninstalling but i still have the problem.  Any ideas what could cause this?

Regards,

Martin

martin.keen@porthosp.nhs.uk

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Sunday, July 23, 2006 6:14 PM by Marti Keen

Once i turned Customerr logging to OFF - i now get:

Parser Error Message: Unable to read the security policy file for trust level 'wss_custom'.

When i examine my web.config file i see a line:

     <trustLevel name="wss_custom" policyFile="C:\Program Files\Common

Files\Microsoft Shared\Web Server

Extensions\60\config\wss_custom_wss_minimaltrust.config" />

However, when I navigate to this folder there is no file called

'wss_custom'.

Jan.. Does your install/uninstall routine change any of these things?

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Sunday, July 23, 2006 7:15 PM by Martin K

HI,

I have 'resolved' this problem by making a copy of the wss_mediumtrust.config file and renaming it.

Do you forsee any implications in doing so?

I also had to make a couple of changes in the web.config file.

still stumped as to why it was referring to the missing  wss_custom_wss_minimaltrust.config.  Was this anything to do with your webpart?

Cheers,

MK  *PHEW!

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Friday, August 11, 2006 12:22 AM by Brett Atha

you guys rock --- love the RSS web part for Share Point.  Keep on keeping on.

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Friday, December 22, 2006 12:21 PM by Bill

I was just hired by a client who is experiencing authentication problems on their WSS sites (subsites only).  There are users who have read access to a parent site and read access to a subsite.  They can access the parent site properly but when they try to access subsite (with Lead-It Alert webpart) they keep getting prompted for a login.  If I make the user an Admin for the subsite they don't get prompted.  If I remove the Lead-It part and then put them back to Reader they can access the subsite properly.  Does lead-it need elevated permissions to work.  I can see how it needs permission to add an alert but just to paint the page it should not require elevated privledges, should it?

Bill_Brace@hotmail.com

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Friday, March 23, 2007 8:37 AM by Lucy! Please call me,Jonny

Lucy! Please call me,Lucy! Please call me

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Saturday, March 24, 2007 5:52 AM by Lucy! Please call me,Jonny

Lucy! Please call me,Lucy! Please call me

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Sunday, April 01, 2007 12:16 AM by Houwni,Houwni

http://www.rmoqlsf.info/index28.html index28.html http://www.rsfmafm.info/index29.html index29.html http://www.rsfmafm.info/index14.html index14.html http://www.qbrkrek.info/index4.html index4.html http://www.rsfmafm.info/index9.html index9.html http://www.rmoqlsf.info/index21.html index21.html http://www.qbrkrek.info/index23.html index23.html http://www.rsfmafm.info/index31.html index31.html http://www.rmoqlsf.info/index26.html index26.html http://www.rmoqlsf.info/index19.html index19.html http://www.nokadme.info/index7.html index7.html http://www.nokadme.info/index29.html index29.html http://www.nokadme.info/index14.html index14.html http://www.qbrkrek.info/index10.html index10.html http://www.nokadme.info/index24.html index24.html http://www.rsfmafm.info/index22.html index22.html http://www.nokadme.info/index31.html index31.html http://www.rmoqlsf.info/index24.html index24.html http://www.nokadme.info/index32.html index32.html http://www.rmoqlsf.info/index6.html index6.html ,http://www.rmoqlsf.info/index28.html index28.html http://www.rsfmafm.info/index29.html index29.html http://www.rsfmafm.info/index14.html index14.html http://www.qbrkrek.info/index4.html index4.html http://www.rsfmafm.info/index9.html index9.html http://www.rmoqlsf.info/index21.html index21.html http://www.qbrkrek.info/index23.html index23.html http://www.rsfmafm.info/index31.html index31.html http://www.rmoqlsf.info/index26.html index26.html http://www.rmoqlsf.info/index19.html index19.html http://www.nokadme.info/index7.html index7.html http://www.nokadme.info/index29.html index29.html http://www.nokadme.info/index14.html index14.html http://www.qbrkrek.info/index10.html index10.html http://www.nokadme.info/index24.html index24.html http://www.rsfmafm.info/index22.html index22.html http://www.nokadme.info/index31.html index31.html http://www.rmoqlsf.info/index24.html index24.html http://www.nokadme.info/index32.html index32.html http://www.rmoqlsf.info/index6.html index6.html

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Tuesday, April 24, 2007 1:05 AM by Britneyrqzap

<a href= http://www.angelfire.com/hiphop/wawaxa >a synonym for important</a> <a href= http://www.angelfire.com/goth/resyki >a mother and father prayer</a> <a href= http://www.angelfire.com/goth/fyruwa >a+ software practice tests</a> <a href= http://www.angelfire.com/crazy/jipybu >a fine romance with no kisses</a> <a href= http://www.angelfire.com/crazy/bexyfy >a kiss so deadly</a>

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Tuesday, April 24, 2007 1:05 AM by Britneyrqzap

<a href= http://www.angelfire.com/hiphop/wawaxa >a synonym for important</a> <a href= http://www.angelfire.com/goth/resyki >a mother and father prayer</a> <a href= http://www.angelfire.com/goth/fyruwa >a+ software practice tests</a> <a href= http://www.angelfire.com/crazy/jipybu >a fine romance with no kisses</a> <a href= http://www.angelfire.com/crazy/bexyfy >a kiss so deadly</a>

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

<a href= 43="goodurl_megabase.txt >iva[!3!]@[!2!].[!5!].edu</a> [url=43="goodurl_megabase.txt]iva[!3!]@[!2!].[!5!].edu[/url]

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Thursday, May 10, 2007 11:09 PM by Britneyopthf

<a href= http://poquhe.front.ru >a company call pds parcel</a> <a href= http://fynezi.front.ru >a bird of prey jim grimsley</a> <a href= http://walala.front.ru >a muscleman</a> <a href= http://gutuxa.front.ru >a mummy shaped amulet that held farm tools</a> <a href= http://kybake.front.ru >a very good production inc.</a>

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Saturday, May 12, 2007 11:34 AM by Britneynmtks

<a href= http://www.angelfire.com/droid/ramuvo >tetris rom snes</a> <a href= http://www.angelfire.com/funky/budode >javascript digital klocka</a> <a href= http://www.angelfire.com/crazy/nykica >haulocaust timeline</a> <a href= http://www.angelfire.com/goth/mapacu >so called life lyrics</a> <a href= http://www.angelfire.com/goth/gamahu >online money converters</a>

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Saturday, May 12, 2007 11:34 AM by Britneynmtks

<a href= http://www.angelfire.com/droid/ramuvo >tetris rom snes</a> <a href= http://www.angelfire.com/funky/budode >javascript digital klocka</a> <a href= http://www.angelfire.com/crazy/nykica >haulocaust timeline</a> <a href= http://www.angelfire.com/goth/mapacu >so called life lyrics</a> <a href= http://www.angelfire.com/goth/gamahu >online money converters</a>

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Thursday, May 24, 2007 4:17 PM by Simon Wang

I tried to download the 1.1.1.0 version, and had the following error message:

This page has an unspecified potential security flaw. Would you like to continue.

I'm hesitant to click the yes button.

Thanks,

Simon

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Thursday, June 07, 2007 10:51 AM by Mike

I'm getting the following error despite trying many server addresses. Any ideas?

========= WPPackager install log started 07/06/2007 15:40:22  =========

07/06/2007 15:40:35: Error: Error while installing from 'Lead-it SharePoint Essential Webparts'. Invalid virtual server 'server address'.

07/06/2007 15:40:35: Error: Error message: 'The server instance specified was not found.  Please specify the server's address and port.' while installing Web Part package to virtual server ''.

07/06/2007 15:40:35: Critical Error: Unable to install package to any virtual servers

# Free SharePoint Web Parts (3rd Party)

Tuesday, June 26, 2007 11:07 AM by The Boiler Room - Mark Kruger, Microsoft SharePoint MVP

Free SharePoint Web Parts (3rd Party) Konrad Brunner - UGS&#39;s Web Parts (broken link 8/25) Document

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Monday, July 02, 2007 8:42 AM by Christian

I'm also getting the error message:

02-07-2007 14:37:14: Error: Error while installing from 'Lead-it SharePoint Administration Webparts'. Invalid virtual server ...

And I'm 100% sure that it's a correct URL I have typed.

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Friday, August 24, 2007 4:25 AM by Raj

I installed Lead-it RSSReader successfully and is there a limitation on the feed URL to be just one. How can I separate if I am using more than one Feed URL ?

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Friday, August 31, 2007 7:18 AM by irfan mughal

getting this error

There was an exception reading the RSS Feed.

The underlying connection was closed: Unable to connect to the remote server.

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Monday, September 10, 2007 2:38 PM by Demens

Hi, nice very nice page..!

high school fund raiser - allfunds.free-site-host.com/provident-fund/index.html

<a href="allfunds.free-site-host.com/non-profit-fund-raising/index.html">globe fund</a>

[URL=allfunds.free-site-host.com/nonprofit-fund-raising/index.html]high school fund raiser[/URL]

church fund raising idea - allfunds.free-site-host.com/nonprofit-fund-raising/index.html

<a href="allfunds.free-site-host.com/non-profit-fund-raising/index.html">non profit fund raising</a>

Good luck !

PS: do you listen Linkin Park ?

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Monday, September 10, 2007 2:40 PM by Demens

Hi, nice very nice page..!

high school fund raiser - allfunds.free-site-host.com/provident-fund/index.html

<a href="allfunds.free-site-host.com/non-profit-fund-raising/index.html">globe fund</a>

[URL=allfunds.free-site-host.com/nonprofit-fund-raising/index.html]high school fund raiser[/URL]

church fund raising idea - allfunds.free-site-host.com/nonprofit-fund-raising/index.html

<a href="allfunds.free-site-host.com/non-profit-fund-raising/index.html">non profit fund raising</a>

Good luck !

PS: do you listen Linkin Park ?

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Friday, November 09, 2007 12:33 AM by Hypercat

Too bad about the idjuts from Angelfire and High School Fund raiser. Go away. This site is for developers. We are trying to get things done. Jerk off in your bedroom.

I ran the msi and Add Remove Programs shows Lead-It RSS Webpart is installed, but I can't see it in WSS 3.0. Any help Jan? We need people like you leading the way. Should I build, package and install? Is it worth my time? Will it work in 3.0? Smiling Goat component only works sometimes and we have had to turn it off. We want RSS and I would hate to start from scratch. What stops Lead-It RSS from showing on my WSS site webparts? Is it only installing on default site? I have many sites. Can I point msi to my dev site for evaluation. Help is appreciated. Thanks for your time.

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Friday, November 09, 2007 12:40 AM by Hypercat

I can send you my email if you do not post. See my post from moments ago for I-Lead RSS question. Should I send you my email address? Post response for a few days and then remove. I will return and look for it. Thank you. Jan. Idjuts are nothing but that. Let's not let them ruin our world. Peace and beer, Hypercat.

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Wednesday, December 05, 2007 11:08 AM by Ardylles

Hi lads,

I am new to sharepoint. I have successfully installed the rssreader webpart to my WSS 3.0. The problem is i can not connect any feed generated by SharePoint it self to this webpart.

After doing some investigation, it seems like sharepoint doesn't pass through the authentication to the webpart because i receive authorization error 401.

Is it built like this? or am i doing something wrong?

Why am i trying to do this? because i want the announcement on the top site to be able to be shared/viewed on all the subsites with rss reader. Or maybe i am doing it the wrong way?

If any of you could help :D

Thank you in advance

# re: Packaged the Essentials Webparts and the RSSReader Webpart!

Thursday, January 24, 2008 11:02 AM by The Danish Dynamo

You should be able to render the weather RSS using the buildt-in DataView, why go trough the trouble of installing a WebPart?

MSDN Webcast: Microsoft Office SharePoint Designer 2007: It's for Developers Too (Level 300) (ID:1032345471)

# WSS 3.0 &amp; MOSS: Web Parts for free a tutiplen! &laquo; Pasi??n por la tecnolog??a&#8230;

Pingback from  WSS 3.0 &amp; MOSS: Web Parts for free a tutiplen! &laquo; Pasi??n por la tecnolog??a&#8230;

# Free SharePoint Web Parts &laquo; Prashant Jadhav : Microsoft Sharepoint, Web 2.0, Elearning, MLearning

Pingback from  Free SharePoint Web Parts &laquo; Prashant Jadhav : Microsoft Sharepoint, Web 2.0, Elearning, MLearning