Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..

I am working on Reflection concept ,and tried to retrieve all the method names from it and working fine ...
but when i added some methods to that Dll(Private assembly)(Class library) and compiled it and now checked to see the all method names but fortunately i couldn,t find the neewly added methods.

pls tell me what might be the problem...

Thanks in ADV
Posted

1 solution

If you have deployed Ur dll in GAC then remove it and install the newly created dll.

If you have not deployed the dll in GAC then change the version of the newly created dll and paste it in the location from where your application is loading the dll file.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900