VS 2008 The Software Should Run On Only One Machine?

May 19, 2011

I have developed one application and now I want it to run only on one machine

View 4 Replies


ADVERTISEMENT

Cannot Access The Database From Server Machine To Client Machine Using .net 3.5?

Dec 9, 2010

I develop an application using vb.net.application will run on client server architecture.when we try to execute the program in client side then it will give me an error which is related to sqlclientexception.how can i handle this situation.i used vb.net 3.5 as front end and sql server 2000 as back end.i have done total coding with system.data.sqlclient namespace.

View 6 Replies

.Net Software Behaves Differently From Machine To Machine?

Dec 21, 2010

I've inherited a lot of custom made software for an office, and, while managing it, I've found it performs differently from machine to machine.I mean, some controls get painted in weird ways in some machines but well in another, or just work differently, like in some machines clicking something selects it, and in the next machine clicking the same thing makes it editable.I suspect, o course, of the myriad of DLL the software loads

View 2 Replies

Blocking A Particular Machine From Accessing A Machine On LAN?

Jan 21, 2008

I want to block a perticular machine from accessing my machine..Both the machines are in LAN..I dont want a perticular machine to access my computer How can i achieve this...I want to do this using VB.NetAny idea....

View 9 Replies

IDE :: Get Refactor To Appear In VS 2005 And VS 2008 On The Same Machine?

Jul 30, 2008

I downloaded and installed Refactor. The install worked fine and Refactor works in VS 2005. However, I also have VS 2008 installed and I cannot get Refactor to appear in that IDE. Is there something I need to do to get Refactor to appear in VS 2005 and VS 2008 on the same machine?

View 7 Replies

VS 2008 : Get The View Of Another Machine On The Network?

May 24, 2010

Get the view of another machine on the network, or window of another application in my application (like I could see e.g.: Sage on a e.g.: browser in my application).This would be a great improvement for the users that use some applications on our server computer, at the moment we use remote windows connections but we don't want to allow the server as with full permission for some users.

View 5 Replies

VS 2008 Excel Not On Target Machine?

Oct 25, 2011

I am developing an application that can export a DGV to excel file, so i have some references to MS Office and excel. How can I develope the program to be deployed on a machine that doesnt have Excel.. When I ran it on a new Win7 machine I have without office I couldnt even run debug because office isnt on the computer.I am not asking to be able to create an excel export on a machine without excel, just be able to run the program? Or do I need tow version of the program one for and one without excel

View 4 Replies

VS 2008 Get Machine Startup Folder?

May 31, 2011

how can I get the shared startup folder? My application is set to add a shortcut to the startup folder, but it isnly for that user, and I'd like it to automatically start for any user on the machine.I know you can do this by adding a registry key, but I'm having trouble getting my registry key code to work in this WPF app.

View 1 Replies

VS 2008 Running Appliction On Different Machine?

Apr 1, 2009

I just tried running my application on a different computer and it simply wont run. I get this error.

when i click on debug, it says "an error occured creating the form. See excpetion.innerexception for details. The error is' Could not load type

View 9 Replies

2008 Show All The Websites Visited On A Machine

Jan 7, 2009

I would like to be able to show all the websites visited on a machine.

View 3 Replies

VS 2008 - Loading Symbols Used On Local Machine

May 23, 2009

I'm aware of a way to load the fonts found on the locale machine, but is there also a way to load the symbols used on the locale machine.

View 7 Replies

[2008] Installing Dotnet Framework On Another Machine?

Jan 15, 2009

I have written an app using VS2008 and i now want to run this application on another computer. I need to have the dot net framework installed right?

Is it possible to use the VS2008 DVD to install just the .Net Framework on the new computer?

If not how do I install the .Net Framework on this machine?

View 3 Replies

Installed VB Express 2008 On Machine And It Went Without A Redistributable File

Jul 19, 2010

I installed VB Express 2008 on my machine and it went without a redistributable file. It got download during the install. Anyone knows where I can download the redsitributable file from, so I can give it to my students?

View 2 Replies

VS 2008 'MS JET.OLEDB 4.0 Provider Is Not Registered On The Local Machine

