C# - WinForms Development Environment In The Workplace
Sep 17, 2010
I'm from an AS/400 (iSeries) background and have no idea about how a team of programmers work within the .Net environment. Lets say a company purchases a new button control. Now, in that company they'll have 5 or 10 developers working with that new control. Its my understanding that even if the control is in the GAC, it must still be copied locally to work on at design-time. My question is, what is locally? Does each developer have a copy on their own PC or is it held centrally on a server?
View 3 Replies
ADVERTISEMENT
Mar 1, 2010
how to run a Windows application within the VB.NET development environment. How can I 'build' or save my VB.net application, so I and others can run this application without runing the Visudal Studio?
View 2 Replies
Sep 13, 2011
I work for a medical devices company and as such, we need to keep a very strict and regulated development environment.Since we are using MS Visual Studio as our main SW development tool we need it to comply with FDA regulations.So, is Visual Studio (and its compiler) FDA approved?
View 1 Replies
Nov 23, 2009
I have inherited a large VB.NET solution that was created in VS 2003. I am trying to update it to VS 2008 to maintain it. I no longer have access to an install of VS 2003.
The solution contains 15 projects that are console applications and 1 that is a Website application. The website application refers to some assemblies in the other console projects.
When I try to open the solution in VS 2008 all the console applications open but as it tried to open the Web application (or website? -- not sure) I see the dialog "Trying to open http://dmedibiz/dotcom.vbproj". It is unsuccessful in doing so. I don't have a website named http://dmedibiz on my development machine.
I tried changing the name of the website in DotCom.vbproj.webinfo, but that does not have any effect in VS 2008. When I go so far as to change the Hosts file so that the local machine resolves "dmedibiz" to the proper folder on my local machine, I keep getting prompted for a login and cannot access the folder even using the administrator login. I have tried adjusting the security on the Folder and in IIS Manager and even in the Frontpage Extensions, but nothing works.
So, what can I do to open this web project along with the other projects whose classes it references? Is there a way to change the website reference in the upgraded application? I actually do not want Frontpage Extensions in the site, but there was some reference to that also in the erro messages about installing them to "fix" the problem.
Here is the error I am receiving...
Unable to open the Web site '[URL]. Could not find a Web server at 'http://dmedibiz'. check to make sure that the Web server name is valid ...'
Can anyone tell me how to change the website location reference? Or must I remove the Web project from the solution and create a new Website and then copy in the files that need to be worked on?
View 1 Replies
May 12, 2009
Why would database drivers work in the development environment of VB.Net and not once the project is built and installed on the same pc? I've tried the MS ODBC Oracle driver. I've tried various ODBC datasources. All work when I am in the development environment but none once I build and install. No matter whether the configuration is Debug or Release. This is the only project having this problem. I have other apps (VB.Net) that access the same database (Oracle 9.2) with no problem.The environment variables are the same during both types of runs. The error messages vary depending upon the driver being used.
View 1 Replies
May 21, 2009
In VS2005, I noticed that when you go from the code window to the form window, the form immediately appears, but then redraws again, and takes about 4-5 seconds to come back. Is there any way around this annoyance? Has it been fixed in VS2008? In general, has anyone noticed any speed improvements in the development environment between VS2005 and VS2008?
View 9 Replies
Jun 19, 2010
Well I've finally decided to upgrade some of my vb6 applications. Anyway I have two forms that are very similar one is customers one is vehicles. One of them is working on form load and one of them isn't. The one that isn't working I've traced the point it stops down to where there is a green line left of the code on the left bar of the development environment. This green line doesn't exist on the form that works. What the green line in this photo means? [URL].
Bigger Picture [URL]. I found a page that says the green simply means the code was saved but it's only on the form that stops working right after the execution of the sql statement. For some reason while stepping through the code it returns to the show command that was called to originally open the form right before the form opens but it skips everything with the green line next to it. I went and disabled tracking and it went away.
View 3 Replies
Feb 16, 2011
I have just started using VB.net, and am currently using VB2010 Express. Previously in VB6, I used the MSCOMM control for communicating via the serial port.
1) What is the minimum development environment required for RS232 communication? I assume VB2010 Express will not be sufficient.
2) What control or class should I use?
View 3 Replies
Feb 5, 2010
In case you are interested and have not spotted this.>>
http://gdk.thegamecreators.com/ee Professional Game Development Environment
View 1 Replies
Jul 21, 2011
I have an app that I'm debugging and I need to pause it by clicking on a "pause" button in the development environment. I don't want to stop it programmatically, just manually to check what it is doing. I know this should be simple but I can't find a pause button anywhere on the toolbar.
View 4 Replies
Jun 27, 2012
At a colleague's workplace, a decision is trying to be made about whether to use both languages in the workplace or to standardize on one? There are some VB.Net developers and some C# developers. What advantages or disadvantages would there be to using both or to using one? Edit: To clarify this question, the question is not asking the advantages of one over the other, rather what are the advantages/disadvantage of standardizing on both languages versus standardizing on one. For instance, one point could be that C#/VB.Net may have more third party tools available and hence it may make sense to standardize all developers on that language.
View 9 Replies
Jun 21, 2010
I'm creating a program for my workplace which stores hours worked, calculates pay and all that stuff.Problem being, the database will be accessed through the network and i want to be able to select the database from an openfile dialog on first use to locate the database. On every program start up it then would have the database location stored within the program itself.
View 1 Replies
Dec 15, 2009
I have VB6 Dll which I am referencing in vb.net ,I am calling the following function in it. It working fine in developemnt environment but not in deployement environment.
Error Method not found: 'Boolean MyUtils._MyUtils.LoadMyObjectRecords(ADODB.Stream ByRef, System.Array ByRef)'.
View 4 Replies
May 28, 2010
Is it possible to set a project default for VB.NET winforms projects so that the default Modifier for controls added to winforms is Private (not Friend)?I know there's a "modifiers" property in the properties window so I can set it for each individual control however I would like to change the project so from now on myself and other developers have to specifically decide to change from friend to private. (Which I would strongly discourage them from doing).I believe there is no way of doing this, but on another forum a while ago someone mentioned it would be possible with an add-in (but didn't name the add-in or where to get it).
View 1 Replies
Feb 19, 2009
What is Environment.FailFast? How is it useful?
View 4 Replies
Jan 9, 2009
We have a couple of applications at work that need a reference to the license server set in the User Variables under the Enviroment Variables on the windows xp client machines(system properties, Advanced, Enviroment Variables). The problem is that both applications needs a reference to the same variable name and you can't have two with the same name. What i intend to do is to create a simple windows application with a button for each application that deletes the variable item present, adds a new variable item with the value needed for that application to be able to run and then run the application itself. This is just a temporary fix until we get a more permanent solution. The 'GetEnvironmentVariable' class in vb is not able to add or delete a item, maybe the WIN32 API could do the job.
View 2 Replies
Feb 17, 2012
I was trying to learn how to do openGL within a VB .NET environment and it seems that the Tao framework or OpenTK is recommended with OpenTK having a higher recommendation so that is what I chose to try using. Since I am brand new to this, I am trying to just draw a simple box, triangle, or anything really so that I can understand it all before making more complex things. I have been unsuccessful at this so far so I will list in order what I have done so far and hopefully someone here can help me correct it or provide a new example just so I can draw a simple shape.
1) I installed OpenTK using opentk-2010-10-06.exe
2) In a new project I added the references to OpenTK.dll and OpenTK.Compatibility.dll
3) I added the control (opentk.glcontrol.dll)
4) I added the actual control to my form.Using some examples online I added the rest:
5) I wrote my references in:
Imports OpenTK
Imports OpenTK.GLControl
Imports OpenTK.Platform
[code]....
The above results in no display?
View 2 Replies
Jul 15, 2009
i could make a 3d environment in VB.net which i could in the future make into a game environment or could i only do this with a language such as C++?
View 2 Replies
Jun 24, 2009
Outside of the environment after running the setup program I can tell that the setup is failing miserably. The all important file "cakecreationdb.accdb" cannot be found. I have been beating my brains out against a brick wall on this one.
View 1 Replies
May 8, 2010
I wanted to know if its possible to use VB.Net to create a USER Variable in the Environment Variables of the Operating System.
View 2 Replies
Feb 4, 2011
Is VS 2010 just IDE features - or do I need to use it to target more recent framework versions?Starting a big project and want to make sure I'm aware of what VS 2010 offers over VS 2008.
View 2 Replies
Jan 19, 2012
I use Environment.NewLine, my colleagues use vbCrLf.When I'm doing a code review for them I want something that I can point to to say "use Environment.NewLine instead of vbCrLf"
Or, am I just peeing in the wind, and it doesn't really matter ?
View 3 Replies
Feb 22, 2011
I am trying to change the way my aspx pages load when I double-click on them in my development environment. I wish for the markup to show instead of the design. So, I go into "Tools" -> "Options" -> "HTML Designer" and make my changes. However, I have to do this every time I get into VS. How do I make those changes stick?
View 1 Replies
Oct 15, 2010
Is one able to compile VB 6 code in Visual Studio.NET ? In other words, is it backwards compatible with older VB code?Since I know there is a difference between managed code (.NET) and unmanaged code, I am wondering if Visual Studio.NET is able to compile unmanaged code as well?
View 4 Replies
May 19, 2011
I've made a simple program that set environment variables like [code]...
If I close de command prompt then open it again, it's OK.
How can I refresh the environment variables in the command prompt I use my program?
View 1 Replies
Jul 30, 2009
Ok, I am needing to capture the username of the user who is logged into a third party software (similar to citrix) which then will launch compiled vb.net applications from the 'Cloud'. If the user logs into their windows active directory machine as Smith123, and then logs into this third party software as SmithS, and launch a compiled program which runs on the remote server, and executes a button that displays the environment .username results, what will return? Smith123 or SmithS?
I am trying to figure this out, and I would just create a program and try it out myself but going through all of the hoops, bells and whistles of where I work just to get a simple compiled piece of code up on the server can be a pain sometimes..
View 2 Replies
Aug 3, 2010
Environnent.NewLine seems to be resolving to two spaces " " (as are vbCrLf and ControlChars.CrLF). Using StringBuilder, AppendLine is doing the same.I've been racking my brain and searching the Internet trying to figure out why this the way it is, but am coming up empty.
I am trying to generate .bat file based on user interface decisions. I need to have separation between lines. I'm trying:
[Code]...
View 2 Replies
Nov 15, 2009
I successfully converted a VB6 program to .net 2008. Phew. Thats the fast way to learn a new language I'd like to get an exe that I can try running out of the design environment. Is that the "Publish" menu selection?
View 3 Replies
Oct 14, 2010
I have a form, and essentially, I want to open the .txt file when it is dropped on my program, in textbox2 in form1. I read you use Environment. GetCommandLineArgs(), but how exactly would you do it?
View 10 Replies
May 2, 2012
I have an Add-in to the environment of Visual Studio called NDasm that is located at the following web address
The question is how can I add it to the VS environment, they don;t show in the previous web pages
View 1 Replies