Tagged Questions
The dynamic-compile tag has no wiki summary.
2
votes
4answers
398 views
Dynamic compilation for performance
I have an idea of how I can improve the performance with dynamic code generation, but I'm not sure which is the best way to approach this problem.
Suppose I have a class
class Calculator
{
int ...
1
vote
1answer
209 views
VBCodeProvider not honoring OptionInfer in providerOptions?
I'm trying to dynamically compile some VB code in my C# project and I'm running into an issue with the VBCodeProvider. It doesn't seem to be honoring the OptionInfer flag that I'm putting in the ...
1
vote
3answers
922 views
ASP.NET: WCF and Could not load file or assembly 'App_Web_hamznvwf
I have recently begun working with AJAX-Enabled WCF, and have been plagued with this .NET caching issue - Could not load file or assembly App__Web__hamznvwf
I was having issues with this 4 to 5 times ...