Cannot Execute Exe On Machines Other Than The Developer?

Jul 19, 2011

I updated a VB.NET application from Visual Studio 2008 to Visual Studio 2010 and made a few changes to it. Now it works fine on my development workstation but when the user tries to run it, it fails. The error detail is below. I've searched for System.InvalidOperationException and found several suggestions but none of them have helped. There isn't any static initialization code in the application. I changed the compilation to x86 instead of AnyCpu. None of these has helped. The project is compiled for .NET 3.5 and that hasn't changed. Both environments are Windows 7 64-bit.

Does anyone have a suggestion as to how I might determine what is causing this?

[Code]...

View 6 Replies


ADVERTISEMENT

Concurrency Handle Is Part Of The Software Developer Or Database Developer?

Jul 23, 2009

In CRUD application development we have to face the issues with concurencies in Ids such as Generate and display UNique EmployeeIDs on forms. Currently i'm writting .DLL file that has a class that will handle concurrencies.

But i'm puzziled with the Question, is this concurrency handle is part of the software developer or Database developer?

View 9 Replies

Connect Client Machines With Sql Server Machines?

Dec 7, 2011

How to connect client machines with sql server machines ?Vb.Net as front end.

View 8 Replies

Execute Scalar Vs Execute Reader?

Feb 25, 2010

[Code]...

how can i get this code to return all values instead of just the first value ?

View 30 Replies

What's The Best Way For A C# Developer To Learn VB?

Mar 26, 2009

I'm a C# programmer who needs to pick up some VB. The syntax differences are easy enough to figure out, but there are other things I'll need more of a tutorial on. For example, VB's "strict" mode in Visual Studio is something essential to me, but something I wouldn't have learned just by comparing language syntax. Any recommendations on how to pick up VB quickly, yet thoroughly? I can't stand to work through a 1000 page book introducing VB to novices.

View 10 Replies

Creating New Application With VB Web Developer?

Apr 20, 2009

I'm creating new application with visual basic web developer i have 3 textbox on web form ajax this is code inside event load

Dim Connection As SqlConnection
Dim Command As SqlCommand
Dim dr As SqlDataReader

[code]....

View 5 Replies

Download The Developer Tools?

Nov 9, 2011

I have been trying to download the Visual Basic and it took me 3 days now to download because my network is not always good, so when the net is off, I have to start it over and over again. My question is: How can I download the Visual Basic just once and for all so that I start learning how to build my first Windows Applications?

View 3 Replies

Store Password, Even The Developer Can't See It?

Jul 8, 2009

I went for an interview last week, and the interviewer asked me a question that i failed to answer.

He asked me, how did i store the password in the database. Then i answered that i would encrypt it then store it in database.

Then he said after encryption, developer or admin still able to view the encrypted password. But he didn't want developer or admin to be able to view the encrypted password.

I thought of cookies, but if user clear their cookies file, everything will be gone.

View 7 Replies

VB Web Developer Wanting To Learn C#

Jul 28, 2011

I've been an ASP.NET VB.NET Web Developer for the past 4 years, but its been mainly self-taught so I think theres a fair few basics I have probably not learnt along the way.I'm interested in switching to C#, and was wondering what book would be best to buy to learn this.Is Jon Skeet's 'C# in depth' book a good place to start learning, or would this be too difficult for me to start with?

View 4 Replies

Cannot Install Visual Web Developer 2008 On Win 7 64 Bit?

Jan 10, 2010

I get an error that says Setup Stopped working when installing Microsoft Visual Web Developer 2008 Express Edition with SP1 . Everything else installed fine. I am using the Offline ISO.

EDIT: This happens with the new 2010 Beta 2 also.. same exact error message.

Here are the details:

Description:Microsoft Visual Web Developer 2008 Express Edition with SP1 - ENU has encountered a problem during setup. Setup did not complete correctly.

[Code]...

Google search does not help. What is really funny about this is that from my search I see there are multiple solutions for this problem that have worked for different people, none of which apply to my situation.Why do I get the feeling that God does not want me to learn VB programming? (Grin)

View 1 Replies

Close Button In Visual Web Developer?

Aug 20, 2009

I want to put a button on my Visual Web developer 2005 Express edition page (one single web page) that will close the internet web browser (IE 7 being used), when my users click on the closed button. I need to write visual basic code to closer the browser but haven't found an example that explains how to do this in code. Can someone give me an exmaple of how to accomplish this in Visual Basic Code.Paul Mayer

View 1 Replies

Compiled Code Not Responding Same As Developer?

Oct 27, 2010