Sep 26, 2010

I have a program written in VB 2008 express. It connects to an Access database via Jet4.0 OLEDB. It works fine on my computer running windows xp. It works fine on computers running Vista and Windows 7 that also have Access installed. Howerver when run on a computer with Windows 7 that does not have Access installed. The following Error Message appears whenever there is an attempt to access the database:

The 'MS JET.OLEDB 4.0' provider is not registered on the local machine.

Reviewing MS info, it appears that mdjet40.dll is found in XP and earlier and that syswow64.dll is found in Vista and later. Before I travel down the road of reckless experiementation, I thought I would ask for some advice.

What do I need to do to make my program run on all versions of Windows with or without Access installed?

View 9 Replies

VS 2008 - How To Deploy A SQL Server Database Program To A Machine

Mar 22, 2010

how do I deploy a SQL server database program to a machine thats I don't know the name of the machine. tried using "server (local)" but still.

View 6 Replies

VS 2008 ACE.OLEDB Provider 4.0 Not Registered On Local Machine

Sep 11, 2009

I get this error on a windows swerver 2008 machine. after some research there apparently is no oledb provider for 64 bit machines. I saw some posts that say the solution is to change the solution platform to x86 on the build menu, but I don't have the build menu available as I am using the express version of vb.net

[Code]...

View 1 Replies

VS 2008 Changing The Datasource So That Application Will Run On A Machine With No Network?

Oct 14, 2009

I have created an application which uses an sql server connection as its datasource. The problem I'm having is that the application needs to work on computer that has no network connection. How Can i change the datasource so that on runtime it can work off a machine that is not connected to a network? The datasource from the sql connection only contains one table with no data. It only needs to be updated with a target folder that can be changed to any location on any computer already written in the code.

The connection string suddenly stands as: Dim MyConnectionString As String = "Data Source=MY-PC;Initial Catalog=ImageLocs;User Id=test;Password=test;Pooling=False"

View 5 Replies

VS 2008 Create A Shared Folder On A Remote Machine?

Sep 30, 2010

Is it possible to create a folder on a remote machine that has no previously shared folders? I can do this...

vb
Dim fname As String = "\10.1.x.yDocumentsMyFolderName"
IO.Directory.CreateDirectory(fname)

[code].....

View 3 Replies

[2008] Close Open Files On Remote Machine?

Apr 27, 2008

Dont know how easy this would be, but basically I'm just wondering if there is any way in VB.net you can close open files on a remote PC.In my scenario the vb.net app would be running with domain admin permissions in most cases so would have access to things like the remote Computer Management console, which of course has the Open Files section in it which lets you close any open files on the remote machine its connected to.So I fugured there must be some way to do it in vb.net... I just dont know if its going to be more hassle than its worth and I dont really know where to start looking (ive used googled but not had much joy).

View 6 Replies

[2008] Copy File To Local Machine And Allow It To Open

Feb 15, 2009

We have an app that tracks .DOC and .PDF files (and possibly other file extensions). It stores copies of them on a network share. I want to give the ability to the user to allow them to click the file in a listview, for example, and have that file open in WORD or ADOBE or whatever program is associated with that file type.

[Code]...

View 3 Replies

VS 2008 - Registry - App To Create A Reg Key - Make My Application Start Up On Any Machine ?

Feb 3, 2010

Ive got my application running at startup on my computer. But how can i make my application start up on any machine ? Do i need my app to create a reg key ? Also what path do i use for it to start up on other machines ?

Heres the code im using to start it up on my machine.

