When using Visual Studio 2005, I was able to read the text file if it's in my local c:\ drive
ifstream myfile;
myfile.open("C: \\test.txt"); --------------> this works on local drive
if (!myfile) {
cout << "Unable to open file";
exit(1); // terminate with error
}
myfile.close();
But when using a mapping drive on K:\ on my machine...
User Profile
Collapse
-
how to read a file in a mapping drive with VS2005
-
how to read a file in a mapping drive with VS2005
When using Visual Studio 2005, I was able to read the text file if it's in my local c:\ drive
ifstream myfile;
myfile.open("C: \\test.txt"); --------------> this works on local drive
if (!myfile) {
cout << "Unable to open file";
exit(1); // terminate with error
}
myfile.close();
But when using... -
How to call an existing C++ function in an WebMethod (web service)
--------------------------------------------------------------------------------
I did create a C++ web service and would like to call in the webmethod an existing C++ function I wrote ( which called also some subroutines ) . How can I call that function?
Any idea? or documentation ?
Thanks for helping -
How to call an existing C++ function in an WebMethod (web service)
I did create a C++ web service and would like to call in the webmethod an existing C++ function I wrote ( which called also some subroutines ) . How can I call that function?
Any idea? or documentation ?
Thanks for helping -
How to call an existing C++ function in an WebMethod (web service)
I did create a C++ web service and would like to call in the webmethod an existing C++ function I wrote ( which called also some subroutines ) . How can I call that function?
Any idea? or documentation ?
Thanks for helping -
How can I enable port 80?
I'm trying to be able to access the web service from another machine from the browser.
Thanks -
How can I call a web service through firewall ?
I have created a web service with Visual Studio 2005 on my machine. But because of firewall , I can't call it remotely from the browser.
Any idea how to call a web service through firewall??
Thanks for helping -
How can I call a web service through firewall ?
I have created a web service with Visual Studio 2005 on my machine. But because of firewall , I can't call it remotely from the browser.
Any idea how to call a web service through firewall??
Thanks for helping -
How to call a web service through firewall ?
I have created a web service with Visual Studio 2005 on my machine. But because of firewall , I can't call it remotely from the browser.
Any idea how to call a web service through firewall??
Thanks for helping -
-
create web service
I'm trying to create a simple web service on a server (windows 2000) with microsoft visual 2005 (.NET FRAMEWORK 2.0), and
I'm getting the error " Unable to create the web http://loacalhost/service. Bad Request. "
Please Help.
Thanks -
create web service
I'm trying to create a simple web service on a server (windows 2000) with microsoft visual 2005 (.NET FRAMEWORK 2.0), and
I'm getting the error " Unable to create the web http://loacalhost/service. Bad Request. "
Please Help.
Thanks -
create web service
I'm trying to create a simple web service on a server (windows 2000) with microsoft visual 2005 (.NET FRAMEWORK 2.0), and
I'm getting the error " Unable to create the web http://loacalhost/service. Bad Request. "
Please Help.
Thanks -
my goal is to build a web service on my machine to be accessed by people in the company from browser.
any Idea?
ThanksLeave a comment:
-
my goal is to build a web service on my machine to be accessed by people in the company from browser.
any Idea?
ThanksLeave a comment:
-
How to connect to web service from remote machine from browser
Hello,
I have a webservice(call ed MyService) which exposes one method(called
MyMethod)
On the local machine, it can be tested by accessing
http://MyServerName/MySite/MyService.asmx/MyMethod
But it doesn't work if I access the above one from a remote machine. IS
there any setting. I change the web.config Web.config to enable response to Http calls
<webServices>
<protocols>... -
How to connect to web service from remote machine from browser
Hello,
I have a webservice(call ed MyService) which exposes one method(called
MyMethod)
On the local machine, it can be tested by accessing
http://MyServerName/MySite/MyService.asmx/MyMethod
But it doesn't work if I access the above one from a remote machine. IS
there any setting. I change the web.config Web.config to enable response to Http calls
<webServices>
<protocols>... -
connect to Web Service from remote machine from browser
Hello,
I have a webservice(call ed MyService) which exposes one method(called
MyMethod)
On the local machine, it can be tested by accessing
http://MyServerName/MySite/MyService.asmx/MyMethod
But it doesn't work if I access the above one from a remote machine. IS
there any setting. I change the web.config Web.config to enable response to Http calls
<webServices>
<protocols>...
No activity results to display
Show More
Leave a comment: