vote up 0 vote down star

I know that you can wrap problematic code in a try/catch block to prevent an error from taking out your webpart. But what can you do for missing references/dlls? Is there anyway of catching those errors before they blow up your SharePoint page?

flag

33% accept rate

1 Answer

vote up 0 vote down

Yes, catch the FileNotFoundException.

The text of the error will be Could not load file or assembly.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.