Nontechie's Q&A profile
Visual Studio Team System Error at 99.9% of installation - TF30076
hi everybody again... well..this is the history... im installing a TFS Single Server, sql 2005 ok, WSS 2.0 SP 2 ok (farm server), IIS 6.0 OK, win 2003 SP1 ok, everything ok i followed the installation guide everything was ok ....until at 99.9% of the installation (Team Foundation Server Setup)an error window shows : "Error 28100.Error loading Event web service"...so i reviewed the forum and nothing works...later i reviewed the log file and here ...Show All
Visual Basic Another DB question???? Access.....
I have a few DB's that I connect to. They are Access 2002. I have set all the columns in the designview to the datatype I need. For example I have a record that is decimal like .333333333 I have set the decimal places to 3 and when I return the record in the application I get .3333333333 even though I have TOLD ACCESS to round this 3 decimal places........... any clue on how I can just get the decimal places I want into my text boxes..... using ...Show All
Visual Studio Express Editions sharepoint services
Can Visual C# Express Edition be used to build Web Parts for Sharepoint Services Hi, Read the following post as well: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=57708 ASP.NET 2.0 supports building webparts but these are not compatible with the existing SPS 2003. Regards, Vikram ...Show All
Visual C++ Visual c++ .net licence agreement
A couple of months ago I bought a Visual Studio .Net 2003 Academic Edition. Unfortunately the licence doesn't allow the software to be installed on more than one pc (I didn't know at the time). Last week I tried to install it on another pc, but - of course - it couldn't be activated. The reason I want to do this is that I live with my parents in the weekend, without access to my own pc. Now I'm planning on buying Visual C++ .Net 2003, hopin ...Show All
SQL Server Obtain sqlceresultset table schema with GetSchemaTable
I have a SqlCeResult pointing to a table : Public conexion As Data.SqlServerCe.SqlCeConnection = New Data.SqlServerCe.SqlCeConnection( "Data Source=iPAQ File Store\GestionAlmacenN.sdf" ) Public ComandoCargaProductos As Data.SqlServerCe.SqlCeCommand = conexion.CreateCommand Public ResultSetProductos As Data.SqlServerCe.SqlCeResultSet Private Sub Form1_Load( ByVal sender As Object , ByVal e As Sy ...Show All
Windows Forms Help with clunky event handling
Hi all. I come from a background of many many years of coding in Delphi using ADO to hook into SQL Server. Now I am coding in Visual Studio 2005 using the ADO.NET layer and .NET 2 components and it feels like I have taken 10 steps back. Typically, I used to have all sorts of events raised in my db componets (in Delphi). BeforeInsert, AfterInsert, BeforeDelete, AfterDelete, BeforePost, AfterPost etc... Simple and easy to use. How do I acces ...Show All
Visual C# char in C# vs. chr in Visual Studio 6
Greetings, Why does char(92) in C# return \\ while chr(92) returns \ in all languages in Visual Studio 6.0, VFOX 9.0, and MS Query Analyzer etc. How can I fix it to work as the others Is this a bug Thank you very much for your help This is only the way the IDE display's the value to you in the IDE. Because \ is a escape char the IDE will display it as \\, but in you application when you add it to a label ore something only one \ is a ...Show All
Windows Forms commercial applications in .NET
I'm wondering if anyone has developed any commercial applications using .NET Is there any statistics on how many PCs have the .NET Framework installed I'm interested in developing an application using WinForms, but I don't want it to be a waste o ...Show All
Smart Device Development Need some advice from the Pros
Hi, I need some advice developing a DSP app on PocketPC (specifically iPaq 2215 , which is PPC2003 I think). I have been developing Windows apps for a long time using VS with C++ as well as C#. So I am quite familiar with Win32 and the .Net framework on Windows but when it comes to developing for the PPC I am a complete newbie. I have the following requirements for my PPC app: 1) Must be able to record and play back audio at th ...Show All
.NET Development SQL to retrievedata
Hey Guys: I have seen this done in a program and at one time i did it but not exactly get it right. I have two tables in my data base. The first is a table with the PubID and a number that corresponds with the second table with a list of titles. table1---is PubID----and number of title is 10----so when i enter the number 10 in the column i want the title to appear in column 3. PubID TitleNum Title 1411 10 ...Show All
Visual Studio Team System Assign group rights during the project creation
Hi, In a process template, is there a way to automatically assign permissions to a defined Team Foundation Group For example, i have a global server group which name is "Developers" and i would like to assign it automatically during project creation to "MyProject\Contributors" project group. I found how to create custom groups with custom rights within the " GroupsAndPermissions.xml", but not how to assign ...Show All
Windows Forms Cntl - A or Cntl-F in a multiline text box
Why can't I use either in a multiline text box. Cntl-A is most important for me, rather than having to click at the top and scroll down the whole text. dennist685 Hi, I just sent you a mail containing the project that I tinkered with. Try tweaking it and to find out what part of your code is missing... BTW, got a problem on sending a rar file to gmail. So I removed the extension. Just rename the file to ...Show All
Windows Forms How print the content of a datagrid in Windows Forms VB.NET?
Would you show me some code I have to print the contents of a datagrid. thanks If i'm not mistaken, taskvision got this type of function. Remco ...Show All
Visual Studio Express Editions mp3 tag - reading out and changing information of mp3-tag
Hello to all! I want to ask you: How can I read out information of a mp3 How can I change the mp3 informations Thanks I recommend the use of the .NET Library available at: www.id3.org Its relatively easy to implement and use. heres an example of how to use it: Imports HundredMilesSoftware.UltraID3Lib 'this will implement the dll for use Private m_FileName As String ...Show All
Visual Studio Express Editions Help with TextBoxes
Hi, I'm a Newbie. Suppose I have 20 Text Boxes; say TextBox.1 to Textbox.20. How can I access or add data to these Text Boxes by using a variable (e.g. put 5 in Box 5, put 9 in Box 9, etc.) I don't want to write a separate piece of code for each individual Text Box. Thanks, David. Hi Mattias, Could you give me a hint about how to create such an array Something like : Public MyTe ...Show All
