Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2420
A gripe about support and sample projects
posted

Now, working in both a development and support function, I can appreciate that everyone is busy and that trying to debug faults in my application isn't the job of support. However, I do get a little tired of the support process going like this:

  1. Either upgrade to newer version of NetAdvantage or upgrade some other component (IE8 in this case)
  2. Something that's worked perfectly for years breaks in a non-trivial part of the application
  3. Raise support call and describe fault
  4. Support says "I've tried it and it works" - not surprising as often the fault is not trivial and occurs deep within the application

 

But it's the next request that often follows - "Please supply example project" that is sometimes irksome. It's going to take me several hours to try and and build a sample standalone project and at the end of that, it's not guaranteed I'll be able to reproduce the fault. It could be that it only happens in a very specific situation that a sample project can never reproduce. I once had to resort to sending you a complete VM so you could see the fault as when stripped down to basics, it didn't happen. It turned out in that case to be a localisation bug.

In situations like this, it would be preferable to discuss the problem conceptually with the developer. Wearing my development hat, the support people here often go "Can you think of any reason why XYZ should happen?". As I know the code and they don't, it's often very easy for me to glance down the code and go "Ahh, yes - that could happen if XYZ".

So the plea is to not always bounce the support call straight back at me. I'm not in the habit of making up issues just for the hell of it :-)

Cheers, Rob,

PS. The DELETE key doesn't work in this editor. Backspace is fine.

Parents
No Data
Reply
  • 680
    posted

    Hello Rob,
    Thank you for sharing your thoughts.  In situations where it is not feasible to create a sample that replicates the issue you are experiencing, and Developer Support has exhausted their means of diagnosing the problem, you can download our source code (specific to the build you are using) and link those projects to the solution of your application.  When the error(s) occur, you will then be able to break into our source to determine if the bug is occurring due to something within your application or within the Infragistics code.  If, after going through this, the issue seems to be from the Infragistics code, please include a stack trace (including the code of any of your methods called in the stack trace) and send that onto Developer Support.  While we hope that a customer will not have to venture down this path, determining the cause of issues that we cannot accurately reproduce on our end sometimes dictates more involved measures.
    Please note that you can always contact the manager of Developer Support with any questions, or comments through this email address:  DSManager@infragistics.com
    Please let me know if you have any questions. 
    P.S. I have also opened an internal case to have our Web Team check out the editing issues you are having with using the delete function.
    Thank you,
    Stephani

     

Children