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 c++ - DevPartner BoundsChecker breaks my program -


i working on program suspect have 1 or more memory leaks. other answer on stack overflow told me try devpartner boundschecker (one of many others tried).

now when run program boundschecker running, break. @ point, windows file open dialog initiated , right before happens, non-continuable breakpoint gets triggered. happens boundschecker running.

according console output, last thing program trying load c:\windows\syswow64\slc.dll devpartner recognizes "microsoft software licensing client dll". since not use software licensing in particular program, must somehow related dialog window supposed opened.

anyway, want find memory leaks , that, need open file. there possibility tell boundschecker not break program because of issue (whatever issue might be)?

basti, there known bug in 9.x versions of boundschecker mfc file open prompt. if post dps , visual studio versions might able tell patch or update need around this. on other hand if tripping in licensing guard dll, boundschecker may exciting anti-tamper logic in it. have seen dps raise anti-tamper logic in other micro focus products. if latter need raise case micro focus customer care , provide repro test sample. shameless plug: work on devpartner team. releasing dps 10.5 boundschecker x64 application support on february 4, 2011. please see if version corrects issue once download eval posted.


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 -