<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Microsoft ASP.NET Member/Role Management with IIS (VB Version)</title>
	<atom:link href="http://peterkellner.net/2007/02/15/membershipodsvb/feed/" rel="self" type="application/rss+xml" />
	<link>http://peterkellner.net/2007/02/15/membershipodsvb/</link>
	<description>Specializing in Microsoft Web and Database and Sync Technologies</description>
	<lastBuildDate>Wed, 08 Sep 2010 06:48:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chad Snyder</title>
		<link>http://peterkellner.net/2007/02/15/membershipodsvb/comment-page-1/#comment-607</link>
		<dc:creator>Chad Snyder</dc:creator>
		<pubDate>Thu, 08 Nov 2007 15:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/02/15/membershipodsvb/#comment-607</guid>
		<description>I&#039;m using the VB version (very nice, thx) but when I try to edit a user I get an error msg:

&quot;ObjectDataSource ‘ObjectDataSourceMembershipUser’ could not find a non-generic method ‘Update’ that has parameters: Email, IsApproved, IsLockedOut, Comments, lastActivityDate, LastLoginDate, UserName.:&quot;

Can you help?

Thanks
Chad</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the VB version (very nice, thx) but when I try to edit a user I get an error msg:</p>
<p>&#8220;ObjectDataSource ‘ObjectDataSourceMembershipUser’ could not find a non-generic method ‘Update’ that has parameters: Email, IsApproved, IsLockedOut, Comments, lastActivityDate, LastLoginDate, UserName.:&#8221;</p>
<p>Can you help?</p>
<p>Thanks<br />
Chad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhi Mittal</title>
		<link>http://peterkellner.net/2007/02/15/membershipodsvb/comment-page-1/#comment-606</link>
		<dc:creator>Abhi Mittal</dc:creator>
		<pubDate>Sat, 11 Aug 2007 08:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/02/15/membershipodsvb/#comment-606</guid>
		<description>Hi,

I was wondering if anybody could help me get the C# version working with an Access Database provider? I am using the sample Access Provider from Microsoft.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was wondering if anybody could help me get the C# version working with an Access Database provider? I am using the sample Access Provider from Microsoft.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rae MacLeman</title>
		<link>http://peterkellner.net/2007/02/15/membershipodsvb/comment-page-1/#comment-605</link>
		<dc:creator>Rae MacLeman</dc:creator>
		<pubDate>Sat, 02 Jun 2007 07:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/02/15/membershipodsvb/#comment-605</guid>
		<description>Hi,

The Membership Editor looks great, but can anyone advise a newbie on how to configure the ObjectDataSource, please? I have used the Website Admin Tool and created several roles and users, but the configure process seems to be looking for a data source in my App_Data folder.

