Search

You searched for the word(s): userid:845343

Matching Posts

  • [DllImport] Big problem !!!!!!

    Hello, Please Help us...! I have a big problem ,so i searched on google and other search engine ,then I realized that so many other people have the same problem and they, all, have'nt been able to solve it. My problem is: I want to import a dll in asp.net, and I have a major problem First i want to say that this dll works fine in a windows application written in C#, and It works fine when I use the ASP.NET development server (Local machine). But when I run the this code in Local host ( I upload
    Posted to Configuration and Deployment (Forum) by jabbari on 12/20/2008
  • Re: [DllImport] in asp.net

    Tank you mr.Darrell Norton i sure that find the my DLL . and know its Functions, but dont return anything or return wrong output and somtimes return true output. for Example this Function code is: [ DllImport ( "Mydll.dll" )] public static extern int GetTotalServer( ); and when i call that ( in localhost )... Response.Write( GetTotalServer( ).ToString() ); Output is: " -1" But when i use the ASP.NET development server (Local machine) It works fine, and Output is: "67"
    Posted to Web Forms (Forum) by jabbari on 12/19/2008
  • [DllImport] in asp.net

    Hello ...! I want to import a dll in asp.net, and I have a major problem First i want to say that this dll works fine in a windows application written in C#, the dll importation works just fine. and this dll works file when I run this code in FileSystem Mode (in ASP.net ) But when I run the this code in Localhost ,I don't get anything back, nothing, not even an error. Can it be something with the security rights the IIS has? or Web.config? or my Import? Example Code : [DllImport("Mydll.dll"
    Posted to Web Forms (Forum) by jabbari on 12/19/2008
Page 1 of 1 (3 items)