Search:
Type: Posts; User: sapator
Search:
Search took 1.37 seconds.
-
Yes if it doesn't involve writing hundred lines and lines of code that I saw in some examples and is hardly worth the try.
P.S. The class would be passed as a ListOf(theclass)
-
Yes there url is there.
But how would I point to a single url?
Servers are something like \\100.100.1.15:8080 , \\100.100.2.15:8080, \\100.100.3.15:8080 etc , I cannot point ,let's say. server...
-
No I'm not responsible.
But how would the configuration work. I'm curious.
From what I can think of is a common dll on all servers with the class needs to be involved or that dll on the GAG of...
-
Hi.
Yes that would be a good solution. The issue here is that the servers are not in parallel, not communicating with each other or accessing a common reference server, so I do not have a "middle...
-
It doesn't have to be a Local class.
I just want a Class that will intercommunicate with all the services.
If I pass a known type like List(Of String()) or a dictonary or an arraylist then there...
-
But local.copyer will not work with remote copyer as you said it will not be polymorphic.
Edit:
I can also do this:
Dim x As New List(Of String())
Dim x11() As String = {"arg1",...
-
Hi.
It appears that I can do that in VS2015: List(Of Tuple(Of String, String, String))
I could check this out tomorrow..
-
getdata1() can be any function that will fill up the copyer class
The getdata1 will fill up a copyer class nomatter from which service reference it is called.
I put it there so I can show that...
-
Hi.
OK.
So instead of this:
Dim sr1 as new servicereference1.
Dim sr2 as new servicereference2.
-
Hi Karen.
Unfortunately only as far as vs 2015, I don't think the work PC can handle a forth Visual Studio, let alone a new 2019.
Is there a vb file I can just read so I can understand or an...
-
Hi.
Yes I understand it won't work but isn't there is a way to it?
For example somehow creating a new known type?
Also If I had vs 2017 (I have 2015). Is creating a tuple an option or...
-
I don't know vb6 but the VB.NET equivalent is this:
<DllImport("usb_relay_device.dll", EntryPoint:="usb_relay_device_open_with_serial_number", SetLastError:=True, CharSet:=CharSet.Ansi,...
-
So, Does it come back after?
-
Hi.
I have a form and I want it's controls to respond while running a long function.
The function is synchronous and I do not have any async functions to call at it.
I needed to make the interface...
-
Hi.
C# WCF Service:
namespace MYVWOL
{
// Define a service contract.
[ServiceContract(Namespace = "http://MyDataServices.foo.com")]
public interface IDataService
-
That what I thought.
But it says something of Cannot Convert List(of copyer) to List(of servicereference1.copyer)
Meaning I recreate the copyer Class in the Local program and try to pass it in the...
-
Hi.
Exact same WCF services on different servers.
copyer is a class with properties
Public Class copyer
{
Public string Something {get; set;}
Public string SomethingElse {get; set;}
-
Yes.
The only thing I haven't tried is directcast but now I have changed the service so any attempts will be done tomorrow.
Although the service works fine now so I will probably let it pass but...
-
Different WCF services on different Servers
-
I'm searching for a day now struggling with enumerations generic types etc without finding anything so instead of doing a 10 select case for the servers, I'm using a list(of string) and I'm splitting...
-
Well if we are going to a destructive suggestion I believe that the boiling water one is a weak option.
I stand by my suggestions at #6, especially the hadouken !
-
Hi , I have multiple services that are called like:
Dim m_client As ServiceReference1.DataServiceClient
and a list that is called like:
Dim copyerlist As List(Of ServiceReference1.copyer)
I...
-
How about removing all routes, networks etc and see if it fails again?
-
If from what I understand you need a function that accepts unsigned integers (DWORD) and that is a tricky one on the (TCHAR).
So something like:
<DllImport("@@@***.dll", SetLastError:=True,...
-
The problem vanished when you read my post. That was the reason!
That also happens at work, some colleague calls me on the phone and in a few seconds, the problem vanishes!! (usual try plug in the...
-
Hi.
Please read on the DLL import statement in >net. You can call a C++ dll that way.
-
I found this article , maybe it can help a little? https://support.microsoft.com/en-us/sbs/topic/solving-connectivity-errors-to-sql-server-ae23c94b-b64b-5056-8b62-22e1694bb889
Now. Do you have any...
-
Yes.
That was the exact reason I did not use a masked textbox and did this one.
I can't remember exactly what was the issue as I really erased the whole idea from my memory the minute I saw that...
-
It's a habit but I never use () and never use += , as this remind me the C# syntax and I insistingly taste a little puke in my mouth when i go on to put parentheses in there :D
-
Well the standard is the ISO 8601 format.
From there onward it's up to you.
-
Fine but I did not get either your reply or 2kaud reply and I was not logged in when either of you replied.
Are you sure you are not blacklisted on yahoo?
-
Hm.
Haven't received an email from 27/12 and forth. I have participated in a couple of thread since then.
-
My bad, the service is shared in 2 servers but the main server name is centralized for whichever server is online at the moment so I was calling server x that will either be x1 or x2. At that moment...
-
Hi.
The problem seems to be that I am sending a list of task of functions down the hatch to the async , if i tried with looping it would probably work and no timeout or task.delay needed but I would...
-
Hi.
Not sure if this is WCF or windows service issue or visual studio issue so I'm posting here.
I have a windows service that includes a WCF service that runs on a remote server and works fine...
-
I don't know you exact solution but I assume for aspx pages you can try these:
1)If it is an external file, delete the href from you page , run the page, re add the href
2)If it is on the server...
-
As stated before, I would go with either putting the disk in the new PC or do a re-write x times. Just for recycle reason. Else I would really love to power drill or burn or bomb or hadouken the...
-
Again:
https://stackoverflow.com/questions/18338890/are-there-any-sha-256-javascript-implementations-that-are-generally-considered-t
and here...
-
This is a vb forum , task of is a pain to translate.
have you tried accessing a list of IP's like I do and cancel them in time when GetHostEntryAsync is run?
Does it work?
Anyhow how would I go...
-
Hi.
Why C#? Did i do something wrong to you? :)
Tried Task.Delay before but regardless it will still go though the GetHostEntryAsync , process all the loop and then cancel.
That will not do as...
|
Click Here to Expand Forum to Full Width
|