G
Guest
Any tips for trouble shooting errors when the ASPX page won't even compile? What happens is that VS will "build" the code-behind object and the component that it instantiates, but when I navigate to the ASPX page, I get "An error occurred while try to load the string resources (GetModuleHandle failed with error - 2147023888). Then, I get the message about setting "Debug=true" directives. Those settings are in there.
It appears that what is happening is some kind of an error during the behind-the-scenes compilation of the ASPX page itself.
I have also seen an error saying that there wasn't sufficient privilege to access the component that my ASPX page calls.
So, any tips for how to trouble-shoot this and determine where the permissions are failing? I've tried looking at regmon and filemon, to no avail. But then perhaps I just don't know what I should be filtering on. (Aspnet_wp.exe doesn't seem to look anywhere in either the registry or the file system that appears related to my component.)
Thanks!
Lowell
It appears that what is happening is some kind of an error during the behind-the-scenes compilation of the ASPX page itself.
I have also seen an error saying that there wasn't sufficient privilege to access the component that my ASPX page calls.
So, any tips for how to trouble-shoot this and determine where the permissions are failing? I've tried looking at regmon and filemon, to no avail. But then perhaps I just don't know what I should be filtering on. (Aspnet_wp.exe doesn't seem to look anywhere in either the registry or the file system that appears related to my component.)
Thanks!
Lowell