Regards
Rae MacLeman</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The Membership Editor looks great, but can anyone advise a newbie on how to configure the ObjectDataSource, please? I have used the Website Admin Tool and created several roles and users, but the configure process seems to be looking for a data source in my App_Data folder.</p>
<p>Regards<br />
Rae MacLeman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ronald</title>
		<link>http://peterkellner.net/2007/02/15/membershipodsvb/comment-page-1/#comment-604</link>
		<dc:creator>ronald</dc:creator>
		<pubDate>Wed, 30 May 2007 13:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/02/15/membershipodsvb/#comment-604</guid>
		<description>do u have a script in C# where i can delete a certain role using</description>
		<content:encoded><![CDATA[<p>do u have a script in C# where i can delete a certain role using</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://peterkellner.net/2007/02/15/membershipodsvb/comment-page-1/#comment-603</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 09 May 2007 15:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/02/15/membershipodsvb/#comment-603</guid>
		<description>OK - I have tried both the C# and the VB version of this. I get the same error in both. Any help would be appreciated as I would truly like to use this feature. When I click on SELECT for any of the rows I get this error.

The error is:


Value cannot be null.
Parameter name: username
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.ArgumentNullException: Value cannot be null.
Parameter name: username

Source Error:


Line 62:
Line 63:         &#039; cover case where there is no current user
Line 64:         If Not Membership.GetUser() Is Nothing Then
Line 65:             ObjectDataSourceRoleObject.SelectParameters(&quot;UserName&quot;).DefaultValue = Membership.GetUser().UserName
Line 66:             ObjectDataSourceRoleObject.SelectParameters(&quot;ShowOnlyAssignedRolls&quot;).DefaultValue = &quot;true&quot;</description>
		<content:encoded><![CDATA[<p>OK &#8211; I have tried both the C# and the VB version of this. I get the same error in both. Any help would be appreciated as I would truly like to use this feature. When I click on SELECT for any of the rows I get this error.</p>
<p>The error is:</p>
<p>Value cannot be null.<br />
Parameter name: username<br />
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.</p>
<p>Exception Details: System.ArgumentNullException: Value cannot be null.<br />
Parameter name: username</p>
<p>Source Error:</p>
<p>Line 62:<br />
Line 63:         &#8216; cover case where there is no current user<br />
Line 64:         If Not Membership.GetUser() Is Nothing Then<br />
Line 65:             ObjectDataSourceRoleObject.SelectParameters(&#8220;UserName&#8221;).DefaultValue = Membership.GetUser().UserName<br />
Line 66:             ObjectDataSourceRoleObject.SelectParameters(&#8220;ShowOnlyAssignedRolls&#8221;).DefaultValue = &#8220;true&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Sloan</title>
		<link>http://peterkellner.net/2007/02/15/membershipodsvb/comment-page-1/#comment-602</link>
		<dc:creator>Ron Sloan</dc:creator>
		<pubDate>Fri, 09 Mar 2007 16:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/02/15/membershipodsvb/#comment-602</guid>
		<description>The aspx page included is written in C#. Do you have the VB version?

Thanks</description>
		<content:encoded><![CDATA[<p>The aspx page included is written in C#. Do you have the VB version?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emilio</title>
		<link>http://peterkellner.net/2007/02/15/membershipodsvb/comment-page-1/#comment-600</link>
		<dc:creator>Emilio</dc:creator>
		<pubDate>Sat, 03 Mar 2007 13:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/02/15/membershipodsvb/#comment-600</guid>
		<description>Has anybody upgraded this membership solution to the current ASP.NET AJAX Extensions 1.0 ?

I am not familiar with this stuff so my conversion, although it appears to run, it gives an error &quot;Web: undefined&quot; for line 96, character 1 of the TextChangedBehaviour.js loaded in the ASPX page.</description>
		<content:encoded><![CDATA[<p>Has anybody upgraded this membership solution to the current ASP.NET AJAX Extensions 1.0 ?</p>
<p>I am not familiar with this stuff so my conversion, although it appears to run, it gives an error &#8220;Web: undefined&#8221; for line 96, character 1 of the TextChangedBehaviour.js loaded in the ASPX page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaggy126</title>
		<link>http://peterkellner.net/2007/02/15/membershipodsvb/comment-page-1/#comment-599</link>
		<dc:creator>Shaggy126</dc:creator>
		<pubDate>Tue, 27 Feb 2007 16:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/02/15/membershipodsvb/#comment-599</guid>
		<description>I noticed that you&#039;ve stated IIS 5.1 and 6

I&#039;m running a 2000 server, IIS 5.0 with .net 2.0 and SQL2005 express.  I was planning to used the VB version that was put online.</description>
		<content:encoded><![CDATA[<p>I noticed that you&#8217;ve stated IIS 5.1 and 6</p>
<p>I&#8217;m running a 2000 server, IIS 5.0 with .net 2.0 and SQL2005 express.  I was planning to used the VB version that was put online.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Cummins</title>
		<link>http://peterkellner.net/2007/02/15/membershipodsvb/comment-page-1/#comment-601</link>
		<dc:creator>Jonathan Cummins</dc:creator>
		<pubDate>Mon, 19 Feb 2007 12:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/02/15/membershipodsvb/#comment-601</guid>
		<description>Hi,

I have converted the Membership Editor to VB if anybody wants to use it.

Its located at:

http://www.mindup.no/MembershipEditor.zip

Regards,

Jonathan Cummins</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have converted the Membership Editor to VB if anybody wants to use it.</p>
<p>Its located at:</p>
<p><a href="http://www.mindup.no/MembershipEditor.zip">http://www.mindup.no/MembershipEditor.zip</a></p>
<p>Regards,</p>
<p>Jonathan Cummins</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 1/34 queries in 0.033 seconds using disk
Content Delivery Network via cdn.peterkellner.net

Served from: peterkellner.net @ 2010-09-09 11:39:30 -->