Hi,
I have a C# project, it consist of multiple projects which are referencing each other,
I have a file ab.cs which is generating html page dynamically,I changed the look of html page by adding some of my code.
this ab.cs exist in a project PK.dll
another dll HK.dll is calling the function exist in ab.cs
and the main from where I am calling HK.dll directly...
main()--->HK.dll----->function call to function in ab.cs
the project is running fine only the changes I have done in ab.cs are not getting reflected in my HTML page.
I have already removed and added references again from project tab....cleaned the solution and rebuild.....
Please provide some solution if possible...