Private Sub Form1_FormClosing(ByVal sender As System.Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles MyBase.FormClosing
If CheckBox1.Checked = True Then

[CODE]...

View 10 Replies

VS 2008 - Creating List Of Port Forwarded On Current Machine

May 25, 2012

I've been searching about how to list and remove or create all list of the ports forwarded on the current machine. So I can allow my app to create a port to allow the "chat". Wondering how this is possible. I saw many samples on net, tested most of them and none worked properly. Is there a possible way to edit ports with visual basic 08 or 11?

View 3 Replies

VS 2008 No Connection Could Be Made Because Target Machine Actively Refused It

Mar 25, 2009

I want to refactor my existing application to work with as a client/server app, and was looking at introductions to Remoting.I got a simple system up and running 2 days ago, and haven't touched it since until just now, but now I'm getting an error message when trying to instantiate a class from the remoted DLL : "No connection could be made because the target machine actively refused it".The server and client are both actually running on the same machine for simplicity at the moment. I have three "applications" involved - a class library containing the server functionality, a listener application sitting with the server, and then a client applicaition.Most of the articles I can find online referring to this error seem to apply primarily to asp.net but I'm just using traditional vb.net (2008)I initially suspected the cause may be firewall related (as when I first got it running I was prompted to allow access) but I've turned off my McAfee firewall and also my Windows firewall with no joy, and besides - the error message seems to imply that communication with the server has been established but that it doesn't want to play ball.

View 2 Replies

VS 2008 No Connection Could Be Made Because The Target Machine Actively Refused It

Dec 8, 2010

94.69.250.128:8888 ( My external IP:Port that I've configures the task ) I'm kinda stuck in it, whilst my Chat application is ready, it seems it can't connect to the Internet now. The error is happening on the line :

[Code]...

View 4 Replies

VS 2008 Vending Machine Using Structures - Calculate The Change From The Structure

Aug 23, 2009

I'm having a little trouble working with structures and using a counter for the same structure. my structure gets its data from a text file which i readoff and assign ok. Here's part of my code

[Code]....

View 9 Replies

[2008] Link 2 Parts Of My The Transaction Part Of Vending Machine?

Jan 12, 2009

I don't know really how to link 2 parts of my the transaction part of my vending machine and the restocking bit. Here is the The Restocking bit is basically adding to values from txtbx27 and 13 in the listbox and then showing the final value in the txb27, which i want to link with Transaction part of my code so that its possible to control machine's stock.

[code]...

View 4 Replies

Crystal Report In .net 2008 On Local Machine And Server With Design Differences?

Jan 29, 2012

i have a vb .net 2008 console application that generate a pdf based on a report made in crystal report (.rpt) developed on a local machine, it work fine but when i installed the same application on the server and its opened in the vb .net 2008 installed in the server the fonts looks differents (they both have arial inline, i dont use cssclass on the project) and some controls have different sizes, so i have to make differents changes in the proyect.I check the crystal report.engine dll and are the same in both vb. studio why it presents the differents between the applications?

[URL]

View 1 Replies

Get Time On Another Machine?

Feb 20, 2009

i must get time on another machine and put it inside my windows application with vb.nethow can I

View 9 Replies

How To Use A COM Dll On A WIndows 7 64 Bit Machine

May 1, 2012

I have built a DLL for changing the default printer to a new value and then setting it back to the original. This DLL will be called from a VBA addon to an ERP product. I think the version of the VBA is 6.3.

I have built a Visual Basic 2008 Dll using a COM component. This generates a DLL and TLB file. Using Regasm.exe from the .net frameworkv2.0.50727 folder to successfully register these components on Windows XP and Window 7 32 bit.

However, when I try to do this on a Windows 7 64 bit system, it fails. After some fiddling around, I was able to get a successful registration using the Regasm.exe in framework64v2.0.50727. But after the successful registration, the VBA project still cannot use the DLL.

When I try to Reference the .tlb file in the VBA project, it is not visible even though the dialog filter is set to dll, tlb.If I try to use late binding by using the getobject and/or createObject method, it fails.

There are two ways to answer this request.1. How do I register my 32 bit COM dll on a Windows 7 64 bit machine?

2. How do I write a COM DLL component from scratch for a WIndows 7 64 bit machine using Visual Basic 2008 ( or 2010. I will upgrade if necessary)?

View 5 Replies

How To Use VB DLL Across All Users On Machine

Jul 17, 2009

How do I register a vb program dll for all the users of a machine? I have admin rights and have tried to register the dll using regsvr32 . Its get registered and is functioning only for my user id. If some one without admin rights come and login then it is not working.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved