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.

iphone - symbolicating iPad app crash reports -


here, bit new ipad developement , objective-c. facing problem here reading device logs. when browsed through logs, people said have build , archive , use build device. next time when connected device machine, device logs automatically symbolicate crash logs. not case.

the steps following right now.

  1. put xcode configuration device , release.
  2. build -> build , archive.
  3. go build folder, drag , drop binary file on itunes icon , select replace.
  4. after testing, re-connect ipad, go organizer window, select device, click on device logs.
  5. this shows symbols only...not clue of crashed.

eg:the crash report

thread 0 crashed: 0   libsystem.b.dylib               0x30d7c2d4 __kill + 8 1   libsystem.b.dylib               0x30d7c2c4 kill + 4 2   libsystem.b.dylib               0x30d7c2b6 raise + 10 3   libsystem.b.dylib               0x30d90d72 abort + 50 4   libsystem.b.dylib               0x30d7e980 __assert_rtn + 152 5   libgcc_s.1.dylib                0x307e8b4e _unwind_sjlj_resume + 26 6   corefoundation                  0x35801d50 cfrunlooprunspecific + 432 7   corefoundation                  0x35801b88 cfrunloopruninmode + 52 8   graphicsservices                0x320c84a4 gseventrunmodal + 108 9   graphicsservices                0x320c8550 gseventrun + 56 10  uikit                           0x341dc322 -[uiapplication _run] + 406 11  uikit                           0x341d9e8c uiapplicationmain + 664 12  ef                           0x00002c84 main (main.m:14) 13  ef                           0x00002c4c start + 32 

please let me know if doing wrong.

thanks suresh

i'm seeing too.

my best guess exception thrown , caught in frame #5 or #6. went terribly wrong when tried reconstruct original stack trace , abort() called.

if case, real stack trace lost, , you'll have reproduce problem in debugger see real stack trace.


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 -