Hi! I have an application that was made in VB 6.0 and use java scripts to perform user defined function.
I made a C# component that conect to a web service and have interactivity with a WinForm to show the requested data, I also have a js that calls the C# component, execute the web service call ans recives the response, It works fine, The problem that I have
i that I need to put the js in a particular directory in the server and the C# component library in a client directory, but it send me an error (object i null or it is not an object), but if I put the C# component library in the same directory of the java
script it works fine, no errors at all.
Why is this happening? and How can I solve it?
I need to put them in different directories
Please help!