Click-once In Vista - Can't Install In Windows Xp
Feb 21, 2009
I have my program in windows xp when I deploy it using click-once, I can install it in windows 98/200/xp.However, when I am running in vista and use the click-once deployment, I can't install in windows xp.
View 1 Replies
ADVERTISEMENT
Apr 24, 2010
I have sent out software created with VB2008 Express and everything has installed correctly on my PC which is running windows vista. But they can't get it to install, one is running XP the other Vista, they get the following errors
Windows XP
Microsoft.VisualBasic.Powerpacks.Vs Version 9.0.0.0. to be installed in the Global Assembly Cache
Windows Vista
system.windows.forms.data visualization version 3.5.0.0 be installed in the global assembley cache first
View 4 Replies
Oct 9, 2009
I used visual studio to publish my application. I am able to install my app on a windows 2003 server, but when I try to install my app on my pc which have vista a error appear "Application cannot be started. Contact the application vendor". and it gives details of the error.Here is the details below and in the attachment:
PLATFORM VERSION INFO
Windows : 6.0.6002.131072 (Win32NT)
Common Language Runtime : 2.0.50727.4016[code]...............
View 2 Replies
Mar 30, 2010
With the on-line one click install feature will the application install on a MAC?
View 2 Replies
Feb 16, 2010
I already have application to install the missed font in windows XP. But the same not working in Vista.
In VISTA when we right click the font to install and choose install it will automatically install into the Windows/fonts/ directory.
how to achieve the same(install font in vista) using VB.net or C# .
View 2 Replies
Jun 9, 2011
I already have application to install the missed font in windows XP. But the same not working in Vista.In VISTA when we right click the font to install and choose install it will automatically install into the Windows/fonts/ directory.My question is how to achieve the same(install font in vista) using VB.net or C# .
View 1 Replies
Nov 1, 2010
Could anyone provide me with sample code for using a WAV file as the input to the Windows speech recognition software on my machine (Windows Vista)?
View 3 Replies
Apr 10, 2012
How can I change the background of my form to look like that of Windows Mobility Center in Windows Vista?
View 2 Replies
Nov 15, 2009
will an program built on windows 7 using vs 2008 or 2005 have the compatibility with windows xp or vista
View 5 Replies
Nov 11, 2009
nothing
View 2 Replies
Apr 19, 2010
i have created some shareware applications. I implemented the following mechanism for piracy protection. Before Windows Vista and Windows 7 i did write a dll file to the System32 folder with an encrypted license key. Also in the Registry under HKEY_LOCAL_MACHINE i inserted a registry key.
The problem is that with Windows Vista and Windows 7 due to the User Account Control (UAC) this is denied.
I want to ask : what other mechanism can be implemented ? Where should i store the encrypted key file and the registry key.
I want that the application can be installed for all users of a computer only once.
If i stored the key in the user's application data directory then another user could easily just install it under another user account. Also i do not want to put the key file in the application directory because that would be too obvious.
note that i create the registry key with my application and not with the installer.
View 2 Replies
May 18, 2012
I'm printing pdf files via the below code in a service. In Windows 7 this works really well, In Windows Vista, nothing happens at all? What am I doing wrong?
[Code]...
View 3 Replies
Jul 2, 2010
I develop applications in Visual Basic.NET (Visual Studio 2005) for a long time on Windows Vista without problem.
Now, I'm changing my laptop, and the new has installed the Windows 7. So, I reinstalled VS 2005, taking care to install the Vista compatibility. Thus, the version of my current VS 2005 is 8.0.50727.867 (vsvista.050727-8600) SP2. And that is my problem.
When I ran the application in debug mode (F5) on Windows Vista, a windows appeared whenever there was an error, like below:
Now, on Windows 7, the application just shows a exception message in the Immediate Windows, don't showing any error window, continuing the application execution, as below:
View 3 Replies
Jul 2, 2010
I develop applications in Visual Basic.NET (Visual Studio 2005) for a long time on Windows Vista without problem.Now, I'm changing my laptop, and the new has installed the Windows 7. So, I reinstalled VS 2005, taking care to install the Vista compatibility. Thus, the version of my current VS 2005 is 8.0.50727.867 (vsvista.050727-8600) SP2. And that is my problem.When I ran the application in debug mode (F5) on Windows Vista, a windows appeared whenever there was an error, like below: Now, on Windows 7, the application just shows a exception message in the Immediate Windows, don't showing any error window, continuing the application execution, as below [code]
View 2 Replies
Feb 5, 2011
I have a program that works in Windows XP Pro, Visual Basic 2005 and Excel 2007 that does not work in Windows Vista, Visual Basic 2005 and Excel 2007.The program takes Excel data from an already opened Workbook on the desktop and moves it to the Visual Basic program.The error occurs when I try to open the Excel Application in Visual Basic:[code]Is there a different code to define an Application in Vista?The "Open" Application will not work on a Excel App already on the desktop.
View 1 Replies
May 30, 2009
i compile my form with the below code when i run it on vista work fine without any problem but when i try to run in on XP cant run... that happened with any XP machine.[code]when i run my exe to other Vista machines work fine... but on xp NO.
View 1 Replies
May 17, 2012
I want to use click once for my application install. Is there a way of including .net 4.0 in this install?
View 1 Replies
Jan 19, 2011
I downloaded a nice menu control from this webpage
[URL]
What I want to do is write a number of subs, so that each time a menu item is clicked a sub is called. I'm a little confused there dosn't seem to be a click event for individual menu item ( vistamenuitem ) . I know that there is a an event that is called for the overall menu, but this doesn't help because I want to execute a different subs depending on which menu item is clicked.
View 2 Replies
Mar 23, 2012
I put this question in the Click Once forum but I did not recieve a response
View 5 Replies
Jul 29, 2009
I am building a winform vb.net program that uses an access db. I have added the database to the program using the design-time tools in visual studio 2008 (added a dataset to the project), and I am now using the dataset to bind items within my forms successfully. When I debug the program everythin works great, but then when I publish the program, I get an error saying that the database was not found in the appdata/app/2.0/(a very long encoded folder name) folder.
How do I modify the project so that it publishes the database with the project using the one-click install?
View 3 Replies
Dec 10, 2010
I have an application that i use with click once to install on clients pc's. However, some(or Most) of them require me to modify the hosts file. What is the best way of doing this?
View 1 Replies
Jan 11, 2010
Is it possible to point the install of ClickOnce to a directory of my choice on the local computer instead of caching it in Documents and Settingsuser? some place like c:Program FilesFoo Apps for example? I like the ClickOnce stuff a lot and especially the update on run functionality, but would like it independent from the user...
Dev/Usr Environment info: I am using VB Express '08 and SQL Express '05 for my applications in a corporate networking environment and the users will be installing from a network share drive. I have tested this and it works fine, just the location seems to be undesirable.
View 4 Replies
Oct 31, 2010
Cannot upgrade from Windows Vista to Windows 7
View 1 Replies
Apr 7, 2010
I would like to make sure that my application is installed in the correct location on the hard drive or allow the user to determine the install location.
View 2 Replies
May 3, 2010
I have recently developed an aplication in XP that it works on XP nice but in vista or seven don't work at all. It gives a message when I try to enter the application like " The program cannot run.."
View 9 Replies
Sep 25, 2010
How to check if windows being run is Vista or XP
View 1 Replies
Jun 27, 2010
I'm retrieving Windows XP license key with this function but it does not work for Vista and Seven. How can I get the license key at both of these Windows versions?
Public Function sGetXPKey() As String
Dim result As String = String.Empty
Dim RegKey As RegistryKey = _
[code].....
View 1 Replies
Sep 17, 2009
I have an application that works fine on Windows XP. However I have taken the same application and made some modifications to it to run on vista the app loads fine etc.
the problem stems from trying to change a service in the registry under HKEY_LOCAL_MACHINESystemCurrentControlSetServicesDiagnostic Service Host
Start = 4 instead of 3 (which is what it is currently set to)
when the program tries to change it I get a dialog box with the information below. How can I makes the changes to the registry without getting these kinds of errors. I tried to get the Framework configuration tool but it talks about XP and Windows 2000 for VB.Net 2005 so I am not sure what to do... I should mention I have only been programming for a month...
Error details:
"Application attempted to perform an operation not allowed by the security policy. To grant this application the reuired permission contact your system administrator or use the Microsoft .NET Framework configuration tool. [code]...
View 7 Replies
May 24, 2010
I created an app that connects to an SqlCe database. it runs fine on my computer (xp) but when i try to run it on other computers, it crashes (on xp machine, the error is : OS error: the OS storage system is not responding, on windows 7 the error is: Access to the database file is not allowed).
On windows 7, if i right click the exe and run as administrator, it runs fine. But, i can't expect my users to do this every time they want to run my app.
View 4 Replies
Sep 20, 2009
Windows 7 ribbon for XP and Vista?
View 1 Replies