Feature #8
source files
| Status: | Feedback | Start: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | General | Spent time: | - | |
| Target version: | 3.0 |
Description
Dan,
Can you include a folder named ("app_code") where you put all the the source files?
It will be a better way for some of us to debug problems as we can just fix it from the "app_code" folder when it occurs.
Thanks... (note: right now i can get the .cs files but they give errors when run from the app_code folder)
History
Updated by Daniel Nauck about 3 years ago
Hello,
this is currently a probem.
The provider depends on resources. Those resources cannot be used in the same way in an assembly and App_Code folder.
Another solution is to checkout the source code an include the provider cs-project in your asp.net solution. Now you can use the debugger to step into the providers.
What specific problems do you had? Maybe i can add more Trace.WriteLine(..) to help debugging problems with trace listners.
Updated by Daniel Nauck about 2 years ago
- Status changed from New to Feedback
Please provide more feedback on this issue.