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


ADVERTISEMENT

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

Game Programming :: Loop Causing Application To Freeze?

Mar 15, 2009

I'm having some wierd problems with my Looping. I'm was using a thread to start a looping routine to sample the keyboard for pressed keys. The loop worked fine when I made a call to it from the thread in my form load routine. However when I just made a call to the samplekeys routine without using the thread my application will freeze and it won't load.I'm making the call in the form load routine. Private KeyThread As NewThreading.Thread(AddressOf SampleKeys)hen start the thread in the form loading procedure , but if I just make a direct call to the samplekey routine without using a thread my application freezes.Here is the the thread don't think there is a problem with it.

Public Sub SampleKeys()
Dim N As Integer
N = System.Environment.TickCount

[code].....

View 1 Replies

My FileUpload Control Freeze

May 22, 2012

First off I'm using aspx pages with Visual Basic .net 2008 for the code behind.

I'm using a FileUpload control on an aspx web page to upload files to the server.

When I click on the Browse button I get a dialog box to select the file. I select the file and click the Open button and the entire file path populates the textbox portion of the control, just as it should.

However, when I use the same process to select a second file, after clicking the Open button it takes over 2 minutes for it to populate the textbox portion.

View 2 Replies

.net - What Could Be Causing "an Item With The Same Key Already Exists" Error While Adding A Data Source

Dec 27, 2010

I have a VB.NET WinForms application. While adding a new data source, it is giving "An item with the same already been added" on the Add Data Source wizard form.

The application does not contains any existing data source.

What could possibly be causing this error, and how might I go about resolving it?

View 1 Replies

VS 2008 Make Control Freeze Like Design Time?

Jun 12, 2009

Can we make the Combo Box not drop down if we click on it even though it have item in the list, button not click-able even though it have the on_click event..textbox not allow to set focus but not in disable mode...everything like design time.. because I want to do drag and drop control like visual studio.. but I can drag now, just when I want to click the control to drag, the control still remain the default function...

View 1 Replies

WPF User Control Is Causing Out Of Memory Exception?

Mar 8, 2010

I have created a windows form based application and I want the form to add a user specified amount of user controls (with textboxes) on to a panel. The user can then click some button and the controls on this panel are cleared and new ones are added. The user does something and the process is repeated. Now, I wanted these textboxes to support spell checking and looked all over for a free solution.

WPF textboxes support spell checking where the ones in regular win forms do not. I thought I would be able to use these WPF textboxes by adding them to an ElementHost object which is, in turn, within a panel. This panel would be a user control.

So, in my application, I would be able to add instances of these user controls onto the form and make use of .NET's spell checking goodness. This actually worked but after using the application for a while, found that the application would eventually freeze on me due to out of memory errors. I have pinpointed the memory errors to these WPF controls since this problem does not happen with normal textboxes.

When the window is opened and the number of controls is specified, this is pretty much how the controls are added:

Dim xOffset As Integer = 0
For i As Integer = 0 To theNumber
Dim myUserControl As New SpecialUserControl()

[Code].....

There are a lot of results on the internet when I tried to find a solution and I'm thinking that the problem I am having is due to the fact that the WPF control is not going away even after clearing the panel. Following this conclusion, I have tried different solutions regarding disposing these controls or setting them to nothing but the memory problem keeps occurring.

View 1 Replies

Alternate Designer - Freeze The Controls From Interacting With Clicking Or Key Presses Without Disabling The Control Itself?

Dec 30, 2011

A recent project of mine has been to make a designer. I've finished everything, but when I click the controls to show the properties window, the control interacts with the cursor. So my question is: How do I freeze the controls from interacting with clicking or key presses without disabling the control itself?

View 11 Replies

.net - Repeater Control Causing Invalid Postback Or Callback Argument?

Jan 31, 2011

I have read through many of the questions related to my situation but I have not found one that does. I currently have a repeater with 4 bound items to it, clicking on a button in the repeater causes my error, below is the markup and codebehind. Can someone explain to me why this is happening and the fix for it? (I have excluded the page decleration and just included the page_load event. let me know if i should cut and past full code in)

[Code]...

View 1 Replies

Make Application Working Better And Never Freeze / Make Application Working With Any Count For Loop Without Freeze

Jan 19, 2012

I'm using loop to read data from sql and then make some calculations then save it again to another table but when application loop for 3 or 4 times it's freeze but the job is done but if loop = 10 or more then it is freeze and hangup for long time .i need to learn how to make my application working better and never freeze and make application working with any count for loop without freeze .

View 7 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

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

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

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

VS 2010 Open Source Ribbon Control?

Nov 16, 2011

I have stumbled upon a open source ribbon control (here) that looks perfect for my little project at work.

My problem is that I cannot get it to build in VB.Net 2010 Express Edition. I created a new project with the standard form1.vb. I then added the reference to ribbon dll. But I get errors when trying to build the app. I have attached a screenshot with the error.

View 6 Replies

What Files/folders Must Be Added To Source Control

Oct 3, 2011

I need to know what files and folders must definitely be added to source control, and what files/folders can be left out.

I know I can leave out bin/ and obj/, along with the .suo file since it's user-specific, but what about the rest of the tree?

FWIW, here's a one form + one module project:

Directory of C:ProjectsMyAppWindowsApplication1
03/10/2011 15:04 3.040 Form1.Designer.vb
03/10/2011 15:04 5.814 Form1.resx

[Code].....

View 3 Replies

Windows - How To Open Plugin In Tab Like Source Control

Jul 15, 2009

I am creating a Visual Studio .NET plugin using DXCore for my group to use and have been trying to figure out how to open the plugin in a tab like source control does instead of it opening in a new window.

View 2 Replies

Congigure Source Control To Work With Visual Studio ?

Jun 6, 2009

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

View 3 Replies







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