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

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

jcarranza

Member List

Dirk Myers - MSFT
ernieracer
karenpcg
Manish Agarwal
Kirill Gavrylyuk
Karunakaran
D.G.
Wes Williamson
Matt_Bruce
Dominic99Rus
asiu
MikeTheMechanic
Manu Goel
ScottMilener
dallanadia
Degsworth
Mark Michaelis
AlexeiOstrov
Dysfunkt
neil mosafi
Only Title

jcarranza's Q&A profile

  • Visual Studio Team System TFSDeleteProject.exe fails to delete projects which fail in their creation but are partially in existence

    I posted a bug for this on the bug reporting site: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=a02f3956-e1c7-43f3-99f4-0a6959ee81b7 MS say they have fixed it in v1, however, does anyone know how I can remove projects manually from source control or reporting services manually for an orphaned project We ran into one last issue in this process I thought I would share.  On some of the machines, the deleted projects were still appearing in the source control explorer.  (Even attempting to do a "New Team Project..." on those boxes and creating a project with the exact project name that had bee ...Show All

  • Windows Forms how to check if app is alreeady running?

    Anyone know how to do this Thanks Deasun Check out this article on creating Single Instance applications in Windows Forms http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnwinforms/html/reaworapps1.asp ...Show All

  • Visual Studio 2008 (Pre-release) Problem with IIS hosted service

    Hi everyone, I have successfully created a service hosted in IIS 6. Everything wok fine with Anonymous access enable. I get the following error when I turn off anonymous access. Failed Authenticate TestFacNet Test method TestFacNet.TestServiceAplicationFacNet.Authenticate threw exception: System.ServiceModel.Security.MessageSecurityException: The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate,NTLM'. ---> System.Net.WebException: The remote server returned an error: (401) Unauthorized.. My client code look like this. I'm not using a co ...Show All

  • Visual C# Word/Text Control for .NET?

    Hello, I am writing a text editor in C#. Where can I find a good and free text control - similar to Word. Thanks! Matt Hi, I guess that something as complete as word would be hard to find but you can try various sites like: http://www.csharpcorner.com/ http://codeproject.com/cs/miscctrl/ http://windowsforms.net/ or you can try the good old google: http://www.google.com/search q=c%23+free+text+editor ...Show All

  • Visual Basic Tabbed Browsing - Struck a problem.. Please help...

    Hi everybody, I have started making my own tabbed browsing but i dont know how to use the webbrowser progresschanged sub without having an intial object 'WebBrowser1' - all of them are made programatically and names are stored an ArrayList. How can i add Private Sub WebBrowser1_ProgressChanged( ByVal sender As Object , ByVal e As System.Windows.Forms.WebBrowserProgressChangedEventArgs) Handles wblist.item(itemname).ProgressChanged I also need the System.Windows.Forms.WebBrowserProgressChangedEventArgs for each browser. When i tried typing it in manually some help files mentioned WithEvents - is this where i shou ...Show All

  • Visual Studio Express Editions VStudios Install Problems

    I have attempted to install Visual Web Developer several times. This is the first install. I do not have any previous (Beta) installations to remove. I do use .NET 2.0, however it does not appear to be a Beta version. In any case, I have attempted installation once after removing it with no difference and no success. Removing .NET 2.0 does play havoc with OneCare. The only other anomaly might be that I am also using the Beta Release of IE. In all cases, the result is a process that hangs with the setup ribbon at the end ultimately failing to respond and requiring setup be terminated with Task manager. Suggestions would be appreciat ...Show All

  • Visual Basic Concatenating Full Name

    Using this SQL statement, how can I concactenate the FirstName,LastName and MiddleName using the text values inputed by the user to come up with the value of FullName with this format LastName,FirsName MName Dim str As String = "INSERT INTO PATIENTS(FirstName,LastName,MName,FullName)VALUES('"&tboxFirstName.text&"','"&tboxLastName.text&"','"&tboxMName.text&"', ) thanks.... You need to make sure you have spaces in there and the last field is simply a concatenation of the prior three fields. Dim str As String = "INSERT ...Show All

  • Visual Studio Express Editions Issues with .Net Framework error

    I'm working on building a simple program using the Windows Forms template, unfortunately most people I've tried to get to use the program have gotten this error: "To run this application you must first install one of the following versions of the .Net Framework: v2.0.50727 Contact your application publisher got instructions about obtaining the appropriate version of the .Net Framework." Any idea how I can clear up this error As you're using C++, you have two options. First, write an app that does not use the .NET framework, or second, install the .NET framework 2.0 on the target machine. The expre ...Show All

  • SQL Server Date field cannot be null!

    Visual Basic 2005 Professional Edition: I have an SQL database table that includes a BirthDate field. I would like to have this field as optional when adding a record, but, SQL insists on throwing an exception if the field is null. With this it looks like your table design has the field set not to allow nulls. You will have to alter the table definition to allow nulls for that field. This can be done in raw tsql, or using the table design views in either of the management studio tools. ...Show All

  • Visual Studio Team System Problems when uploading a process template in queries task

    Hi, I'm having that problem when trying to upload my process template to the server and I don't know how t solve it. Here is the error message Event Description: TF30162: Task "Queries" from Group "WorkItemTracking" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: Expecting SELECT. Here is my workitems.xml file: < xml version="1.0" encoding="utf-8" > <tasks> <task id="WITs" name="WorkItemType definitions" plugin="Microsoft.ProjectCreationWizard.WorkItemTracking" completionMessage="WorkItemTypes created&quo ...Show All

  • SQL Server Convert row data into Column

    Hi members I got the result set as shown below (By executing another query i got this). Month Status Count ===== ====== ===== April I 129 April O 4689 April S 6 July I 131 July O 4838 July S 8 June I 131 June O 4837 June S 8 May I 131 May O 4761 May S 7 But, I need the same result set as below Month I O S ===== = = = April 129 4689 6 July 131 4838 8 June 131 4837 8 May 131 4761 7 Can anyone provide me the tips/solution. Select Month SUM(CASE WHEN Status = 'I' THEN Count END) AS I, SUM(CASE WHEN Status = 'O' THEN Count END) AS O, SUM(CASE WHEN Status = 'S' THEN Count END) AS S FR ...Show All

  • Smart Device Development Current version

    I was wondering what the current version of the device emulator is. I couldn't find it on the website. I have version 8.0.50215.35 and maybe need to update Thanks. You have the latest version available as a standalone download. There is a later version (8.0.50.727.42) which is availalble as part of VS 2005. The update of the standalone download is currently in progress and should be available shortly. Thanks, Vladimir ...Show All

  • .NET Development "Stream was not readable" error

    Hi, the following simplified code sample sends a post request and attempts to read the response body stream. I'm posting to the vs2005 web dev server. If i try to run this code more than once between dev server reboots i get a "Stream was not readable" error. This only happens when i attempt to post, get's work fine. the response body is exactly the same in both cases. The dev site code is implemented as an http handler. could this be some kind of buffer corruption issue thanks, steph. private void MakeRequest( string uriString) { Uri uri = new Uri (uriString); HttpWebRequest request = ( HttpWeb ...Show All

  • Visual Studio Tools for Office Serious Error while deleting the row

    Hi, I am using following code to bind the ListObject: DataSet dsTrims = new DataSet (); dsTrims = MyDataAccessLayer .Provider.ExecuteDataSet(System.Data. CommandType .Text, strWhere); this .bindingdataSource1.DataSource = dsTrims.Tables[0]; myListObject.AutoSetDataBoundColumnHeaders = true; myListObject.SetDataBinding(bindingdataSource1); All the data get visible to listobject when run the application. I can also insert and update row into excelsheet/listobject and this insert and update also takes place into the dataset through which listobject is bound. And from there I can easily put logic for updatig dat ...Show All

  • Visual C++ For port Interfacing

    Hi. I am new to Visual C++. I've used Turbo C for controlling motors. When I wanted to send data at parallel port via simple outport commands , it didn't worked in windos XP but it easi;y worked in windows 98. Plz tell me how to do it in windows XP. And can Visual C++ be used to send data via parallel port using simple commands because I want to make a grphics interface. I'm having the same problem. I have tried to use "inpout32.dll", but whenever I run my program, it shows an error of not being able to import the dll. I did #import "directory/inpout.dll" but it doesn't seem to ...Show All

©2008 Software Development Network