Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Axothor

    Cannot perform runtime binding on a null reference

    Well it looks like this problem is with some DCOM settings spawning the AccSmngr as a different user then the calling application. It turns out that the security settings needed to associate the two then the processes were able to work as intended.
  2. Axothor

    Referencing any version of Extra! from C#

    John, ////WHAT///// There are really only two solutions, I believe, when dealing with this. Either you reference on your solution each version of Extra and then write a version switch call routine for each method you need to call (typically done at the loading of your application and the...
  3. Axothor

    Cannot perform runtime binding on a null reference

    Background: This code is ran in a service. For every user this code is called to reset their password for this application. This is an SSO environment, but the error is reproducable outside the environment. The error is that occasionally, I get a Cannot perform runtime binding on a null...
  4. Axothor

    Referencing any version of Extra! from C#

    One clarification the libraries may or may not be different with v 6.5. I am using 7.1 but I imagine the setup is similar if not the same. ~Mike
  5. Axothor

    Referencing any version of Extra! from C#

    John, I did this through COM and DCOM. I installed Attachmate and then registered Extra.tlb on the deployement target and local machine (for debugging and references). Look at regasm.exe and regsrv32.exe. Secondly you need to setup permissions (though I am somewhat vague on the exact...
  6. Axothor

    Cannot perform runtime binding on a null reference

    I am not sure if this is the wrong forum but if it is please let me know. If it isn't here is an update: I built a seperate application, this time a desktop C# windows form application. I copied the code and ran it from that application and it worked. The things that are different are: one...
  7. Axothor

    Cannot perform runtime binding on a null reference

    Background: This code is ran in a service. For every user this code is called to reset their password for this application. This is an SSO environment, but the error is reproducable outside the environment. The error is that occasionally, I get a Cannot perform runtime binding on a null...

Part and Inventory Search

Back
Top