VS 2008 - Application Shows "Publisher: Unknown" When Being Run From The Internet?
Jan 31, 2011
Currently my application shows "Publisher: Unknown" when being run from the internet or if requesting UAC permission.how I can change this. I've spent a few hours trying and don't want to have to pay Verisign or someone. I know you have to set a strong name up in the Signing section but I can't get this to work. Also, when I upload the application I currently just upload the .exe from the bin/release folder as I like it to be a portable application. Am hoping I can keep it this way for a publisher name to appear.
View 2 Replies
ADVERTISEMENT
Nov 29, 2010
I have developed application using VB 2008 and develop a MSI setup for installation. Now problem is on windows 7 it generate a warning message on installation of software that "The publisher is unknown", but the software install well on continue of this warning.When I run the software it did connect to Access database which is on installation directory, but it didn't allow to insert or update any data in the database. But when I run the software by right click on the EXE file "Run as a Administrator" then software works perfectly OK
View 1 Replies
Apr 4, 2012
When the users try to install my program the pc display this message :"publisher cannot be verified (unknown publisher)".
View 1 Replies
Jul 27, 2009
i guess my .NET application needs to be signed or something. how do i get rid of that prompt unknown publisher when someone tries to install my app?
View 1 Replies
Feb 22, 2009
I have just written an application in visual studio 2005, and would like to publish it for use on another computer. When I try to run the publisher, it fails and reports that it is missing an XML file that is located in the bin folder. I have checked the bin folder and the file is there. I am not sure what I am doing wrong? Has anyone else seen this type of error before?
Also, I should point out that while I was creating this app, I would some times copy the project to my desk top, and then change the name of the project folder. For example: myProgramV0 would be come myProgramV1. Then I would copy this back into where I normally keep my VB projects. I do not know if this had an effect on the program or not.
View 1 Replies
Aug 22, 2011
I want to proove the Publisher Name by creating a certificate file for an application which is made using visual basic 2010. How to create it?
View 5 Replies
Sep 10, 2011
I have developed the windows application in C# with .NET & create the setup copy of this application. when i have installed this application then it display the small windows as unknown publisher .i have attached image of this windows
View 1 Replies
Aug 5, 2009
I have created an updater for my application. When the application starts the user can launch an updater that will check for the latest version. Download it and copy the files to where the installation is.
Everything works fine.
However, I am looking for a more robust technique. And I have discovered it is better to hash the files on the web server with a hash algorithm and then when they have downloaded use the same hash algorithm to compare the hash values. If they are different either the files were corrupted when downloaded or some modified them without permission.
However, my problem is where do I store the hash values? I was thinking of hashing the files, and storing all the hash values for each file in a text file, and my updater will download that text file.
I am not sure if that is the best technique to use of not? Is this the normal and best way to do this?
View 5 Replies
Jun 2, 2011
I got a window form, and I want to send data to another computer or a server over internet after the submit button is clicked. Yes, this is a very "general" question (I cant not ask it in more detail), because I don't have any information how to do that, I google it, and I heard WCF, but I am not sure how it actually can do this job (seem like WCF is related, but still researching).
View 4 Replies
Oct 22, 2009
Using Access 2003 and VB code, I have created a form with a number of labels. The labels will display an employee's names. I have named the labels name1, name2, name3...etc. Using an ADO data set and DCount I have determined the number of names in an Access table (the number of names can vary). What I want to do is for each record in succession to pick the first name and surname from the data set , combine them into a full name (this part has been successful), and then set the full name into the label caption in succession. Example: full name 1 into name1, full name 2 into name2, full name 3 into name3... until all names appear as labels on the form.
I created a counter to and a variable to increment the label number but when I address the caption property of the variable containing the new label (e.g. name1, name2..etc.) it throws an errer at runtime. Here is the code:
[Code]....
View 8 Replies
Nov 12, 2009
I am trying to run the following code snippet through Access, and it is flagging the Outlook.Application as unknown.
CODE:
Is there an import that can expand my name space to make this to work?
Note, I also tried entering in VB 2008
Dim MyOutlook As Outlook.Application and got the same error.
View 4 Replies
Jun 3, 2011
I have created setup file of my program. I have tried to install it there in two pcs to test it that its working properly or not. One pc has visual studio & my program worked there after being installed but another pc doesnt have visual studio & my program doesnt work there after being installed. It shows error message that "WindowsApplication1 WindowsAoolication has encountered a problem and needs to close. We are sorry for the in-converience." What does it mean? Does it mean it that I couldnt create setup file properly?
View 4 Replies
Nov 27, 2011
Basically I just want it so that someone can type in their password but it comes up as Asterisks (*) instead of their password.I'm using VB 2010 and making a Console Application.
View 3 Replies
Mar 5, 2010
I want to make an application that shows the calculation sequence consisting of 3 form.1 is an input form,form 2-step sequence of calculations can be saved as pdf,he calculation
View 4 Replies
Apr 25, 2012
is it possible to declare a new instance of a class using a name contained in another varible which is unknown?
For Instance....
Dim Clients() As String
Then say two clients are connected that array may contain the following:
Clients(0) = Client1245
Clients(1) = Client4856
I now need to create an instance of my class 'clsClient' for each client connecting so my thought was to declare it using the clients unique name/number. I know this isnt valid code but as an example
Dim clients(0) as New clsClient
So I would then have an instance of clsClient called Client1245 and if I had a routine in clsclient called for instance StartClient() i could then do
Client1245.StartClient()
Yes I know the code isnt valid but I think it gets across what I am trying to do and hopefully one of you smartass's will be able to instruct me on what I am trying to do and hopefully not too complex :-)
View 8 Replies
Sep 29, 2010
im creating an array that contains something like this [code]Then i need to make it so when i click on a listview item it searches for the same "Application" name and shows the path.I have everything planned out, but im not sure what i should use to do this.Should i use list(Of string), arraylist or just string(,)?I have no idea of the amount of elements it will contain. I was thinking of using a list so i can use .find without having to make a search function.Anyways, what would be the best/fastest way to do this? Its possible i might have up to 1000 rows in this array, so i want something fastish.
View 13 Replies
Mar 7, 2011
How can I get some random unknown data off a website.It's a score on a hiscores.How can I do this?
View 7 Replies
Jul 7, 2011
I have got my multi threaded application running which is a Windows Service Project.
Basically when the service starts it starts a thread listening on a port for connections. The reason I started this on a new thread was so I could easily control it and not lock up that main worked thread.
Now on that thread when a client connects it dynamically assigns them another port number that is not currently in use and starts a new thread listening on that port and waits for the client to connect to do the actual data crunching.
So basically I have my main project thread, a Main listening thread then the possiblity of 0 to 100 more threads for each connected client.
Now this project should always be running but in the event it needs to be shut down (or server rebooted etc) I want to be able to shutdown the threads safely.
I can down my main listening thread safely but my trouble is all those other possible threads. What I would like is if the service is called to stop I want any of those other possible running threads which would have an active connection to the client to send a simple command like 'STOP' then close the connection gracefully (MyConnection.Close) and end itself.
The only solution I can think of which I don't really want to do is have a global varible (StopThreads as Boolean) and after each command in the thread check that boolean and if its set to true jump to some code to do what I want and end the thread but there must be an easier way? Or is this the best way?
View 4 Replies
Aug 17, 2010
We have a issue with laptops for the current client in which IE continually shows prompts to users about working offline. The laptops are on a flaky wireless connection (Personally I would much rather fix this but they would much rather just fix this issue, apparently this works better money wise. I have my doubts).
Anyway the issue I'm facing is removing this box from opening at all.. Now there are two ways I can think of doing this. A possible Hook if it is available to catch it before it comes out and stop it. Or the less nice way is to when the box comes up to automatically hit the "try again" option using a sendkeys push.
View 4 Replies
Jan 1, 2012
1.prompt a text string in 0 to 20 characters and then pass it as a input parameter to a Boolean-valued Function to check if the string is symmetric or not. Display the result.
2.The Einstein's equation E=mc2 relates three variables, E, m, and c. create four TextBoxes, two for the names of variables (E, m, c) and the other two for the values of corresponding variables. Based on the entered names and values, calculate and display the unknown variable in another TextBox.
View 4 Replies
Apr 17, 2009
I have a problem I have a project that needs to have a communication of asp .net to vb .net my project is i want to access or control(like a remote control) the vb .net application(server) using asp .net(client side) asp .net is like a remote control and the vb .net is the application that needs to control i need to use internet to do that.
View 1 Replies
Sep 16, 2011
I'm trying to make online chat..I saw 2 P2P tutorials:url...both are great tutorials, but they work in LAN only with addresses and ports given.if anybody knows which port and address could I use with this ideas and go to internet.
View 2 Replies
Jun 3, 2011
I have an application that will take in specific details from the customer and generate a URL address with query string items.I need to open up an internet window that will navigate to that URL?
View 1 Replies
Jun 23, 2011
I have an application that will take in specific details from the customer and generate a URL address with query string items.
View 5 Replies
Apr 18, 2010
i have a Developer. have devloped application in vb.net. Now my customer says he wants to run that application in internet explorer so that can meet lots of customers for him. how can i run vb.net application in internet explorer?
View 1 Replies
Aug 23, 2009
I want to add me to the publisher so that its not "Publisher Unknown". Can anyone tell me how to do this.
View 1 Replies
Aug 15, 2011
I supply all the details in properties window in Visual Studio 2010. But after publish, when I double click the setup file, it doesnt display the Publisher Name and displays Unknown Publisher. How to insert the publisher name which displays with the setup?
View 1 Replies
Apr 27, 2011
I have a piece of software that downloads from my web site as a standalone vb.net application. It is a simple link on the web page that lets the user save or run the application. Where do I begin to not get the message "The publisher could not be verified.Are you sure you want to run this software?" I am not sure if this will happen differently in different browsers. I am using IE8. What technology do I use inside my application to make it a signed application, or this is even the right track?
View 2 Replies
May 1, 2009
is there a way I can proxify my application's connection to the internet??
I want it to be able to select a random proxy from a list of proxy IP address in a text file.
View 1 Replies
Jan 10, 2012
I need my application to check for internet connectivity on my user's computer. If there is, an image is displayed and if there isn't, a different image is displayed. Here's the code I used to get this to work:
Private Sub Window_Loaded(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles MyBase.Loaded
If NetworkInformation.NetworkInterface.GetIsNetworkAvailable Then
Dim bi1 As New BitmapImage
[code]....
I decided to test this on my own computer by changing my default gateway (thereby making it seem as if I lost connection). But I realized that the code still showed that I was connected. So I'm thinking that it's only checking for connectivity of the interface - which in this case, is my connection to the router (which is true, I was connected to the router).How do I check that the user's PC is actually connected to the internet? I read the article Check for Internet connectivity but it's in C# and I don't understand that.
View 1 Replies