<?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 for BruceBurge.com</title>
	<atom:link href="http://bruceburge.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bruceburge.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 19:49:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on BlackOut &#8211; Screen Dimmer by Bruce</title>
		<link>http://bruceburge.com/software/blackout-screen-dimmer/comment-page-1/#comment-77</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Thu, 29 Jul 2010 19:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://bruceburge.com/?page_id=56#comment-77</guid>
		<description>&lt;a href=&quot;#comment-76&quot; rel=&quot;nofollow&quot;&gt;@Matt &lt;/a&gt; 
Thanks for the kind words and interest, that is an interesting idea, and I could see how it would be useful, I am currently a little to swamped to make that change, but when I get some free time, I&#039;ll see if I can make the change.  It honestly wouldn&#039;t be to hard, I would just have to spawn a form for each monitor detected, resize the forms to fit their monitor, and then set up a method to control the opacity for each.  The code is available, and love to see anyone else interested make the changes.

If I do have the chance to make the changes I&#039;ll post the results here and email you, once again thanks for your interest and feedback.</description>
		<content:encoded><![CDATA[<p><a href="#comment-76" rel="nofollow">@Matt </a><br />
Thanks for the kind words and interest, that is an interesting idea, and I could see how it would be useful, I am currently a little to swamped to make that change, but when I get some free time, I&#8217;ll see if I can make the change.  It honestly wouldn&#8217;t be to hard, I would just have to spawn a form for each monitor detected, resize the forms to fit their monitor, and then set up a method to control the opacity for each.  The code is available, and love to see anyone else interested make the changes.</p>
<p>If I do have the chance to make the changes I&#8217;ll post the results here and email you, once again thanks for your interest and feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlackOut &#8211; Screen Dimmer by Matt</title>
		<link>http://bruceburge.com/software/blackout-screen-dimmer/comment-page-1/#comment-76</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 29 Jul 2010 09:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://bruceburge.com/?page_id=56#comment-76</guid>
		<description>To elaborate I would like to see a function which controls which monitor I can dim so I can have seperate controls per monitor.</description>
		<content:encoded><![CDATA[<p>To elaborate I would like to see a function which controls which monitor I can dim so I can have seperate controls per monitor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlackOut &#8211; Screen Dimmer by Matt</title>
		<link>http://bruceburge.com/software/blackout-screen-dimmer/comment-page-1/#comment-75</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 29 Jul 2010 09:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://bruceburge.com/?page_id=56#comment-75</guid>
		<description>Blackout is great but I need to be able to dim monitor on multimonitor setup 1 monitor dim 1 monitor not dim is possible to add?</description>
		<content:encoded><![CDATA[<p>Blackout is great but I need to be able to dim monitor on multimonitor setup 1 monitor dim 1 monitor not dim is possible to add?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sharing .net library DLLs between Asp classic and Asp.net by Bruce</title>
		<link>http://bruceburge.com/2009/06/11/sharing-net-libary-dlls-between-asp-classic-and-aspnet/comment-page-1/#comment-74</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Tue, 29 Jun 2010 16:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://bruceburge.com/?p=251#comment-74</guid>
		<description>I&#039;m not sure, I would have to see the code to get a better idea, if you want to email me the code you can send it to bruce@bruceburge.com, either way best of luck with it.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure, I would have to see the code to get a better idea, if you want to email me the code you can send it to <a href="mailto:bruce@bruceburge.com">bruce@bruceburge.com</a>, either way best of luck with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sharing .net library DLLs between Asp classic and Asp.net by Alex</title>
		<link>http://bruceburge.com/2009/06/11/sharing-net-libary-dlls-between-asp-classic-and-aspnet/comment-page-1/#comment-73</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 29 Jun 2010 16:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://bruceburge.com/?p=251#comment-73</guid>
		<description>Hi Bruce,

Nice article. I wish i stumbled upon this a day ago! After many struggles, I&#039;ve compiled my dll and am able to create an instance of the object in classic ASP. My issue is that none of my methods appear to working. I am getting, &quot;Object doesn&#039;t support this property or method&quot;. None of my methods are static so I&#039;m not sure why this is. If I test the dll in a .net project it works properly. Any ideas? Many thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Bruce,</p>
<p>Nice article. I wish i stumbled upon this a day ago! After many struggles, I&#8217;ve compiled my dll and am able to create an instance of the object in classic ASP. My issue is that none of my methods appear to working. I am getting, &#8220;Object doesn&#8217;t support this property or method&#8221;. None of my methods are static so I&#8217;m not sure why this is. If I test the dll in a .net project it works properly. Any ideas? Many thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sharing .net library DLLs between Asp classic and Asp.net by Bruce</title>
		<link>http://bruceburge.com/2009/06/11/sharing-net-libary-dlls-between-asp-classic-and-aspnet/comment-page-1/#comment-57</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Tue, 20 Apr 2010 02:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://bruceburge.com/?p=251#comment-57</guid>
		<description>Firstly, thanks for the kind words, glad to see its helping someone.

Secondly, can you access the DLL in asp.net, if you can access the DLL from the GAC in .net, and not asp classic, it has more to do with the way your DLL was authored, and is not an installation problem.  The Classes can not be static, as asp classic doesn&#039;t support static objects as far as I know.  If that is not the issue, let me know, and we can see if we can&#039;t explore the issue further.</description>
		<content:encoded><![CDATA[<p>Firstly, thanks for the kind words, glad to see its helping someone.</p>
<p>Secondly, can you access the DLL in asp.net, if you can access the DLL from the GAC in .net, and not asp classic, it has more to do with the way your DLL was authored, and is not an installation problem.  The Classes can not be static, as asp classic doesn&#8217;t support static objects as far as I know.  If that is not the issue, let me know, and we can see if we can&#8217;t explore the issue further.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sharing .net library DLLs between Asp classic and Asp.net by Deepali</title>
		<link>http://bruceburge.com/2009/06/11/sharing-net-libary-dlls-between-asp-classic-and-aspnet/comment-page-1/#comment-56</link>
		<dc:creator>Deepali</dc:creator>
		<pubDate>Mon, 12 Apr 2010 12:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://bruceburge.com/?p=251#comment-56</guid>
		<description>this is very nice article i hav ever seen regarding DLL. I followed your steps even my dll get created in C-&gt;Window-&gt;Assembly
bt its methods are not available in my classic asp. Sorry bt plz can you explain installation process in detail and the purpose of it.Thanx</description>
		<content:encoded><![CDATA[<p>this is very nice article i hav ever seen regarding DLL. I followed your steps even my dll get created in C-&gt;Window-&gt;Assembly<br />
bt its methods are not available in my classic asp. Sorry bt plz can you explain installation process in detail and the purpose of it.Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Captcha without graphics libraries by jkat</title>
		<link>http://bruceburge.com/2009/05/23/captcha-without-graphics-libraries/comment-page-1/#comment-45</link>
		<dc:creator>jkat</dc:creator>
		<pubDate>Wed, 03 Mar 2010 08:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://bruceburge.com/?p=161#comment-45</guid>
		<description>Well, look at the big brains on Bruce! I&#039;m diggin the context-based captcha thing. 

Smart looks good on you!</description>
		<content:encoded><![CDATA[<p>Well, look at the big brains on Bruce! I&#8217;m diggin the context-based captcha thing. </p>
<p>Smart looks good on you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sharing .net library DLLs between Asp classic and Asp.net by Bruce</title>
		<link>http://bruceburge.com/2009/06/11/sharing-net-libary-dlls-between-asp-classic-and-aspnet/comment-page-1/#comment-5</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Mon, 05 Oct 2009 16:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://bruceburge.com/?p=251#comment-5</guid>
		<description>&lt;a href=&quot;#comment-3&quot; rel=&quot;nofollow&quot;&gt;@tony &lt;/a&gt; 
Sorry for the delayed response on this Tony, But you will also need to install the .Dll in the GAC on your local development system as well as the web server you are deploying to.  I used the same installer I made to install on the webserver on my local system, and have had no issues, if this doesn&#039;t resolve your issue please let me know.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3" rel="nofollow">@tony </a><br />
Sorry for the delayed response on this Tony, But you will also need to install the .Dll in the GAC on your local development system as well as the web server you are deploying to.  I used the same installer I made to install on the webserver on my local system, and have had no issues, if this doesn&#8217;t resolve your issue please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sharing .net library DLLs between Asp classic and Asp.net by tony</title>
		<link>http://bruceburge.com/2009/06/11/sharing-net-libary-dlls-between-asp-classic-and-aspnet/comment-page-1/#comment-3</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Thu, 01 Oct 2009 15:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://bruceburge.com/?p=251#comment-3</guid>
		<description>Hi Bruce,

I&#039;ve seen many of these types of tutorials, but I like your suggestion
of creating an install instead of using gacutil and other manual processes
for making the .Net DLL available to unmanaged code (eg. ASP).

I&#039;ve followed your steps, and successfully created the install application,
and created the assembly in the GAC.

When I add the assembly reference in the web.config file, and try to use
that reference in a page codebehind, neither the assembly nor the class
is visible in intellisense. When I go ahead and try to instanciate the
class anyway, I get an error stating the type or namespace cannot be found.

I also noticed that I was unable to reference any of the assemblies in 
the web.config in the manner you described in this blog.

Am I missing something?

Thanks.

Tony</description>
		<content:encoded><![CDATA[<p>Hi Bruce,</p>
<p>I&#8217;ve seen many of these types of tutorials, but I like your suggestion<br />
of creating an install instead of using gacutil and other manual processes<br />
for making the .Net DLL available to unmanaged code (eg. ASP).</p>
<p>I&#8217;ve followed your steps, and successfully created the install application,<br />
and created the assembly in the GAC.</p>
<p>When I add the assembly reference in the web.config file, and try to use<br />
that reference in a page codebehind, neither the assembly nor the class<br />
is visible in intellisense. When I go ahead and try to instanciate the<br />
class anyway, I get an error stating the type or namespace cannot be found.</p>
<p>I also noticed that I was unable to reference any of the assemblies in<br />
the web.config in the manner you described in this blog.</p>
<p>Am I missing something?</p>
<p>Thanks.</p>
<p>Tony</p>
]]></content:encoded>
	</item>
</channel>
</rss>