I have completed a small VB console app to read data from a BT card scanner. From within the VS2010 developer the app runs as desired, capturing the data and displaying it on screen with console.writeline().When I compile and execute the code either from the debug bin version or the release bin version, the app only captures the first few bytes then closes. All the code is within the Module1 Sub Main. Is there a compile setting or other property that I need to adjust?

View 11 Replies

Create A Website With Program Developer?

Sep 26, 2009

My home page contains three Dropdownlist controls, the lists are populated from my database i created ie. (From three tables)- Courses, Grades and Schools.

I want a situation whereby a user clicks on any of the Courses, or the Grades, or any of the Schools from my dropdownlist controls, and selects the search button, the names of the students that took the course, their grades in that course, and their schools should appear in a table form. if its a Grade that is selected, the names of the students with the grade, their courses and their schools should also appear in a table form. And likewise the School.

View 3 Replies

Display Selected Properties To The Developer?

Sep 15, 2010

I have class containing 10 properties. It has constructor which accepts one string parameter say "Param1". This is actually a liabrary which will be exposed to the developer.

Now when developer writes a code for creating instance of this class and pass the param1, then depending on the value of param1 developer should be able to see limited properties.

If Param1 has value1 then developer should be able to see 4 properties.

if Param1 has value2 then developer should be able to see another 3 properties etc.

View 4 Replies

Exit Button In Visual Web Developer?

Oct 6, 2010

Me.Close() doesn't work.

View 3 Replies

Forums For Quotations For Developer Work?

Sep 17, 2009

I've done a google and bing and am obviously not entering the right words. I'm looking for a forum where I can get developers to bid for some (net) development work I'd like to subcontract out. It wont necessarily be VB net

View 2 Replies

Get Unhandled Exception Information To Developer

Jan 26, 2010

I am wondering how I would get the information on what errors get processed by the application.unhandledexception. I already handle the event and gather the information, but I am unsure how or what the best way to get that information to me (the developer).

So far I have vdialog that asks the user if he/she wants to send the error to me, kind of like when an error occurs in Windows XP and a dialog asks the user if they would like to send information about the error to microsoft. I am unsure what to do when the user clicks "Send".

I have thought about emailing to me, but I don't really want to put my email address as the from, because I might change it or its password in the future, thus breaking its usability.

I cannot yet do an anonymous FTP upload, because my website only allows one FTP user, and that is used only to update the website.

I also have thought about using the user's default email program, but that will not work in most cases of people who rely on web mail.

View 2 Replies

Options Are Available For A Developer When Using Fluent NHibernate?

Jul 9, 2010

I've been using c# for the past year and I enjoy the power you get with Fluent NHibernate. One question that I get from friends is "nice but how can vb.net programmers use this?"So for example- the below is a c# mapping class. How would someone do this with vb.net?

