IDE :: What Does It Mean For A Project To Be Under Source Control

Jun 4, 2010

What does it mean for a project to be under source control?

View 1 Replies


ADVERTISEMENT

IDE :: Project Currently Has No Data Source Associated With It?

Feb 11, 2010

I have purchased and installed the EBook "Visual Basic 2008 Step By Step". The package comes with a companion CD on which are practice projects that correspond to the book. I have installed Visual Basic Express 2008 and also installed the "Practice Files" exactly as required. When I enter the VB 2008 Express IDE and attempt to load the project or solution files, the program loads and I get no error. The problem is that I get no data when this happens. The "Data Source" box displays a message that reads, "Your project currently has no data sources associated with it. Add a new data source, then data-bind items by dragging from this window onto forms or existing controls." The files did load properly for me once, but have not ever since. Does anybody have any clue as to what needs to be done here?

View 1 Replies

Billing Project Source Code?

Feb 1, 2008

send me source code for any billing project

View 3 Replies

How To Delete Data Source From Project

Jul 14, 2011

How do I delete a data source from a vb.net project. There is no delete/remove in the data sources window and if I delete the corresponding xsd file I end up with errors in the designer file. 'm having to do this because when I change a data

View 3 Replies

Project Open-source If Use .NET Languages?

Sep 22, 2009

I know VB.NET and i want to develop a program. Which i think later will be open-source if i fail to keep updating it. My question is : Is it possible to build open-source project by using .NET languages ? Or do i have to build open-source projects only using open source languages like Java,Ruby, Python etc ? ( I mean is there any restriction from microsoft on building open-source projects using their langauge and tools ?)

View 5 Replies

IDE :: Remove Source File From Project Without Deleting Them?

Apr 5, 2010

how can I remove a source file from a Visual Basic 2008 express project withtout deleting it??

I tried Build Action None and I get plenty of errors concerning .Dessigner file.

View 4 Replies

Source Code For Setup Of Project Application

May 8, 2010

Source code for setup of vb.net project application?

View 3 Replies

Add A New Data Source To Visual Studio 2010 Project?

Jan 7, 2011

im trying to add a new data source to my visual studio 2010 project. As it stands my project consists of a few windows forms. I plan on making it access a database (made in access, unless this is a problem), and be able to perform pre-set queries, search/sort, and basic delete,add,edit functions. I will hopefully be later adding the function to print reports according to the database entries.However, the problem i am having is that when i go on to data sources, and click add new source, the following happens:3, it asks me which connection i will be using, i click new connection, then in the new connection dialog i choose the following : Microsoft Access Database File (OLE DB), then i browse for the database i made in the 'database file name' box, Then i delete the default username in the log in to database bit, as my database has no protection.

View 3 Replies

Share Open Source Code And Contribute To Other Project

Feb 23, 2009

I'm looking for a place where I can share my open source code and contribute to other projects. Can anyone recommend me a site/community where there is lots of support and enthusiasm for open source?

View 3 Replies

Source Codes For A Restaurant Management System Project?

Nov 4, 2009

and Send me some codings for a restaurant management system project using any programming language preferably VB6,VB.NET,PHP&MYSQL,HTML with Javascripts[i][color=#000099][size=3][font=Times New Roman]

View 2 Replies

Cerate Installer Project - Install Framework 3.5 SP1 From Local Source Instead Download It?

May 7, 2009

I created a small application and an installer project for it. I can install and also run it, only thing htat i dont like is that during setup, it downloads .NET Framework 3.5 SP1 and this takes long sometimes. I want to have it on the installation CD later.

I have seen in the installer's detected dependencies, that there is the 3.5 framework contained and it has a InstallURL property = [URL]..I am a little confused about all the Framework stuff on this site - so just 3 simple questions:

1) which file exactly do i have to download,
2) where to put it and
3) what to write into the property InstallURL then? (Maybe needed to change also other properties)?

View 5 Replies

Linking A Data Source (Access 2007 Database) To A VB 2008 Project

Feb 1, 2011

After trawling around the net for a good few days, i decided to post something here.

Basically, i've got a problem linking a data source (Access 2007 database) to a VB 2008 project.

I've broken it down to having a problem dragging a table onto my form, when it generates the nav bar, it says "0 of {0}", and the table is empty (despite the actual database containing values)

However, this happens only at home, at college it works totally fine. The only difference that's obvious is that i'm using Windows 7 at home, and Windows XP at college.

View 2 Replies

Create Event Log Source As Part Of Installation - Windows Forms App, Vs Deployment Project

Mar 27, 2011

I have a vb.net windows form app that I am deploying as using the visual studio deployment project. The app needs to write event logs to the application log in the event viewer. For reasons explained here I need to create the event source during the installation process. Something like this to run as part of the installer

If Not EventLog.SourceExists(My.Application.Info.ProductName) Then
EventLog.CreateEventSource(My.Application.Info.ProductName, "Application")
End If

That code needs to be run during the installer with elevated privileges. So my questions are:

How do I execute that code above as part of the installer? How do I get the installer to do the UAC prompt to allow that code to run as part of the installation?

View 1 Replies

Add To Source Control Option?

Aug 15, 2011

What does 'Add To Source Control' do whenever I save a project in VB? Any articles related to this option?

View 2 Replies

Put IIF Function In Control Source

Jul 14, 2011

Wat wrong with below formula? i want put it in control source.

[Code]...

View 7 Replies

Binding - When Does Control And Source Sync?

Oct 8, 2010

First: I have a numericUpDown and a class that are bound.

Me.percent.DataBindings.Clear()Me.percent.DataBindings.Add("Value", options, "percent")When I change the numericUpDown the underlying class seems not to update. I have to click outside the numericUpDown to force validation and force syncing. This is very counterintuitive and will cause problems. How can I make sure the underlying data object gets the new value on valuechange rather than validate?

