Error-
File Not Found. at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark) # at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Boolean stringized, Evidence assemblySecurity, StackCrawlMark& stackMark) # at System.Reflection.Assembly.Load .........
with this error everything is working fine in my moss. but all popup stops. llike date control popup,people picker popup and even site setting page "/_layouts/settings.aspx" is also gives this error.
I remember this error occur after web.config is being changed by IIS tool and it adds an attribute (xmlns) to the
like :
The only thing solves this problem is by removing that extra attribute.
3 comments:
This category of error comes usually when some Assembly or DLL is referenced and is not present at the desired location. Or may be because the version of the Assembly or DLL is not same as that of referenced .
Amit Tyagi
The point mentioned here looks very simple but it really saved my day. I was Googleing to solve this issue for 6-7 hours and at last I found this. Comparing the web.config file, I found some xmlns node. After removing the xmlns node, the website started working normal. Thanks a lot for this posting. The name really suits here... Sharepoint Kings....Thanks a lot
The point mentioned here looks very simple but it really saved my day. I was Googleing to solve this issue for 6-7 hours and at last I found this. Comparing the web.config file, I found some xmlns node. After removing the xmlns node, the website started working normal. Thanks a lot for this posting. The name really suits here... Sharepoint Kings....Thanks a lot
Post a Comment