Tuesday, December 13, 2011
Thursday, November 10, 2011
Wednesday, April 27, 2011
Advanced JavaScript Debugging Techniques
http://www.sitepen.com/blog/2008/04/03/advanced-javascript-debugging-techniques/
Saturday, February 26, 2011
Userful tools for .net development
Tuesday, February 15, 2011
Friday, February 4, 2011
Articles of plugging-in WCF Service Instance provider for IOC and NH support
http://orand.blogspot.com/2006/10/wcf-service-dependency-injection.html
http://elegantcode.com/2008/05/18/integrating-castle-windsor-and-nhibernate-with-wcf/
http://elegantcode.com/2008/07/14/integrating-castle-windsor-and-nhibernate-with-wcf-throwing-the-wcf-facility-and-some-rhino-tools-in-the-mix/
http://elegantcode.com/2008/05/18/integrating-castle-windsor-and-nhibernate-with-wcf/
http://elegantcode.com/2008/07/14/integrating-castle-windsor-and-nhibernate-with-wcf-throwing-the-wcf-facility-and-some-rhino-tools-in-the-mix/
Tuesday, February 1, 2011
Saturday, January 29, 2011
Sunday, January 23, 2011
VS Project converter
I have this weird problem in both vs2010 and vs2008. Sometime it doesn't launch the project converter if I tried to open a older version of solution. All it gives is an error message box and message:
'C:\xxx.csproj' cannot be opened because its project type (.csproj) is not supported by this version of the application.
To open it, please use a version that supports this type of project.
The solution google tells me is to use command to reset some setting
devenv.exe /resetskippkgs
Works like a charm!
There is another command line parameter can be used if something screw up in VS
devenv.exe /resetsettings, which reset the whole environment back to the step that asking you to choose environment preference (C# or VB etc)
'C:\xxx.csproj' cannot be opened because its project type (.csproj) is not supported by this version of the application.
To open it, please use a version that supports this type of project.
The solution google tells me is to use command to reset some setting
devenv.exe /resetskippkgs
Works like a charm!
There is another command line parameter can be used if something screw up in VS
devenv.exe /resetsettings, which reset the whole environment back to the step that asking you to choose environment preference (C# or VB etc)
Hello world!
I register a free SVN server account at beanstalkapp.com
Using a SVN client TortoiseSVN to connect it. pretty smooth!
Using a SVN client TortoiseSVN to connect it. pretty smooth!
Subscribe to:
Posts (Atom)