
- Forum
- Programming Talk
- Microsoft .NET
- What is the Result
What is the Result
This is a discussion on What is the Result within the Microsoft .NET forums, part of the Programming Talk category; I have specified a element for an assembly in my application configuration file. But the assembly is not found in ...
-
What is the Result
I have specified a
element for an assembly in my application configuration file. But the assembly is not found in that location. In this scenario what would result. Kindly help me know about this.
-
I think you would have specified the codeBase element for an assembly in your application configuration file. If in this scenario your assembly is not found in that location the common language runtime stops searching and throws an error.

Reply With Quote





