Software Development Network Logo
  • Visual C#
  • Windows Live
  • Visual FoxPro
  • Visual J#
  • VS Express Editions
  • Visual Basic
  • Game Technologies
  • VS Team System
  • Architecture
  • Microsoft ISV
  • Smart Device
  • Windows Forms
  • .NET Development
  • Visual Studio
  • SQL Server

Software Development Network >> dee-u's Q&A profile

dee-u

Member List

Elfreda
SKB2006
RookieBalbo
Jim Griesmer
Jingyu
Summerstreet
Silo4
Marco Minerva
Deepak Sivaraman
Curtis Graves
Dwz2006
AllenClark
HerrLinder
Rob R
Greg Jankowski
Lewishsu
kvieceli
Lokka
mike1942f
Sam09
Only Title

dee-u's Q&A profile

  • Visual Studio Team System error MSB3491

    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(2797,9): error MSB3491: Could not write lines to file "obj\INFAPNET.TENNET.UI.csproj.FileList.txt". Access to the path 'C:\Build\TENNET ERP\Nightly Build\Sources\INFAPNET.TENNET.UI\obj\INFAPNET.TENNET.UI.csproj.FileList.txt' is denied. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(3021,9): error MSB3491: Could not write lines to file "obj\INFAPNET.TENNET.UI.csproj.FileList.txt". Access to the path 'C:\Build\TENNET ERP\Nightly Build\Sources\INFAPNET.TENNET.UI\obj\INFAPNET.TENNET.UI.csproj.FileList.txt' is denied. Confi ...Show All

  • Visual Studio Express Editions updating a database

    I have tried very hard to get my database updated when I use the update/insert commands. I am running VB 2005 express edition beta 2. I read somewhere that VB does not allow modifying a database as opposed to Visual Studio where you can update a database. is this true and how can i fix the problem. more explicitly: Visual Studio.Net allows modifying whereas Visual Basic.Net standard edition supports only connecting and viewing a database. Thanks Thank you a ton for that link, I worked on figuring this out for two days and was completely confused. Barrett ...Show All

  • Visual Studio Team System The underlying connection

    I also get this errror, maybe because of many users simulated 00:04:55 ESTACION15 WebTest1 Scenario1 http://estacion15/gescomdllo/login.aspx Exception WebException The underlying connection was closed: An unexpected error occurred on a receive. view - at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.HttpWebRequest.MakeMemoryStream(Stream stream) See forum post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=327529&SiteID=1 . ...Show All

  • SQL Server Set Rectangle Size dynamically

    Hello there. The oringin problem is, there is no Gantt chart in ReportingServices. Now I try to solve that with a subreport. I want to send 2 coordinates (Location.Left and Size.Width), but it doesn't work. Is it possible to solve that problem using this or another alternative If yes, how Thanks in advance, Tobias Boehler The following approach using rectangles (instead of subreports) as an inline data visualization in a table or other data region may get you close to the desired behavior: 1. Add an embedded image to your report that will serve as the Gantt chart "bar" 2. ...Show All

  • Visual Studio Express Editions How to get started in Visual C++

    Hi I have basic knowlege of C++ (DOS environment), Please advise the best route to learning the basics of Visual C++, books, training etc. Regards Greg Ps I have down loaded the MS Visual C++ V 5 MS VC++ V5 Do you mean 2005 If you are already familiar with the C++ language then I think you should look into if it is .NET or Win32 that you would like to learn more about. At the Visual C++ Developer Center you might find a starting point. There you will find Learn Visual C++ 2005 where you have samples, walkthroughs and more. Codeproject is another really good place to find articles and ...Show All

  • Windows Forms ListView Items Sorting

    Hi, I have a listview controls which is filled with computer ID's. My problem is sorting them. When I sort them, the order is: PC1, PC10, PC11, PC2... Is There anyway to sort by the common order Thanks, Pedro Querido http://forums.microsoft.com/msdn/ShowPost.aspx PostID=18080 I found I compare to give less than accurate results. I discussed that and offered alternative code here. ...Show All

  • Visual C# Looking for Book Recommendations for C# (was: hello)

    hello i am interested in c#,but i known nothing about it. i want to read some  book ,can you tell me what book is i need thanks   TAG wrote:   itisapple wrote: hello i am interested in c#,but i known nothing about it. i want to read some  book ,can you tell me what book is i need thanks Nothing can be better then language specification: For C#1.0 = http://msdn.microsoft.com/net/ecma/   For C#2.0 (latest draft from April 2005)  = http://www.dina.kvl.dk/~sestoft/ecma/ All books will be based on thouse documents and will only add huge useless screenshots and buggy examples. y ...Show All

  • .NET Development Loading .NET v1.1 assembly in VS2005

    Hi! When I try to load a .NET v1.1 assembly dll in VS2005 I get an error message "MyAssembly.dll" is not a Microsoft .NET module. Are all v1.1 .NET framework assemblies inaccessible from VS.NET 2005 Is there a way to get a more detailed error description about why the load fails Thanks! Atmapuri Hi! Actually, compiled libraries do seem to work. The error message was due to a part of the code that was included in the assembly. After adding source files one by one, I found the culprit. I also used PEVerify to check for anything that the new framework does not like. Regardless, It seems rather unprobable t ...Show All

  • Windows Forms Bug in binding textbox to Child Table??

    I have a DataSet called dsArticlePlan1 with two Tables.  Master Table is "Article" and Child Table is "Plan".  Next I declare two different DataViews as follows:  viewArticle = dsArticlePlan1.Article.DefaultView  viewPlan = dsArticlePlan1.Plan.DefaultView  Next I set the DataSource of a DataGrid to viewArticle.  So far so good... The Grid shows my Master Table and wh ...Show All

  • Visual Studio How to hide a SubReport programmatically?

    Hello, We have 4 subreports on one rdlc file. The user can select any number of reports to display. How can we hide or display the selected subreports Since we have all 4 subreports in one rdlc file, the un-selected subreports display "Error: Subreport could not be shown" Please help. Thanks. You may want to read the documentation about using expressions: http://msdn2.microsoft.com/en-us/library/ms251668.aspx If you have e.g. a table group, you can edit the group. On the group properties dialog, there should be a tab for the visibility settings for the entire group. If you want to show/hide g ...Show All

  • Microsoft ISV Community Center Forums saving exel data

    i like to make a program  in visual basic where  at first i will open a exel file.then in a WORKsheet i will include some data and then it will save as a ms access(as a mdb file)all will happen in my program..then i will can do some quaries in access and open it in my program as a .mdb file. kindly help me. per the support engineer: Please clarify the requirements: Please let us know the version of Visual Basic you mentioned (VB 6.0 / VB.NET 2003/2005 ) Also the version of MS Office (Is it Office 2003 ) Please let me know if my understanding towards your desired application is correct or not: ...Show All

  • Visual C# How can I capture the event of closing a form?

    I have applied Form1_Closing() event handler to capture the Form-Closing event, but failed many times. I attempted to use this .Closing += new System.EventHandler( this .Form1_Closing ); to add the event handler, always suffered from a syntax error. Who can give me some successful C# source codes to fulfill the purpose. You might want to consider overriding the OnClosing event in your form rather than hooking up an event to it.  To do this, add the following code to your form: protected override void OnClosing( CancelEventArgs e) {   MessageBox .Show( "Test" ); } ...Show All

  • Windows Forms Total Value of a Column with conditions

    I am writing in VB and I have the following problem. I have a database where all my sales are stored, and I have different Sales People On a form I have a dropdown box with their names, a textbox, and a button.  I need help to write code that will bring me the total sales (Of the Selected Sales Person in the dropdown box) to the text box when I click the button. One of my column's in the database is for the Name of the Sales Person (name: SalesPerson) and there is one with the Sale Value (name: Amount).  Can someone please help me with the code for the button. I am ne ...Show All

  • Visual Basic to set help id for each menu item in menustrip

    hi, i have created a sample project in vb.net.i have added menu strip control to the form and created some menus.also i have added helpprovider control in the form.i am able to get help related properties in menustrip control such as helpkeyword,helpstring..but i am not able to get those properties for each menu item in menu strip.is there a way to set a help id for each menu item Thanks, Ganesh ...Show All

  • Windows Forms Framework Version

    Is there a way to get the version of the latest installed framework as a string value  For instance, if I have v1.0.3705 and v1.1.4322 installed, the v1.1.4322 would be returned. Ah, okay.. Not sure how to do that... There are some registry keys from which you can interpret the value, but I doubt that's what you want to do... &nb ...Show All

©2008 Software Development Network