Second: After I change the numericUpDown I have an option that serializes the underlying data in an xml file. The underlying XML file does not always get the right data. To figure out what is happening I added a button that outputs the values of the underlying data object and it is always getting updated. In other words...the control and the object values always agree. The serialize

[Code]...

View 2 Replies

C# - Deploying A .Net App Source Control (SVN) Over 32-bit AND 64-bit Dev Stations?

Jan 13, 2011

Our Dev Team has heterogeneous OS systems, scattered between 32-bit and 64-bit. This is not ideal, we are actually planning to homogenize our infrastructure, but in the meantime we have to deal with it.The issue is that when a 32-bit developer checks out a 64-bit solution on SVN, he has to manually change the target platforms all over again to get it compiled (not to mention other side problems)

My question is : What clean (though temporary) solution could be addressed in such situation, permitting each developer to keep his default project/platform settings while checking out and in from SVN.I guess that -at least for the first time a project/solution is checked out, a dev still has to tweak the setting manually to compile it properly. After that, according to relevant SVN filters, it is possible to ignore some settings files (which ones, by the way?)

View 3 Replies

Configure Source Control To Work With .NET?

Oct 18, 2011

How can I configure Source Control to work with VS.NET

View 2 Replies

Control The Printers Paper Source?

Jul 29, 2010

How can i control the printers paper source?

Im printing a document but i want the user to only be able to print from the Manual feed tray on a HP 2055dn printer.

i currently have ths code in place but is anyone able to tell me if it would work or not.

i was using a print dialogue box but changed my mind as i just want to print the document as soon as the button is pressed.

' Allow the user to choose the page range he or she would
' like to print.
PrintDialog1.AllowSomePages = True

[Code].....

View 16 Replies

Get Page Source WebBrowser Control?

Jun 3, 2011

i want to get the html Source code of website,it something like:wb.Document...

View 13 Replies

Open Source Richtext Control For Net?

Jun 27, 2012

Is there any good richtextcontrol for .net forms i tried almost all extended richtextcontrols from several websites but there is no print like view for any control, i want to add deference system in my app but there is no free control available and controls like from [url]...are very expensive for a student. iam searching from last two months but find no results and tried hard to make my own control but found no idea to start with.

View 1 Replies

Source Control Causing Freeze Up

Mar 9, 2010

We are trying to implement Source Control with Visual SVN, Tourtoise, and Ankh. All works well once a project is placed in the repository. But, when you try to open a project stored on your local client, that is not stored in the repository, Visual Studio freezes up. (VS2008)

View 1 Replies

Source Control Causing Freeze Up?

Feb 21, 2010

We are trying to implement Source Control with Visual SVN, Tourtoise, and Ankh. All works well once a project is placed in the repository. But, when you try to open a project stored on your local client, that is not stored in the repository, Visual Studio freeze

View 7 Replies

VS 2010 In Cloud Source Control?

Dec 7, 2010

I'm looking to move all my code into the cloud using some sort of source control service. It must first be able to integrate with Visual Studio 2008 and 2010, and possibly other environments. Meaning something that's fairly popular among different development environments. The only source control I'm familiar with is VSS, but I think it's time to move away from that. I also prefer a free service. I know that there are only code repository services that are free, but I just don't know how that integrates with Visual Studio and source control.

View 28 Replies

Get The Page Source Of A Website Using A Proxy Without Using Any Ocx Control?

Jun 1, 2009

I need to get the page source of a website using a proxy without using any ocx control and as much as possible without using a web browser to make it more difficult When i get the source i need to fill a textbox and press a button. After i get the response as html.how to do this because i found alot of topics in this forum especially kelimna's.

View 5 Replies

Automatic Build With Source Control Monitoring

Sep 30, 2011

I am using SourceSafe 2005, and I have a project in VB.NET Framework 4.What I want is a way to automate the build process and hopefully integrate easy deployment. I'd like to be able to send an automated notification when a build is made that lists the comments of the SourceSafe check-in's in the body of the message.I've looked at a few options and some of them are confusing. I've seen it implemented with SVN, nAnt and CruiseControl, but it looks like it might take ages to set up being a novice of the aforementioned technologies.What would be the easiest way to set something like this up in your opinion? If I have to start using SVN for this, then that would also be a possibility.

View 2 Replies

Bind A Tree Control To A Data Source?

Feb 26, 2009

I need to create a new tree view, that is linked to a particular table.

Each row in the table has a parent id that links back to the table's primary key, and that defines the node hierarchy. So that relationship needs to be indicated in the databinding.

Am I able to use the standard treeview control in Visual Studio 2008, or do I need something extra to make this work?

View 2 Replies

IDE :: Possible To Bind (one) Control Into Two Table / Data Source

Dec 3, 2009

Resources: Visual Studio 2008 Pro (currently in 90 days trial)
Platform: OS - Vista Home Prem 64-Bit
Language : Visual Basic

I'd like to bind my textbox into two (column)from different table is it possible to do this? I already know how to bind (one-to-one) controls and table.

View 3 Replies

Update Source Of Databound Control In Code?

May 28, 2010

I have a textbox with its Text property bound to a datasource. How do I update the datasource in code?

View 3 Replies

VS 2008 : Get Certain Text In Source From Browser Control?

Oct 19, 2010

I'm using a webbrowser control to access an e-mail account, once there I need to find out how many emails currently in the inbox, and it's contained within certain tags and letters, and only them.The tags & letters are:

Quote:

<em>Inbox <b>(Email number)</b></em>

So i need to get what's inside the brackets, which also has tags and inbox.Only way I can see of getting that is regex? - Which I've rarely used.

View 4 Replies







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