Click here to Skip to main content
       

C#

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: Linking files to a project PinmemberPIEBALDconsult17 Jan '13 - 9:12 
GeneralRe: Linking files to a project PinmemberTheGermoz17 Jan '13 - 9:44 
QuestionError : System.DllNotFoundExpection Pinmembermohammadkaab17 Jan '13 - 6:37 
hi guys , im using zeromq dll for making server/client program . the program works fine . but i want to run the setup of the program that i have made , in other computer with(win xp). it w'll throw an error
 
System.DllNotFoundExpection:Unable to load Dll 'libzmq':The specified procedure could not be found.(Exception from HRESULT:0x8007007F)
at ZeroMQ.Interop.zmq_init(Int32_threads)
at ZeroMQ.ZmqSocket..Ctor(int32 type,Nullable 1 context)
at ZeroMQ.ZmqDealerSocket..ctor()
at ChatClient.Client.Main(string[] args) in c:\my Development\ZeroMq\ZeroMQ_ChatTest\ChatClient\Client.cs:Line 13
 
but i have already attach the libzmq in the folder . so can any one tell me what's the problem ?
and sth more , it'll not throw an error if i run the setup on win 7 .
AnswerRe: Error : System.DllNotFoundExpection Pinmemberjibesh17 Jan '13 - 7:14 
GeneralRe: Error : System.DllNotFoundExpection Pinmembermohammadkaab17 Jan '13 - 7:48 
GeneralRe: Error : System.DllNotFoundExpection Pinmemberjibesh17 Jan '13 - 7:53 
Questioncalling a C# function with jquery ajax PinmemberHector Ubiera17 Jan '13 - 4:14 
Hi guys, first time here. i really didn't know where to post this question on the C# forum or JavaScript Forum, if i am wrong i apologize.
 
well here is my question. I am creating a share point custom web part using Visual studios 2010. (jquery Live Search web part). the code is in the same file.
 
how can i call a C# function through JQuery Ajax call?
 
function liveSearchResults(value)
{
 
$.ajax({
 
    type: "POST",
    
    url: "DONT KNOW WHAT GOES HERE",
    
    cache: false,
    
    data: value,
    
    contentType: "application/json; charset=utf-8″,
    
    dataType: "json",
    
    success: function(msg) { alert("success");
    
    }
    
    });
}
 
thank you guys in advance
AnswerRe: calling a C# function with jquery ajax PinprotectorPete O'Hanlon17 Jan '13 - 6:30 
GeneralRe: calling a C# function with jquery ajax PinmemberHector Ubiera17 Jan '13 - 8:05 
QuestionStatic & Dynamic Polymorphism : distinguished in C# PinmemberMember 883921917 Jan '13 - 3:29 
How is that the "static & dynamic polymorphism" is used in C# and how they are distinguished from each other?

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 21 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid