richqwerty's Q&A profile
Visual Basic Deployment .NET 2 problem
Hi all, I have a window form application. This is program i converted from VB6 to VB.NET (.NET 2). This program use ADO, and some COM. I use setup project to deployment this program. Everything is ok, when i install setup program to client machine but i can't run it. (the client machine has .NET framwork 2). But when i install .NET Framework 2 SDK, i can run my application. Someone tell me the reason why I think we only need the .NET Fra ...Show All
Visual C++ Win32 DLL ??
Hey I create a Win32 DLL with ATL support in Visual Studio 2005 and i compile the dll and everything works fine on my computer there has Visual Studio 2005, but when I tried to run the dll on a machine there does not had VS 2005 i get a error 'Please reinstall the application' I think it has something to do with version of msvc*.dll, but i 'm not sure, if it is how do i set the properties in VS 2005 . To work with older version of msvc*.dll ...Show All
Windows Forms Master Detail grid with typed dataset.
I have read a lot of article which explain the Master Detail DatagirdView which is from two tables(Customer and CustomerOrder) . But mine is a bit complicate, hope someone can help! I have a Typed Dataset(Dataset1), which is from two store procedures(GetBrokerFirm, GetBroker). I am also using the Application Blocks(SqlHelper) Master Grid should show data from GetBrokerFirm. Detail Grid should show data from GetBroker. I have two i ...Show All
SQL Server Invalid Semantic Model
Hello While following the instructions on the tutorial "Creating a Report Model Based on an Analysis Services Cube", I got this error when trying to create the report model: The semantic model is not valid. Details: The element 'Entity' in namespace 'http://schemas.microsoft.com/sqlserver/2004/10/semanticmodeling' has incomplete content. List of possible elements expected: 'IdentifyingAttributes' in namespace 'http://schemas.micr ...Show All
Visual Studio Team System TFS Connection Exception
I've had TFS Beta 3 running well for a few days. Today, I'm unable to open my project from Team Explorer and the server is full of the following event log entries. Any thoughts Event Type: Error Event Source: Tfs Event Category: None Event ID: 3000 Date: 10/13/2005 Time: 2:42:46 PM User: N/A Computer: PRSNETTEAM Description: An unexpected condition has occurred in a Team Foun ...Show All
Smart Device Development I cann't select DMA transport for my localized emulator
Hi, I've installed: VS 2005 Beta2 Windows Mobile 5 SDK for Smartphone Localized Windows Mobile 5.0 Smartphone Emulator Image (CHS) ActiveSync 4 and DMA patch. . I can select DMA transport for the original emulator, but there is no DMA transport option is available for the localized emulator, so how to use DMA transport for my localized emulataro image thanks. The DMA patch is English only.&n ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Dramatic memory leak in DrawText
I've been banging my head against the wall for the last few days trying to track down the source of a rather big memory leak in my Direct3D-application. Turns out the culprit seems to be the DrawText function. Let me explain exactly what happens: I'm using a variable width truetype font (Times New Roman) created through D3DXCreateFont. I'm using this in various parts of my application, but the part where the problems are easiest to notice is ...Show All
Visual Studio Team System What was about Extensibility Toolkit?
Hello everybody, what end has made Extensibility Toolkit, who had to become Team System SDK ...Show All
Visual Studio SourceSafe, VS.NET 2003 and Stored Procedure Versioning
Hi, Any Help I am version controlling my stored procedures via .NET IDE & VSS. Background: ================== I have VS .NET 2003, Visual SourceSafe v6.0d and MS SQL Server 2000. When one wants to version control their stored procedures, they can do this fairly easily through the VS.NET IDE. As an FYI - If you care - Here is an old sample of how to do this http://weblogs.asp.net/fmarguerie/archive/2003/02/24/2880.aspx ...Show All
Visual Studio printing problem
I followed the steps in the tutorial "Printing and Setting Print Options" in the "cr_vs2005_walkthroughs.pdf". But I got problem when printing the report to a network printer (eg. @"//marketing2/hp LaserJet 1000"). It works if I print the report to the local printer. I am using VS2005 beta2, and "report.PrintToPrinter(1, false , 1, 99);" to do the printing job. When I tired to print to a network printer, I got error: "The RPC server is ...Show All
Visual Studio Team System Class Name column in the Test Results?
Is there anyway to get the Class Name column added to the list of available columns for the Test Results pane It is available in the Test Manager, and it seems to be the best column to use to fully qualify the name of a test; If you are running a lot of unit tests that have the same name, but are in different classes, there is no real way to tell them apart in the results pane. For example if I have 5 classes, all of which have ...Show All
Visual C# Break points are not getting hit in ASP.NET (C#)
Hi, I am a newbie to .NET, recently I installed .NET. I could not debug using breakpoints, breakpoints are not getting hit, but the application is working fine with out any issue. If I press F5 or Start Application is working fine. “Start without debugging” is also working fine. But the breakpoints are not getting hit by the process. I am not getting any error. It would be grateful if you give me a solution for this issue. I created ...Show All
Visual Basic Painting User Control in a DataGridViewCell
If you've read my previous thread then you'll know that I'm creating a user control that consists of a TextBox and a DateTimePicker. This control allows the user to pick a date, which is then displayed in the TextBox. The advantage of this (over just using a DateTimePicker), is that the user can delete the date string in the TextBox and leave it blank if no date is required. Anyway, in my previous thread I had an error with trying to hook thi ...Show All
Visual Studio 2008 (Pre-release) Modal "something" in browser app
(I know this is a bit off topic…) I want to make my own modal dialog using a CustomControl or Popup with buttons. But how can I stop program execution and wait for a button to be pressed I mean something like this: public class MyOwnDialog: CustomControl { public static DialogResult OpenDialog(string question) { //Add control to window, and hook op buttons. //But how do I wait for button clicks } } Usage: private void OnDeleteCu ...Show All
.NET Development SerialPort SerialDataReceivedEventHandler
Hi, I can't figure out how to get the event handler to work when data is received on the com port. I've looked around the forums here and I downloaded a console sample program that I tested on my computer and it works. But when I try and apply the same Idea to my C# windows form program I can't get the event to fire. Am I doing something wrong Some other post on the forum were talking about using different threads for the SerialDataReceive ...Show All
