C# - WCF Service Browsing?
Dec 30, 2009
I have a WCF service installed on my system. I can browse and see the .svc file just fine. Should I be able to use a browser to view the endpoint addresses such as https://svc.example.com/BaseService/Login
View 2 Replies
ADVERTISEMENT
Jul 14, 2011
i have a Windows service that is hosting a WCF service through net.tcp and this is working great. I have also created a WCF service application. I am trying to add the net.tcp service reference to the service application. Then I add it to the GAC that goes ok but if I try to RegAsm the WCF service application to allow it to be called from Server.CreateObject I get the error:
Warning: Type library exporter encountered a type that derives from a
generic class and is not marked as
[ClassInterface(ClassInterfaceType.None)]. Class interfaces cannot be
exposed for such types. Consider marking the type with
[ClassInterface(ClassInterfaceType.None)] and exposing an explicit
interface as the default interface to COM using the
ComDefaultInterface attribute.
It does not work. I have tried to call it through a class library but this does not work either as the end point is not set correctly.
View 1 Replies
Nov 15, 2009
I'm working on a web browser, (it uses the IE engine, im fairly certain)with visual studio, anyway, whenever I click on a link, it opens in a new IE tab, not in my own brrowser, as do popups.
View 1 Replies
Sep 22, 2011
I have created a simple database table in SQL Express.Now, I would like the data in the table to appear in a VB datagrid.But, I cannot brows the connections in VB2008 express(data on local PC why ??
View 3 Replies
Aug 23, 2009
Im brand new to programming. Apart from doing a few digital dashboards in excel i have zero experience with vb or creating code. You may need to be patient.What i am trying to do is from my form, browse to a pic in a folder and insert it into a picture box in the program. the pic should insert itself into the program after it has been selected, and the picture should resize itself to fit the pic box (or viceversa if need be)
I have looked at some similar threads on this issue but none of the code in those solutions is working for me.
View 3 Replies
Sep 24, 2011
There is a website and it has excel file. Daily I login to it and open excel file update, save and close it and then logout. This I want automate using code.
View 2 Replies
Feb 3, 2010
I have a VB2008 application which can control a windows service i.e. start, stop, pause etc. This runs ok on a Windows XP machine but not on a Win 7 machine (message is - Service error cannot open <service name> service on computer '.') ( if I stop the UAC then it runs ok ). It seems to be a rights issue,
View 3 Replies
Mar 12, 2009
I am trying to load some data from a database table into a data grid. However the way it is accomplished is that the user will be able to select the database (i.e. the database can be located anywhere in the hard drive) and once he or she selects the database, a second interface would allow him or her to select the number of tables within that database (can be any number of tables). Once the table is selected the contents of the table will be loaded into the datagrid. It is just like opening an Access (.mdb) file and then click and open a table within the file except that it is done programatically
View 8 Replies
Mar 26, 2010
I have been tasked with trying to build a small program to delete internet browsing history and cookies, My form consist's of just 3 buttons one to delete browsing history one to delete cookies and another button to do both. I have looked all over the internet and come across a few ways but none work any other ways to do this task?
View 2 Replies
Mar 22, 2012
i have a little company, where my employes work, wanted to know if they are not wasting time in my office, so i decided to make a little application to get history by all browsers, i tried and only could get from IE, but i need cross-browsers history at least minimum from Firefox + IE ?
Ashfaq Ahmed Web Programmer + Software Engineer of the world where nothing is impossible :)
View 2 Replies
Mar 12, 2007
How would I go about having my program monitor all open (or at least the current active) Internet Explorer windows and their current URLs? Basically, I want my program (running in system tray) to monitor the web page that is being viewed in an Internet Explorer window (NOT an integrated web browser control), and if it detects the loading of a specific URL address, execute whatever code.
View 6 Replies
May 18, 2012
Dim OrgValue As String '%USERPROFILE%AppDataLocalMicrosoftWindowsTemporary Internet Files
Private Sub Form1_Load(sender As Object, e As System.EventArgs) Handles Me.Load
'read the key of temp internet folder
[code].....
View 4 Replies
Apr 2, 2009
I'm creating an open-source web browser in VB.NET and I'm trying to load the browsing history from My.Settings.History (StringCollection) and list the items in a listbox, but only the first item appears.
Here is the code I am using:
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code].....
View 14 Replies
Dec 17, 2010
How can I implement a "browse button" in a custom form so that a popup appears which allows you to navigate an ftp site and select a file?
View 3 Replies
Oct 30, 2009
I am currently working on a Web browser and I want to make a button to delete the browsing history. I found the file URLHIST.TLB but I cant Register it.
View 2 Replies
Mar 22, 2010
I've tried multiple times to create a web browser with tabbed browsing. I know that I have to use "tab control".
I have succeeded in creating a semi-tabbed browsing. People are able to add new tabs, but the webbrowser component only appears in one tab page.[code]...
View 1 Replies
Jan 2, 2012
Is there any way to clear Browser History using C# or VB.net desktop application.
Browser Name, Starting time and Usage Time and all i got it.But i can't able to delete that particular browser history.[code]...
View 2 Replies
Apr 20, 2009
i need something simplei tried using webbrowsers to view files, had 5 different browsers in a tabcontrol and it seemed to slow down the pc.. hmmm.. so, maybe the basic vb coding will do..although it was easy w/webbrowsers, just WebBrowser5.Navigate("C:Documents and SettingsOwnerDesktop ru filesemulators") and it was done... anyways,
View 7 Replies
Aug 4, 2010
I am trying to make it so if a button is pushed then it will take you to a file browser where you can select a image. after you select an image and click ok then it will upload the image to a picture box. Is there any way to do this with the folderbrowser dialog?
View 1 Replies
Apr 21, 2010
how do I disable browsing to a http link from a Html editor. I have a vb.net web form with a html editor, when I add a hyperlink to the html editor, for example my application website for instance[URL]...When I run and click the link I can browse my application from inside the Html Editor which is so weird.It should open the link in a new window. How do I stop this from happening.This is an Intranet application. And the component for Html Editor is of TMS.
Or is there any Javascript code available where I can deactivate the link from an HtmlEditor, i mean when i add any hyperlink it should be not be activated , or no should be able to browse it from inside the HtmlEditor ?
View 2 Replies
Jun 6, 2012
I am trying to create an application where you can browse to a folder, press install button and it will copy some files to the directory of your choosing? I found some example code but how do i go on with my code from here? Cant figure out how to copy the files. You can see at last in the code i tried to copy files but its not really working, how do i use the function? I want the files to come from the application directory. And copy to the browsed folder.
Public Class Installer
Private Sub Installer_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
End Sub
[Code]....
View 1 Replies
Jun 4, 2010
I have a program that autologs itself into facebook and monitors posts to my main page and tells me if anything new comes up. Every minute my program refreshes the page and searches for a new post, if my session is expired it logs itselft back in automatically. If I'm in explorer trying to play farmville and my facebook monitor program is running then I'm forced to log in about every minute because my login at the browser kills my vb.net program session.
Then my vb.net program logs itself back in and I'm out! This behavior doesn't happen If I have two browsers running I can log into both and it doesn't seem to effect the other. I can even have my wife log in from another machine while I'm logged in and It's ok. So The question is why is useing the webbrowser controls in the Vb program any different then just having 2 open and logged in browsers and jumping between the two.
View 1 Replies
Sep 13, 2011
I add a date picker as follows
Friend WithEvents dtpReportDate As System.Windows.Forms.DateTimePicker
The default date picker has left arrow and right arrow which allow you to browser previous month and following month. I add a handler to date picker valuechanged event:
AddHandler dtpReportDate.ValueChanged, AddressOf dtpReportDateChanged
Private Sub dtpReportDateChanged(ByVal sender As Object, ByVal e As System.EventArgs)
'do something here
End Sub
The problem is that whenever I click left arrow or right arrow to change month, the dptReportDateChanged is triggered. I do not want this happens. All I want is that after I find a month, I double click date to trigger the event.
View 1 Replies
Mar 15, 2010
I got this warning that I don't know what it means.Warning1 The service System.ComponentModel.Design.IInheritanceService already exists in the service container.Parameter name: serviceType00
View 2 Replies
Jul 23, 2009
I am trying to communicate with a Windows service on a remote machine on the network but i keep getting an exception saying the following: "System.InvalidOperationException: Cannot open Service Control Manager on computer 'machine001'. This operation might require other priviledges. ---> System.ComponentModel.Win32Exception: Access is denied.
[Code]...
View 4 Replies
Sep 18, 2009
Is it possible to have a dotnet windows service which monitor other services and upon stop of any service, the monitoring service would be able to start the stopped service.
View 4 Replies
Apr 28, 2009
This is a bit of unusual problem that I'm experiencing, but recently one of the users of a production application started reporting errors in the system. These were traced to a 503 Service Unavailable error when making a call to a web service used by the application.
Now here's the odd part, only the one user is affected by this issue. Other users of the application have not reported any errors. When the user logged on to a different machine that worked for another user, they still received the error.
View 1 Replies
Jul 6, 2011
i was trying to make my service act dynamically... i have set time for my service about for 2 min ,if suppose it was doin huge amount of work means it will exceeds that 2 min time limit then we need to check the service condition if work is pending means we need to run that instance until upto finish.
public static void StartService(string serviceName, int timeoutMilliseconds)
{
ServiceController service = new ServiceController(serviceName);[code]............
View 1 Replies
Jul 7, 2009
In the past I had the indexing service installed on a Windows Server 2003 and used it to index files for my website. I did this by executing an OleDbCommand with a query and a connection string.How do I accomplish the same thing with the new "Windows Search Service" (Windows Server 2008) by using VB.NET? Does this work the same way so that I only need to change the Provider name which has been "MSIDXS.1" up to now? Case true, what is the new Provider name?
View 1 Replies
Sep 27, 2010
I had a problem getting a VB.NET web service client to receive the response object from a Java web service.In the process of posting this question someone from another department volunteered some code written for a similar situation.I couldn't find this anywhere on the net so I'm completing my question to help others out.[code]The web service is Apache CXF with some Spring elements mixed in.
View 1 Replies