April 17th, 2012 09:55 PM
hi
this doesn't help much
what error message is showed in page???
event viewer (OS Windows) says something about??
April 17th, 2012 09:39 PM
I don't sure but if you parameter is a pointer
you cant try something like :
SocknetRecv(Socket, RData(0), RData.Length)
where lpBuf and rData would be same memory address, then these...
March 26th, 2012 09:01 AM
you have to add excel file and you also to indicate where it goes to be placed when you are going to create your intall wizard or publish your app.
March 25th, 2012 10:30 AM
Quan
your parameter Out is SqlDbType.SmallInt.
I think your stored procedure attempted return a value range out of SmallInt acepted .
March 25th, 2012 10:20 AM
Hi
you can use NewRow method from DataTable class.
dim objdtRow as DataRow
objdtRow =dttable.newrow
objdtRow ("field1")=value1
objdtRow ("field2")=value2
objdtRow ("field3")=value3
March 25th, 2012 10:06 AM
hi vandel
your statement is on table Lines and not on Headers.
March 19th, 2012 05:39 PM
Hi
yes, if you router is setup properly.
What SQL server version is???
March 19th, 2012 05:36 PM
hi
your app is not able connect to your database server.
I bet you try to connect to database you is trying to restore.
but if it still not exists....
March 19th, 2012 05:29 PM
March 19th, 2012 05:13 PM
Hi CSharpque
I guess you are reviewing your web project from a client pc.
if you want to see detailed error message I suggest you have to go to web server and review for error message from...
March 19th, 2012 04:59 PM
thanks for reply
I already solve it
web service method returns a datatable when I changed method so it returns a dataset. the error message is not showed and everything work fine.
But I...
March 15th, 2012 12:49 PM
hi everyone
I am facing an issue
When I invoke a web service it trigers error message, I figure out it is when data retrieved from web service has character especials.
any setting to fix...
December 12th, 2011 04:47 PM
Hi everyone
my web app needs handle a device on client PC to get to capture some data.
I figure out to solve it I have to develop any plug in.
I was searching on web but I had not luck
...
November 16th, 2011 08:33 AM
hi everyone
We have a Linux server and ORACLE database installed, when we was testing our app we saw that any object in database, throught some SQL Query, its can't be found. then I figure out...
November 2nd, 2011 01:37 PM
Hi everyone
I am stuck on crap picturebox image and it makes zoom on others picturebox.
any help snippet code
thanks in advance.