<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: C# LDAP multi-NT-domain lookup code</title>
	<atom:link href="http://unvisible.wordpress.com/2003/06/11/c-ldap-multi-nt-domain-lookup-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://unvisible.wordpress.com/2003/06/11/c-ldap-multi-nt-domain-lookup-code/</link>
	<description>A day in the life of a computer vision graduate student.</description>
	<lastBuildDate>Thu, 29 Oct 2009 18:51:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Error...</title>
		<link>http://unvisible.wordpress.com/2003/06/11/c-ldap-multi-nt-domain-lookup-code/#comment-169</link>
		<dc:creator>Error...</dc:creator>
		<pubDate>Fri, 01 Aug 2003 05:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://unvisible.wordpress.com/2003/06/11/c-ldap-multi-nt-domain-lookup-code/#comment-169</guid>
		<description>Thx for your help now i get some other errors instead...

The type or namespace name &#039;LdapAuthentication&#039; could not be found (are you missing a using directive or an assembly reference?)

The type or namespace name &#039;adAuth&#039; could not be found (are you missing a using directive or an assembly reference?)


</description>
		<content:encoded><![CDATA[<p>Thx for your help now i get some other errors instead&#8230;</p>
<p>The type or namespace name &#8216;LdapAuthentication&#8217; could not be found (are you missing a using directive or an assembly reference?)</p>
<p>The type or namespace name &#8216;adAuth&#8217; could not be found (are you missing a using directive or an assembly reference?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nathan jacobs</title>
		<link>http://unvisible.wordpress.com/2003/06/11/c-ldap-multi-nt-domain-lookup-code/#comment-168</link>
		<dc:creator>nathan jacobs</dc:creator>
		<pubDate>Wed, 30 Jul 2003 09:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://unvisible.wordpress.com/2003/06/11/c-ldap-multi-nt-domain-lookup-code/#comment-168</guid>
		<description>I have never seen this error but I did a little google search ( search terms = &quot;Internal Compiler Error likely culprit is &#039;BEGIN&#039;&quot;) and found the following:

&lt;a href=&quot;http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/Q_20551621.html&quot; rel=&quot;nofollow&quot;&gt;http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/Q_20551621.html&lt;/a&gt;

&lt;a href=&quot;http://lists.ximian.com/archives/public/mono-list/2001-September/001460.html&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/archives/public/mono-list/2001-September/001460.html&lt;/a&gt;

&lt;a href=&quot;http://weblogs.asp.net/Rosherove/posts/3191.aspx&quot; rel=&quot;nofollow&quot;&gt;http://weblogs.asp.net/Rosherove/posts/3191.aspx&lt;/a&gt;

&lt;a href=&quot;http://www.dotnet247.com/247reference/msgs/6/30556.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.dotnet247.com/247reference/msgs/6/30556.aspx&lt;/a&gt;

&gt; Must I modify something more in the orginal code?

It looks like you should try to following (in this order):

1) Cut and paste the code into a new file. And recompile.
2) Restart VS.NET. And recompile.
3) Use a standard distribution.

Good luck.</description>
		<content:encoded><![CDATA[<p>I have never seen this error but I did a little google search ( search terms = &#8220;Internal Compiler Error likely culprit is &#8216;BEGIN&#8217;&#8221;) and found the following:</p>
<p><a href="http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/Q_20551621.html" rel="nofollow">http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/Q_20551621.html</a></p>
<p><a href="http://lists.ximian.com/archives/public/mono-list/2001-September/001460.html" rel="nofollow">http://lists.ximian.com/archives/public/mono-list/2001-September/001460.html</a></p>
<p><a href="http://weblogs.asp.net/Rosherove/posts/3191.aspx" rel="nofollow">http://weblogs.asp.net/Rosherove/posts/3191.aspx</a></p>
<p><a href="http://www.dotnet247.com/247reference/msgs/6/30556.aspx" rel="nofollow">http://www.dotnet247.com/247reference/msgs/6/30556.aspx</a></p>
<p>&gt; Must I modify something more in the orginal code?</p>
<p>It looks like you should try to following (in this order):</p>
<p>1) Cut and paste the code into a new file. And recompile.<br />
2) Restart VS.NET. And recompile.<br />
3) Use a standard distribution.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Error...</title>
		<link>http://unvisible.wordpress.com/2003/06/11/c-ldap-multi-nt-domain-lookup-code/#comment-167</link>
		<dc:creator>Error...</dc:creator>
		<pubDate>Wed, 30 Jul 2003 05:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://unvisible.wordpress.com/2003/06/11/c-ldap-multi-nt-domain-lookup-code/#comment-167</guid>
		<description>I tried to copy your file to the orginal code that M$ done... (and made a backup of the orginal)

I also did the ldap connection that worked on my  orginal code... in your code!

Now i cant compile it i get the following error:

Internal Compiler Error (0xc0000005 at address 5315C743): likely culprit is &#039;BEGIN&#039;.

An internal error has occurred in the compiler. To work around this problem, try simplifying or changing the program near the locations listed below. Locations at the top of the list are closer to the point at which the internal error occurred.

Must I modify something more in the orginal code?</description>
		<content:encoded><![CDATA[<p>I tried to copy your file to the orginal code that M$ done&#8230; (and made a backup of the orginal)</p>
<p>I also did the ldap connection that worked on my  orginal code&#8230; in your code!</p>
<p>Now i cant compile it i get the following error:</p>
<p>Internal Compiler Error (0xc0000005 at address 5315C743): likely culprit is &#8216;BEGIN&#8217;.</p>
<p>An internal error has occurred in the compiler. To work around this problem, try simplifying or changing the program near the locations listed below. Locations at the top of the list are closer to the point at which the internal error occurred.</p>
<p>Must I modify something more in the orginal code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
