Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Warnings in C# program
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01433654
Message ID:
01433670
Views:
56
That's what I figured. There were still some objects I had not fully gotten rid of. I think it's okay now.

Thanks,

Cecil

>Hi,

>It means exactly what it says (s) - you have declared the 'component' field but nowhere do you assign a value to it so it will have the dafault value of null. (I'm afraid I couldn't do more that paraphrase the error message :-} ).

>Of course this means that in this line 'if(disposing && (components != null))' components will always be null. Nothing in the code to cause an error - but it certainly isn't going to work as expected unless you assign a valid object to components.
>Hope this helps,
>Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform