Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

visual studio 2010 - Logging VS2010 unit test results in TFS 2008 not working -


the tests appear run fine after compliation, results don't go anywhere. .trx file written , indicates tests passing. team build thinks no tests have been executed , gives dreaded "partial success" result. suspect tfs cannot publish trx database reason...possibly because vs2010 version of test results not backwards compatible tfs 2008...?

i'm running build msbuild 4.0 , using version 10 of mstest.

i've read using previous version of mstest (version 9 vs 2008) help. tried this...mstest rightly complained test assembly built against more recent version of .net framework.

anyone else had success this? should try next?

turns out didn't have right microsoft.teamsystem assemblies in gac. version 9 assemblies there not version 10. due vs2010 being uninstalled / reinstalled out of order w/ vs2008 (or something, knows). "repair installation" setup step solved problem.

so, looks mstest 10 can indeed post results tfs 2008 datastore. wee!


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -