Software Development Network Logo
  • Audio and Video
  • Microsoft ISV
  • SQL Server
  • Windows Forms
  • Visual FoxPro
  • Game Technologies
  • Smart Devicet
  • Visual C#
  • IE Development
  • Visual Basic
  • Visual C++
  • .NET Development
  • Windows Vista
  • Visual Studio
  • VS Team System

Software Development Network >> Aneel's Q&A profile

Aneel

Member List

Andy Morton
WhitebearJPN
xxfredxx
wsaunders
Sam Hobbs
osamaT
Node_Pointer
pu132
JLarkin
danleis
yanyee
Abbasi
CodeMan7777
MarkOlbert
Ketchup06
Dimmi3
R.Tutus
Shepherd
nibsi
Kumar Palanisamy
Only Title

Aneel's Q&A profile

  • Visual Studio Team System Failed to create New Team Build Type

    Hi, I trye to create a New Team Build Type, but it does not work. An error box is displayed with the next message: "Failed to retrieve data from the server. Please verify that the Team Foundation server is running and try again." But the TFS is running normally, and I work without any problem. I'm using a workgroup version of the TFS, and I'm an administrator of the Server... Can you help me please 17 $\ C:\Company\Projectos\ 1 37 $\Project\ d:\Builds\Project\BuildTest3\Sources\ 1 39 $\Project\ d:\Project Builds\Company.MMIBuild\Project\Company.MMIBuild\Sources\ 1 44 $\Project\ D:\Project Builds\Company.MMIBuild\Project\Company.MMIBuilds\Sources\ 1 47 $\Project\ d:\ProjectBuilds\Company.MMIB ...Show All

  • Windows Forms Drawing/Undrawing a Selection Rectangle

    Hi I'm trying to drawn a selection rectangle in C#, you know the same kind as you get on the winforms designers to pick controls The dragging and drawing is straightforward enough but clearing the old rectangle when the mouse has moved is proving to be tricky. Hazy distant memories of university tell me that the way to do it is to draw the rectangle using XOR then redraw the old rectangle using XOR again to clear it when the mouse has moved (and then draw the new one etc. etc.). However, I can't find a way of drawing the rectangle in this way. Can anyone help, or is there a better/standard way of doing this I've got it running just now by redoing the entire Paint between mouse moves, but this is slow and not as responsive ...Show All

  • Visual C# How to export OS EventLog in .evt format

    Hi,          How to export the OS EventLog in .evt format and open the exported file using EventViewer.  I tried my level best, i could not find any solution. Please help me. You could PInvoke the BackupEventLog function. ...Show All

  • Visual Studio Automation only gets the most current version of a file

    Previously, I archived the database, then restored it. I am not sure if this was the root of the issue or not. Now, when I use automation to get a previous version of a file, I either get the most current version of the file, or I get the error message: " An item with the name $/ASP.NET Projects/Intranet_DotNet.root/Intranet/AccountingModule already exists ". A call to GetVersionByLabel always returns the most current version number instead of the version number of the labeled file. A call to GetVersionByVersionNumber will return the error mentioned above if the version number is not the most current. I know the files in the VSS database are there because I can launch the VSS client and look at the history, and manual ...Show All

  • SQL Server Transaction disappears performing updates

    OK, I actually have a solution for this, what I need to know is the why ... I have PowerBuilder code that starts a transaction then calls a stored procedure. That SP performs a bulk update on a table with a trigger. That trigger then loops through the updated rows, and performs individual updates on a second table. It then returns to the PowerBuilder code (with no errors), and I call commit. At this point, I get an error that the commit trans has no corresponding begin trans. (Checking the DB, no records have been updated, so apparently it rolled back the transaction on me). I can call the SP directly in Query Analyzer, and it runs without a problem. The bulk update in question updates about 10000 rows - I've found that if I cut that ...Show All

  • Microsoft ISV Community Center Forums MS Office document and image writer print driver

    Besides removing this feature from Office during setup, is there a process to remove this virtual printer from 300 users with roaming profiles on an active directory network We are having an issue with this printer assuming the "default printer" selection for our users. As a work around we have changed their default printer, but after they reboot or log off / on it has defaulted back to the MS Ofc doc and image writer printer. Hello, I have the opposite problem. I have users who have had the icon for the Office Document Image Writer deleted under Printers and Faxes. You mention above that it is easy to reinstall the virtual printer. Could you point me to the directions for reinstallation pleas ...Show All

  • Visual Studio Express Editions Ugh....Driving Me nuts....

    I am in the middle of writing a prog that takes a file within a directory on a HD renames it to the directories name and then places the newly named file on the root of that HD. Here is the code. and I am not getting it.....I would really appreciate your help. Thanks Imports System Imports System.io Imports System.IO.DirectoryInfo Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim dlg As New FolderBrowserDialog Dim FileNamesSelected() As String Dim SelectedFolder As String 'Dim FileFound As String SelectedFolder = Me .FolderBrowserDialog1.SelectedPath FileNamesSelected = System ...Show All

  • Visual Studio Customize Report Viewer Toolbar

    Hi all, How can we write the code to customize the toolbar provided by report viewer. Example add new button call "Help" in the toolbar and with our own source code. Thanks kendy been having the same problem untill I came across this A Workaround to Customizing and Localizing the Microsoft ReportViewer .NET Toolbar Hope this helps!!! ...Show All

  • SQL Server Slow VS2005 performance while designing reports

    I'm designing SSRS 2005 reports in VS 2005 Professional Edition. I have 2 performance problems that make me really angry: 1. Designing reports takes so long! After each click I have to wait a couple of second, the more complicated the report is, the more time I have to wait. The processor is on 100% during this "waiting". I don't know what he does, maybe updating the .rdl file after each change. But it's really horrible! Right now I'm designing a report for my customer with about 10 data regions and only 30% of my time is designing it, the rest I just sit and wait. 2. Dynamic hiding of solution explorer tab Terrible ! maybe 20 seconds until it hides! Please help! Do I need a fix or is it a common issue I haven't f ...Show All

  • SQL Server Deploy/edit reports in sharepoint integrated mode

    Hi, I'm working with the Dec CTP of SQL 2005 SP2 and the associated Sharepoint addin. I've been able to get a report created in VS2005 and manually uploaded to the Document Library holding reports, and the report works when I open it (using an internal datasource, not shared). My first problem is I can't get VS2005 to deploy datasources or reports to my doc library. I have configured TargetDataSourceFolder http://server/site/doclib TargetReportFolder http://server/site/doclib TargetServerURL http://server/ When I try to deploy my Shared Data Source, it asks me to login, and will not accept my credentials (I am farm administrator, and site collection administrator, and local administrator, and a site owner) Secondly, for ...Show All

  • Visual C++ LNK2020 unresolved token std.allocator<int>::<MarshalCopy>

    I am building a simple MFC dialog based application in VS2005 with CLR support. I am linking to a number of 3rd party (dynamic) libraries. I get the following error while linking: LNK2020 unresolved token std.allocator<int>::<MarshalCopy> What can be the cause of such an error Hi Alan, Sorry for the late response. Linking with verbose on generated a build log of 249KB. Not the best idea to put it here :). However I was not able to treace the cause of the problem. What should I look for in the log Can I attach files to the posts here ...Show All

  • Visual C# Unable to load configuration from the XML configuration file: <My Config File>

    I have this strange issue, when running my application from a network share that has a config file I get the following error message. Unable to load configuration from the XML configuration file: 'H:\Rufus.Net\Code\Bnye.12.51.15.2\Rufus\Redist_Release\RFS.exe.config'. This can be caused by a number of problems, but the most common problem is an incorrectly configured Updater configuration file. The most probable sources of error are: missing nodes, incorrect attribute names, white space within attributes or within elements, white space between elements in the same sub-node, badly formed xml, or xml that does not conform to the ConfigSchema.XSD. I don't get this problem running it locally. Also I've tried setting Full ...Show All

  • .NET Development error in updating the database...

    hi, i am trying to run the following code, which changes the cell value of a dataGridView. when the changes are being made, i want to reflect those changes in the table (database which is present in the sql server).i am using VC#.But as soon as i run this code, the new value is displayed in the dataGridView but it is not updated in the database...can anyone help me to find out the mistake or the corrections which need to be made in the code so that i can run my project.... SqlConnection sqlCN = new SqlConnection (connectionString); sqlCN.Open(); string selectCommandText = "SELECT * from test2" ; SqlCommand sqlCmd = new SqlCommand (selectCommandText, sqlCN); sqlCmd.ExecuteNonQuery(); sq ...Show All

  • Visual C# How to get control properties?

    Hi, I would like to know how get all the controls in a panel, I use the panel1.Controls.GetEnumerator(); but then I can't get the attributes (name, location, text) of that control. Is there any way that I can put all the Controls in a list/array wherein I can access the control's properties   Hi, panel1.Controls already serves as a collection of controls, put on the panel1. To run through them you could use foreach statement, something in a way of: foreach ( Control control in panel1.Controls) { if (control is TextBox ) { TextBox textBoxControl = ( TextBox )control; string text = textBoxControl.Text; } else if (control is CheckBox ) { ...Show All

  • .NET Development RichtextBox Selecton

    I have a richtextbox and i want when the user select some text , to find in what line begins the selected text ,in whitch character of line and the length of selected text. Thank you. length of the selected text is given by the SelectionLength property of the richtextbox control. In regards to the current line position in the selected text. You can look at the SelectionStart property to see which character is the starting point of the selection. In regards to which line number...not sure but hope this helps you! ...Show All

©2008 Software Development Network