c# - Decompilation Issues -


I am new here, so please be more patient :)

Functions: I have unconnected mouse To use it to click and touch, the old app has used .NET Reflector 8 for the decompilation process. After opening the solution in VS 2013 and after trying to debug the application, I made the following error Has been settled:

"Error 1 unassigned local variable ' Use 'Form 1cc'

Here is the code: 1 Error:

  foreach (software.dsBDD.list_table21 line in data.Table.Rows) { PictureBox Box; Memory Stream Stream; Panel Panel; Label Label; bool; Pass it; if (this.pass.HasValue & this.end) {Pass = this.pass;} If ((*** Pass ***. GetValueOrDefault () & amp; amp; & amp; amp; amp; amp; amp; & amp; amp; amp; amp; amp; amp; amp; amp; amp; Pass; row.view_only)}   

Other Error:

  Panel Panel = Sender In the form of a panel; if (panel control. Calculation & gt; 0) {pass bool; if (this.pass.HasValue & amp; This.end) {pass = this.pass; } If ((*** Pass *** GetValueOrDefault () & amp; amp; & amp; Pass.HasValue) this. View_only)}   

(I Pass selected by the compiler)

Please tell what is wrong.

Thank you!

T because the value of your variable pass is not assigned

You can solve it by specifying null in your variable.

  bool? Pass = null;    

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -