P.S. It appears to be coming from this line of code
vb Code:
Return getOS() & ", " & getProcessor() & ", " & returnSize(CInt(My.Computer.Info.TotalPhysicalMemory)) & ", " & GetGraphicsCardName()
I also get the following 4 warnings in VB:-
Warning 1 Variable 'osinfo' is passed by reference before it has been assigned a value. A null reference exception could result at runtime. Make sure the structure or all the reference members are initialized before use C:\Users\Programming\Desktop\temp cleaner source\ACleaner\Classes\UniducksInformation.vb 86 34 ACleaner
Warning 2 Function 'mozillaFireFoxPaths' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used. C:\Users\Programming\Desktop\temp cleaner source\ACleaner\Modules\Paths.vb 128 5 ACleaner
Warning 3 WithEvents variable 'size' conflicts with property 'size' in the base class 'Form' and should be declared 'Shadows'. C:\Users\Programming\Desktop\temp cleaner source\ACleaner\frmMain.Designer.vb 645 23 ACleaner
Warning 4 Function 'isTreeNodeChecked' doesn't return a value on all code paths. Are you missing a 'Return' statement? C:\Users\Programming\Desktop\temp cleaner source\ACleaner\frmMain.vb 540 5 ACleaner
Just letting you know for information purposes really - but would be curious to know cause of these issues




Reply With Quote