public class PostMap : ClassMap<post>
{
public PostMap()
{
Table("Posts");

[Code]...

View 1 Replies

Python - VB Developer Wants To Write Linux App?

Apr 17, 2012

I am trying to choose a language, IDE and other tools in order to develop a photo gallery application for a Linux platform. Specifically the Raspberry Pi My background is almost exclusively using Visual basic since the early 90's and most recently VB.NET in VS2008

View 1 Replies

Using Sql 2005 And Visual Web Developer 2008?

Jul 21, 2009

im try to do a profile page in my website. has anyone done one before and if so have they any sample code i can look at im using sql 2005 and visual web developer 2008

View 8 Replies

Visual Basic.NET Resources For C# Developer?

May 23, 2009

I am C# developer and now I am involved in some large, already in production, project that is written in Visual Basic.NET.I am trying hard not to write in C# and use some automatic conversion tool to Visual Basic.NET. I want to be able to read and write fluently in Visual Basic.NET QUICKLY. I can write and read VB.NET but it is not so easy like writing and reading C#.

View 3 Replies

Where Is Help File For MSXML And DOM Developer's Guide

Sep 30, 2010

I have a reference to MSXML6.0 so I can handle DOM in my VBA coding (Office 2007) but I need a helpfile.If I open the Object Browser for MSXML2, select the Class IXMLDOMElement and try to open help on the member nodeType nothing happens. Can anyone assist in how I can access help on the MSXML2 Library. Many people refers to the DOM Developer's Guide for help - unfortunately the is no DOM Developer's Guide, at least I can't find it, neither on MSDN nor on W3.

View 2 Replies

App Not Working On SOME XP Machines

Aug 19, 2011

I have developed an application is VS2010 ( VB app using .NET4 ) ... the application runs fine under Windows 7 and on (3) XP machines we have here. Had one user looking for support on an XP machine ... when he started the app nothing happened. No errors or anything, just nothing happened. Had him install the latest .NET4 framework and everything was fine.

Just had another support issue ... user with the same complaint ... had him install latest .NET4 ... but this time did not fix the issue ... still nothing happens when he clicks to start the app ... no errors ... just nothing happens.

I can't check this because it runs on all our XP machines .... Is the only criteria that .NET4 be installed? I created an install that includes only the EXE from the BINRELEASE folder ... nothing else. Do I need anything else. Strange that it works on all our XP machines.

View 15 Replies

Compile - Cannot Run .exe On Some Machines

Jun 21, 2010

I have a small form program that is basically an interface for installing different software packages so that we can distribute a CD with our products that our customers can just pop in the drive, autorun, and click the button to install what they need. The problem that I am running into is unlike when I had built this same program in VB6, the program rewritten in VB.net will not run on some machines, and shows me an error: .net Framework initialization error. required version of .net framework v2.0.50727.

I realize that it is asking for that version of .net framework in order to run, but what I would really like to know is if there is a way to make my exe non-dependant on this so that it will run on any machine. Requiring my customers to install .net framework in order to access an interface designed just to idiotproof the installation of some setup files and provide easy access to a few pdf's really would just defeat the purpose.

View 4 Replies

How To Switch Machines

May 28, 2012

I have two machines, on the first of which I have developed my application to a point of satisfactory stability. Now I want to move everything to my second machine.Both computers have the same level of XP and NET Framework code, and both have Visual Studio 2010 at the same level.I copied my application's project folder onto the second machine, but the second machine's VS 10 can't load the project because it can't find a couple of Interop files (e.g., AxMSComCtl2). All of files are present in the project folder and also in its.bin subfolder. The only observable difference between the two machines is the presence, on the first machine, of some Assemblies stored under my user name there. Copying the Assemblies to the second machine didn't help (I hadn't thought it would).Is my application permanently "imprinted" on my first computer, or is there a simple way of resusitating its clone?

View 10 Replies

Running On Other Machines?

Feb 25, 2012

My name is Jack, I developed a program and I wanted to run it on a clients PC. I used deifferent framework and that didn't work but when I used 3.5 client, it said it had stopped working and I know my client has .net framework 4 and when I did it with 4.0 client it didnt say it had stopped working it just didn't show up but the notification icon showed up for 2 seconds.

View 4 Replies

Use (.exe) Tool In Other Machines

Oct 13, 2008

i have created a tool written in C# that would parse string (from 3 files) using regular expressions then throw all the matches in a grid. It works fine on my machine.. It returns matches from those 3 input files.. The problem is when i use that tool (.exe) in other machines..there are no errors. The program works fine for the first 2 files.. but doesn't return matches on the 3rd file.I tried copying the codes in one of the machines just to trace the problem, but when i run the program, it suddenly worked fine.. from then, the program is working fine on that machine.

[Code]...

View 2 Replies

Use One EXE On Multiple Machines?

Nov 26, 2010

I have one EXE on my server machine (Windows Server 2003) and now i want users on multiple computers (Windows XP) to create one shortcut on there repective machine and access this EXE.

View 1 Replies

.net - Sharepoint Beginner Developer Video Tutorials?

Apr 13, 2011

I do not know anything about SharePoint and we will be moving to SharePoint systems in a few months at work.

My manager told me I will be one of the developers developing systems based on SharePoint.

Is there any good video tutorials on SharePoint Development?

View 2 Replies

C# - Add Developer Documentation To Visual Studio Projects

Mar 16, 2012

Basically, the question is: Where (and in which format) should I store textual developer documentation associated with my Visual Studio projects?

To elaborate: XML comments are great, but they don't cover all use cases. Sometimes, you'd like to describe the class architecture of the project at a high level, add usage notes to your library or just leave any other kind of message to future generations of developers working on this project.

I'd like to add these documents directly as files into the Visual Studio project, to ensure (a) that they are available to the developer without further searching and (b) they are version controlled (using the same svn/git/whatever repository as the source code).

Currently, I add a folder _Documentation to the project and use text files, but I'm not sure if this is the best solution. Visual Studio does not have an option for automatically word-wrapping text1, and manually fixing line breaks after each change is annoying. On the other hand, Word documents don't work well with version control, and TeX is too much of a hassle to set up and teach on each developer PC.

Is there a well-established best practice for this?

1 I know that there's Edit/Advanced/Word-Wrap, but this only affects the display, not the file itself.

View 3 Replies







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