﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-Websharp-最新评论</title><link>http://www.cnblogs.com/sunnyym/CommentsRSS.aspx</link><description>系统框架设计</description><language>zh-cn</language><pubDate>Fri, 23 Mar 2007 07:13:00 GMT</pubDate><lastBuildDate>Fri, 23 Mar 2007 07:13:00 GMT</lastBuildDate><generator>cnblogs</generator><item><title>Re:Websharp使用说明</title><link>http://www.cnblogs.com/sunnyym/archive/2010/01/07/592907.html#1742015</link><dc:creator>czjone</dc:creator><author>czjone</author><pubDate>Thu, 07 Jan 2010 06:25:48 GMT</pubDate><guid>http://www.cnblogs.com/sunnyym/archive/2010/01/07/592907.html#1742015</guid><description><![CDATA[ 很久都没看到你的文章了~~
还在从事这一行吗？
<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/sunnyym/" target="_blank">czjone</a> 2010-01-07 14:25 <a href="http://www.cnblogs.com/sunnyym/archive/2010/01/07/592907.html#1742015#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Re:Websharp使用说明</title><link>http://www.cnblogs.com/sunnyym/archive/2009/12/30/592907.html#1737364</link><dc:creator>Wall-Z</dc:creator><author>Wall-Z</author><pubDate>Wed, 30 Dec 2009 01:16:11 GMT</pubDate><guid>http://www.cnblogs.com/sunnyym/archive/2009/12/30/592907.html#1737364</guid><description><![CDATA[这几天刚接触到NetSharp
看完你文章很欣赏你一个人能坚持过来的这种恒心
继续加油，期待NetSharp更加优秀<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/sunnyym/" target="_blank">Wall-Z</a> 2009-12-30 09:16 <a href="http://www.cnblogs.com/sunnyym/archive/2009/12/30/592907.html#1737364#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Websharp使用说明</title><link>http://www.cnblogs.com/sunnyym/archive/2009/04/27/592907.html#1513187</link><dc:creator>咸鱼翻身</dc:creator><author>咸鱼翻身</author><pubDate>Mon, 27 Apr 2009 01:32:29 GMT</pubDate><guid>http://www.cnblogs.com/sunnyym/archive/2009/04/27/592907.html#1513187</guid><description><![CDATA[使用后发现<br/>未处理的“System.NullReferenceException”类型的异常出现在 Websharp.ORM.Service.dll 中。<br/><br/>其他信息: 未将对象引用设置到对象的实例。<br/><br/>代码如下<br/>        string strConn = @&quot;Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=true;Data Source=F:\系统架构\WebSharp\Websharp.Test\bin\Debug\Data.mdb;Jet OLEDB:Database Password=ruandb&quot;;<br/>        public void SimpleInsert()<br/>        {<br/>            DatabaseProperty dbp = new DatabaseProperty();<br/>            dbp.DatabaseType = DatabaseType.OleDBSupported;<br/>            dbp.ConnectionString = strConn;<br/>            ApplicationConfiguration.FrameworkUssage = FrameworkUssage.Simple;<br/>            ApplicationConfiguration.DefaultDatabaseProperty = dbp;<br/><br/>            PersistenceManager pm = PersistenceManagerFactory.Instance().Create();<br/>            for (int i = 0; i &lt; 3; i++)<br/>            {<br/>                Product p = new Product(&quot;Name&quot; + i.ToString(), 100 + i);<br/>                //p.ID = i;<br/>                if (i == 1)<br/>                {<br/>                    pm.PersistNew(p, &quot;Name&quot;);<br/>                }<br/>                else<br/>                {<br/>                    pm.PersistNew(p);<br/>                }<br/>                Console.WriteLine(p.ID);<br/>            }<br/>            pm.Close();<br/><br/>        }<br/><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/sunnyym/" target="_blank">咸鱼翻身</a> 2009-04-27 09:32 <a href="http://www.cnblogs.com/sunnyym/archive/2009/04/27/592907.html#1513187#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Websharp使用说明</title><link>http://www.cnblogs.com/sunnyym/archive/2009/04/17/592907.html#1505898</link><dc:creator>foolnet</dc:creator><author>foolnet</author><pubDate>Fri, 17 Apr 2009 11:12:14 GMT</pubDate><guid>http://www.cnblogs.com/sunnyym/archive/2009/04/17/592907.html#1505898</guid><description><![CDATA[可以<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/sunnyym/" target="_blank">foolnet</a> 2009-04-17 19:12 <a href="http://www.cnblogs.com/sunnyym/archive/2009/04/17/592907.html#1505898#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Websharp使用说明</title><link>http://www.cnblogs.com/sunnyym/archive/2009/04/17/592907.html#1505521</link><dc:creator>咸鱼翻身</dc:creator><author>咸鱼翻身</author><pubDate>Fri, 17 Apr 2009 05:13:17 GMT</pubDate><guid>http://www.cnblogs.com/sunnyym/archive/2009/04/17/592907.html#1505521</guid><description><![CDATA[请问改orm支持access的吗？<br/>谢谢<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/sunnyym/" target="_blank">咸鱼翻身</a> 2009-04-17 13:13 <a href="http://www.cnblogs.com/sunnyym/archive/2009/04/17/592907.html#1505521#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Websharp使用说明</title><link>http://www.cnblogs.com/sunnyym/archive/2009/01/19/592907.html#1434427</link><dc:creator>lwzwmm</dc:creator><author>lwzwmm</author><pubDate>Mon, 19 Jan 2009 02:26:22 GMT</pubDate><guid>http://www.cnblogs.com/sunnyym/archive/2009/01/19/592907.html#1434427</guid><description><![CDATA[上面的错误是在把1.0的代码转为2.0后报我错<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/sunnyym/" target="_blank">lwzwmm</a> 2009-01-19 10:26 <a href="http://www.cnblogs.com/sunnyym/archive/2009/01/19/592907.html#1434427#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Websharp使用说明</title><link>http://www.cnblogs.com/sunnyym/archive/2009/01/16/592907.html#1433064</link><dc:creator>lwzwmm</dc:creator><author>lwzwmm</author><pubDate>Fri, 16 Jan 2009 07:57:50 GMT</pubDate><guid>http://www.cnblogs.com/sunnyym/archive/2009/01/16/592907.html#1433064</guid><description><![CDATA[我用1.0的报错<br/><br/><br/><br/>The cache storage cannot be null.<br/>参数名: cacheStorage <br/><br/>异常详细信息: System.ArgumentNullException: The cache storage cannot be null.<br/>参数名: cacheStorage<br/><br/>源错误: <br/><br/><br/>行 50: 		public static object GetChchedString(string key)<br/>行 51: 		{<br/>行 52: 			CacheManager cm=CacheManager.GetCacheManager();<br/>行 53: 			return cm.GetData(key) ;<br/>行 54: //			return null;<br/> <br/><br/>源文件: Websharp.ORM.Service\CacheProxy.cs    行: 52 <br/><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/sunnyym/" target="_blank">lwzwmm</a> 2009-01-16 15:57 <a href="http://www.cnblogs.com/sunnyym/archive/2009/01/16/592907.html#1433064#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Websharp使用说明</title><link>http://www.cnblogs.com/sunnyym/archive/2008/10/10/592907.html#1337384</link><dc:creator>arn gu</dc:creator><author>arn gu</author><pubDate>Fri, 10 Oct 2008 12:48:43 GMT</pubDate><guid>http://www.cnblogs.com/sunnyym/archive/2008/10/10/592907.html#1337384</guid><description><![CDATA[是不是对oracle支持还不够?<br/><br/>OracleDataAccess od=new OracleDataAccess(&quot;Data Source=dust;Persist Security Info=True;User ID=system;Password=c;Unicode=True&quot;);<br/>            QueryParameterCollection qc= new QueryParameterCollection();<br/>            qc.Add(&quot;v_depotid&quot;, depotid,OracleType.String);这里不支持oracleType<br/><br/>还有我如何在这一步设置，输入还是输出参数?<br/>         <br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/sunnyym/" target="_blank">arn gu</a> 2008-10-10 20:48 <a href="http://www.cnblogs.com/sunnyym/archive/2008/10/10/592907.html#1337384#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Websharp使用说明</title><link>http://www.cnblogs.com/sunnyym/archive/2008/09/01/592907.html#1305086</link><dc:creator>foolnet</dc:creator><author>foolnet</author><pubDate>Mon, 01 Sep 2008 14:36:41 GMT</pubDate><guid>http://www.cnblogs.com/sunnyym/archive/2008/09/01/592907.html#1305086</guid><description><![CDATA[@zzhello<br/>websharp 1.0.0没有访问注册表,你的问题应该是其他原因引起的<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/sunnyym/" target="_blank">foolnet</a> 2008-09-01 22:36 <a href="http://www.cnblogs.com/sunnyym/archive/2008/09/01/592907.html#1305086#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Websharp使用说明</title><link>http://www.cnblogs.com/sunnyym/archive/2008/08/31/592907.html#1303823</link><dc:creator>zzhello</dc:creator><author>zzhello</author><pubDate>Sun, 31 Aug 2008 14:15:13 GMT</pubDate><guid>http://www.cnblogs.com/sunnyym/archive/2008/08/31/592907.html#1303823</guid><description><![CDATA[你好,我使用websharp 1.0.0版本开发了一个小系统,在本地运行没问题,但为什么放到网络空间上提示没有访问注册表的权限呢? <br/>我用是的asp.net 1.1 <br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/sunnyym/" target="_blank">zzhello</a> 2008-08-31 22:15 <a href="http://www.cnblogs.com/sunnyym/archive/2008/08/31/592907.html#1303823#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>
