Hi All,
I was using C# before I moved to my new job. Now I am using vb.net.
I face a problem whenever I publish my asp.net website.
I have many pages that consumed an assembly(business object). And I add a new optional parameter to the method in this assembly class.
When I publish the website, it's working fine on local PC.
But when I update this assembly without updating the pages that consumed it to the server, I got an error message like, cannot find the method name.
I never got this error in C# before.
Please enlighten me.
Thanks
I was using C# before I moved to my new job. Now I am using vb.net.
I face a problem whenever I publish my asp.net website.
I have many pages that consumed an assembly(business object). And I add a new optional parameter to the method in this assembly class.
When I publish the website, it's working fine on local PC.
But when I update this assembly without updating the pages that consumed it to the server, I got an error message like, cannot find the method name.
I never got this error in C# before.
Please enlighten me.
Thanks