tfcarlos's Q&A profile
Visual Studio Express Editions Error starting my project ...Root element is missing ...
If anyone knows how I can get my project back working It worked fine. Stop working at it. Restarted it a while later and I get ... {"Root element is missing. (C:\\Documents and Settings\\jmwatte\\Local Settings\\Application Data\\EyeToEar\\EyeToEar.vshost.exe_StrongName_withABunchOfNumbers\\1.0.0.0\\user.config)"} ... And I pray on my knees that somebody knows how to get everything back to normal again . I work in C#2005 Express Edition Beta. Thx jmwatte The file mentioned in the error message is the file that will contain the saved values of any changed user scoped settings when running your applicatio ...Show All
Microsoft ISV Community Center Forums Novice VBA User needs help with using data from input box for Cell Find
Hey all, what I'm trying to do is take data that is entered by the user in a InputBox and using it in a cell find. However, my code doesn't work. Any thoughts/ideas Thanks! Dim Message, Title, MyValue Message = "Which channel name do you wish to choose " Title = "ChooseOriginalChannelName" MyValue = InputBox(Message, Title) Cells.Find(What:="MyValue", After:=ActiveCell, LookIn:=xlFormulas, LookAt:= _ xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= False ) _ .A ...Show All
SQL Server RAM Upgrade
Hey, I'm planning to upgrade the physical memory of the server from 2 GB to 4 GB. The server is running Windows Server 2003 and SQL Server 2000 with SP4. From the OS point of view, the OS will be able to utilize the whole 4 GB of memory. But the SQL Server will only utilize 2 GB of memory no matter what, is there a way to enable the SQL Server 2000 application to utilize more than 2 GB of memory Thanks. Launch Management Studio and connect to the SQL Server instance you want to configure. Once connected, in Object Explorer right-click on the server and select Properties. This will launch the Server Pr ...Show All
Visual Studio 2008 (Pre-release) LINQ = .NET Framework 3 ?
WinFX is now .NET Framework 3.0, does this mean Linq is also 3.0 or will it be 4.0 or ... that's why I'm asking. because vista will include .net 3.0 (old winfx), does it mean it will include also linq ...Show All
SQL Server OLE DB or ADO?? plz give me a suggestion!
i am learn database access with native vc++, so ADO.NET is not electable for me. i wonder whether i should study OLE DB first or ADO. i've been working with ADO under VB for some time, it's very simple to use. but i dont think it's the best choice for vc++, i think it's OLE DB. but OLE DB is really difficult, too many interfaces, and properties!!! could u give a suggestion should i learn ADO with vc++ first and then OLE DB, or sould i learn OLE DB directly I would not suggest using ADO, use OLE DB if you're trying to stay native (since ADO has been superceded by ADO.NET). You could also use the C libraries that ma ...Show All
Windows Forms GUI Alignment
Hi, I've designed and developed my VB.NET apps in windows XP desktop. Now i have to deploy it into a laptop running on windows xp. the problem is , GUI alignment has been changed when i execute the apps in laptop. The resolution of the development system is 1024 by 768 pixels. ,, ,, deployment system is 1400 by 1050 pixels. i hope this one is changing the GUI alignment. so, i changed the deployment systems resolution to 1024 by 768. but still not aligned . Is there any property in VB.NET for auto alignment how to show the same gui Thanks hi, Is your problem solved If yes then can y ...Show All
Visual Basic When is DLL Main executed?
I am trying to load a dll and make it run code as soon as it is loaded without having anything called. Is dll main like a regular main where it starts running as soon as it is launched If not, how can I create that kind of effect When a dll is understood as a class library, there can be a constructor, that is a public routine that is executed when the class is instantiated. So that when you say dim a as New MyDll that constructor is executed. ...Show All
Visual Studio Team System ProfileLevel.Process level not working in profiler
I am measuring performance numbers using the profiler and am having some problems with the ProfileLevel.Process and ProfileLevel.Thread levels of profiling. My goal is to measure the times taken by a specific method. I call the following line of code at the beginning of my program to stop the profiler from collecting data before the method starts: DataCollection.StopProfile(ProfileLevel.Global, DataCollection.CurrentId); At the beginning of the method I want to profile, I have the following line of code: DataCollection.StartProfile(ProfileLevel.Process, DataCollection.CurrentId); which works fi ...Show All
Visual Studio Express Editions DirectDraw
I need to draw a 2D line to a hDC using DirectDraw...can some1 provide a code sample that is usingh gdi+ you imported Imports System.Drawing Imports System.Drawing.Graphics Imports System.Windows.Forms Public Class Form1 thats all GDI not DirectDraw...right ...Show All
.NET Development Binding XML file to DataGridView in Windows Applications with C#
Hi, Please forgive me if the question is too simple, I am a beginner. Part of my application I am working on requires a contact list (similar to the one in Outlook). I decided on the following: 1. Create a Class with public properties for the contact details (name, email, phone, etc.). 2. Use List<MyContactsClass> to combine each contact into an array. 3. Serialize List<MyContactsClass> to XML and store on a disk. 4. For retrieval and display, I have two options: o Use DataGridView bound to XML file. o Deserialize XML to my List<MyContactsClass> and bind this to ...Show All
SQL Server Using data from XML column as basis for LEFT JOIN...
I have a primary key in table1 in a single column of type int. I have another table "table2" that has an XML column. This XML column has values from the primary key in table1. I would like to return rows from table1 where the primary key in table1 matches data inside the XML column in table2 (the primary key). I have worked with CROSS APPLY, but cannot seem to use it to replace the LEFT OUTER JOIN syntax. I know the following syntax is wrong, but I posted it so you can get a feel for what I'm trying to do. SELECT table1 . ProductID FROM table1 LEFT OUTER JOIN ( CROSS APPLY table2 . ScdHash . nodes ( '//type0' ) ...Show All
Visual FoxPro Need solution for complex query
Hello, I am having trouble in getting the expected results. I have two tables as below. I need Idno,transdt,cd,cycdt,amt from joining two tables. The criteria is that if the transdt greater than same month of cycdt then we need get the next month cycdt and corresponding amount for that, if it is less than or equal to same months cycdt then get the same months cycdt and amt. Cd is dummy field which can be anything. I am using foxpro 6.0 idno,trandt,cd 12345,04/15/2005,cd1 12345,04/15/2005,cd2 12345,04/22/2005,cd3 12345,07/03/2005,cd4 12345,09/10/2005,cd5 3421,03/05/2005,cd6 3421,05/06/2005,cd7 3421,07/04/2005,cd8 3421,07/15/2005,cd9 34 ...Show All
Smart Device Development Printing from mobile device and compatibility
Hi, First I would like to tell u wat I am doing actually I am creating a windows form for device application which is link it to sql mobile edition 2005. So is definitely running on .net cf 2.0. So my question will this application of mind which is running on VS2005 will work on a device which is running window mobile 2003 Secondly the form which I am creating have some of the form component like text input and combo box etc etc. So once the form is filled actually I will have a button at the bottom of the form labeled as "print" which need to print my current form on a mobile printer. What is the best mobile printer that ...Show All
SQL Server Right-Click Table -> Import data GONE??
Hi all Apologies if this should be a tools question! In the 'good old days' you could right-click a table, select Import data and have the target pre-selected....not only does that no longer exist for SQL 2005 you now always have to explicitly select the source and target.... Is there a work-around or is this a security cleanup gone mad and is thus a 'live with it :( Hi Jamie You are of course correct, however this does mean that you have to explicitly select the source and target. My point is that beforehand you could implicitly select the target by right-clicking the table and select import data thereafte ...Show All
Visual Studio Team System How to produce different graphs from load tests results?
Normaly we do not work with time/step-based graphs in case of load test results. Requests Per Sec over # Of Connections or Time to Last Byte over # Of Connections would be more interesting. But - how to produce this with VSTS Any help would be great! (by the way: this is nearly the only thing I'm missing...) Frank http://www.contentXXL.com Business Content Management with ASP.NET Hi Tom, we have a set of sample Rosetta reports that graph RPS and response time over user load. We are working on a way to publish these reports to GotDotNet. We will post to the forum when these reports are ava ...Show All
