06 2010 档案

摘要:自定义class 做xmlserialize 时候报错: There was an error generating the XML document.令人非常恼火的错误,参照:Troubleshooting Common Problem with XmlSerializer http://msdn.microsoft.com/en-us/library/aa302290.aspxXmlSeria... 阅读全文
posted @ 2010-06-25 19:01 upzone 阅读(1251) 评论(0) 推荐(0)
摘要:Could not create SSOSQL. To fix the problem, reinstall SSO or try 'regasm SSOSQL.dll' from a Visual Studio command prompt.Error Code: 0x80131700Solution:regasm C:\Program Files\Common Files\Enterprise... 阅读全文
posted @ 2010-06-24 14:22 upzone 阅读(274) 评论(0) 推荐(0)
摘要:[代码]2<scriptlanguage="JavaScript"type="text/javascript">3vartime=null4functionmove(){5window.location='<%=Request.QueryString["Redirect"]%>'6}7timer=setTimeout('move()',3000);8</script&... 阅读全文
posted @ 2010-06-23 09:36 upzone 阅读(766) 评论(0) 推荐(0)
摘要:Issue:DataBase sp: select count(*) from training where domain = @domain and username = @usernameLinq: TrainingDatabase.dbmlMain Class: TrainingDataBaseDataContext context = new TrainingDataBaseDataCon... 阅读全文
posted @ 2010-06-21 16:39 upzone 阅读(161) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2010-06-02 08:39 upzone 阅读(145) 评论(1) 推荐(0)