Search:
Type: Posts; User: PlausiblyDamp
Search:
Search took 0.38 seconds.
-
As a quick experiment.. is it possible to create and instance of ServiceReference1.DataClient and pass in the address of either the ServiceReference2 or ServiceReference3 servers? If so does that...
-
Sockets are a pretty fundamental TCP/IP mechanism, pretty much what underlies any higher level protocol like HTTP. Again, depending on your cloud provider and how you choose to build the server side...
-
Just to make sure I have understood things....
1. You have a local application that is a client to three remote services.
2. These remote services are all different instances of the same service....
-
Or just go into the project properties and select the correct framework, no need to create a new project.
-
Pretty much what would be required...
If all the servers have a DataServiceClient that exposes the same methods I suppose it might be possible to modify the auto-generated code by extracting an...
-
If you have a look on this forum you should find plenty of examples of working with SQL from VB.Net,...
-
Are you responsible for the servers and the application running on them? The servers wouldn't need to communicate with each other or any middle man, they would need to be slightly rewritten and...
-
I think the deal is so far removed from what was promised, not that any of what was promised was remotely achievable anyway, and so close to No Deal as to make very little difference.
Although...
-
If you check the project properties do you have a section for Code Analysis (or similar)? It could be a setting there that is causing this - I often have my system set to issue warnings for those...
-
They have a supported API at https://developers.trendyol.com/tr - why don't you use the API rather than trying to automate the webpage? Scraping HTML is always problematic, always likely to break...
-
Do you have Option Strict On? If not that could be hiding some odd conversion issues.
I also notice in the snippets you posted you have
Public Function getCurrentCmd() As String which declares...
-
What happens if you don't specify a CachePath? The documentation seems to indicate that an empty CachePath will use an in memory store that is cleared on shutdown. Note that an empty string might not...
-
A bigger issue than just sending the password is how are you going to track if a user is logged in or not? If you are storing any form of credential / token and then transmitting it as part of a...
-
I would imagine people may have doubted if an airplane could fly, I suspect they would however have seen the benefits of faster travel. People have always been travelling and moving, the benefits of...
-
As far as I am aware Dns.GetHostEntryAsync doesn't support cancellation, if it did it would have an overload that accepted a CancelationToken.
-
Boris seems to have given away a fair bit of the fishing industry, pretty much nothing in the agreement for the UK service industry (which is a huge part of the UK economy), given up on the Erasmus...
-
https://developers.trendyol.com/tr might be a better approach than HTML scraping...
-
To replace what we have it needs to be "better" / "more convenient" than what we have right now, I fail to see how an immersive 3D rendered version of the internet achieves that. Right now with a...
-
I think the fishing rights have become a weird UK political agenda, the EU are wanting to fish our waters because they actually want the fish that gets caught in our waters and we generally don't.
...
-
Leaving is going to involve far more bureaucracy than being a member ever was, one of the major reasons behind the EU was eliminating bureaucracy by agreeing on common standards between member...
-
If I am doing anything "serious" with data access I would tend to still go with EF, I really like the querying side of things, and not having to deal with DataSets or populate my own data objects...
-
That is interesting, I have never known a delay in a file lock being removed when closing a FileStream, perhaps something else is also holding onto the lock - are you running any Anti-Virus programs?
-
ClickOnce also has a full API, there is no reason why a running application couldn't check for updates every 6 hours -...
-
Probably because Click Once is designed to allow installation from a website. On VS 2019 if you go through the publish wizard there is an option for local folder. That should produce a folder with...
-
In that case Bimap.SetPixel might be what you are after.
-
Could you post the code for the AppendFile method as well?
ALso it might be worth seeing if you can identify what process also has the file open,...
-
Are you sure the website is returning cookies then? Try using the browser's dev tools and see if cookies are returned when using a browser. If so then at least we know cookies are being returned.
-
Not till January, after that he will no longer get special treatment as a world leader - hos account will be treated like any other private individual's apparently which could result in it being...
-
That is assuming the feature is even enabled, most webservers disable the ability to list files as it is a potential security risk.
-
Also don't forget that he also wants to classify ANTIFA as a terrorist organisation, despite it not being an organisation. It simply doesn't support him and therefore it is the enemy.
-
From here in the UK it looks as though the last four years has been Trump doing everything he can to encourage the crazies. It has been a constant stream of white supremacy ("Good people on both...
-
Out of interest, if that property is only really needed by one other class could the property not be moved to that one class? Having a property on one class that is only needed by a single other...
-
Normally those steps would only be required the first time the application is run, after that it shouldn't need authenticating again. In the long run the API is going to be a lot more of a reliable...
-
You might be better using the provided API https://developers.google.com/drive rather than trying to scrape HTML.
-
Easiest way is probably to just catch and ignore any UnauthorizedAccessExceptions
-
The problem with ASCII is that everything above character 127 isn't part of the ASCII standard, Extended ASCII isn't really a standard, it is a way that different ASCII encodings use the characters...
-
The problem with either Regex or Xml as a solution is they both require the html to conform to the standards exactly, this isn't always the case with webpages.
-
You have different Data Source names in those two connections strings - do both of those servers exist?
Also when you are using integrated security then the person running the application would...
-
I would imagine it is specifying the Font's Pont Size https://en.wikipedia.org/wiki/Point_(typography) not the number of pixels.
-
Do you have option strict on?
If you put a breakpoint on the line that starts
For Each i what is the value of i?
|
Click Here to Expand Forum to Full Width
|