mmssi's Q&A profile
Visual C++ AssemblyInfo.cpp
when I'm creating a new Console Application, My VisualStudio.net does not load the AssemblyInfo.cpp file. What should I do It loads all of the necessary header files but not assemblyinfo.cpp. Or can anyone tell me how co create one. No repro here also. One comment. Win32 Console Application does not create assembly info. CLR Console Application wizard does generate assemblyinfo.cpp. Try this on another c ...Show All
.NET Development !dumpheap -stat is not working
Hi, I'm trying to debug a memory leak in the .NET program. I got the memory dump from the ADPlus.vbs. I use the windbg, load the sos.dll, and try to use the !dumpheap -stat to exam the content of gc heap, nothing showes up from the !dumpheap command. Worst after I issued the !dumpheap command, the windbg hangs up. Can anyone help me to get the !dumpheap working Thanks. Bobby Bobby, Ensure you have ...Show All
Visual Studio Express Editions Missed only one think: Code Friendly
Hi to everone! I'm install VC++ 2k5 express and PSDK, now I'm in the heavens Only few things crashme down to the reality: Why generated code is not friendly and clean (read: partial classes) like VC# 2005 Any forecast to bring up this Irritating refactoring error, basically any alteration leaves fragments of code. You can't rename the main form, in fact, you cannot rename nothing therefore it do not propagate the alteration. ...Show All
Visual C# UserControl Terminate or Close Event
Does anyone know of an event for a UserControl that fires when the UserControl is closed by the user In VB6 there was a terminate event. In windows forms there is a close event. I haven't been able to find an equivalent. Thanks in advance for you help. Provided you are sure that the Dispose is being called on the user control when it is closed you could listen for occurrences of the Disposed event. Otherwise I’d have to suggest implementing ...Show All
SQL Server SQL 2005 woes
I installed VS 2005 & SQL Server 2005. When I use SQL Server Management Sudio, I can create a new database in SQL Server 2005, but when I try to create a new table in that database, I get the following error: "Class does not support aggregation. Microsoft.Sqlserver.Sqltools.VsIntegration" any help would be appreciated. Thanks I DID follow these instructions - are there are several similar but not identi ...Show All
Windows Forms ADO - aggregate functions
Can someone please confirm my understanding of this code snippet dtParent.Columns.Add("P5Sum", GetType(Decimal), "Sum(Child(GroupBy2Summary).P5)") This code snippet should add a column to the parent table named P5Sum, which will contain the result of the sum of all&n ...Show All
SQL Server FTP Task Failure
We are unable to get a file from a VMS FTP site. The specific error message is: [ftp task] Error: File represented by "/VEQFFP.TR.MTSS.RATE" does not exist. normal command line ftp and other ftp tools all succeed. Is anyone else experiencing this difficultly Thx in advance. Hello Had problems with the FTP task opening more than one connection (this was ) to the server. Workaround was to use cmd ftp t ...Show All
SQL Server Failure sending mail: The transport lost its connection to the server
More and more often, I am seeing this error message in RS subscriptions. I would assume it means the IIS server can't connect to the corporate exchange server. However I was wondering if there is some timeout setting/configuration in RS or the IIS server (or any other kind of setting) I can change to help alleviate this problem. Has anyone else experienced this Or know how to fix it Thanks, Jeff UPDATE: After looking closer ...Show All
Software Development for Windows Vista problems with vista 5365
Hi We have an automation client application which is built against winfx Feb CTP dlls. The assemblies UIAutomationClient, UIAutomationProvider, UIAutomationTypes and WindowsBase are versioned 3.0.51116.0 in Feb CTP; in Vista 5365 they are versioned 3.0.0.0. Since there is no new SDK yet, we used bindingRedirect to redirect these assemblies to the new (lower number) version. The application now runs, but the element tree seems proble ...Show All
Visual Studio Express Editions Part 2: The Open Box
For some reason the opacity is not applying. It will ajust from 50 to 100 but not from 100 to 50. I have a checkbox in place to do this. Here is my code: Private Sub CheckBox2_CheckedChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox2.CheckedChanged If CheckBox2.Checked = True Then Me .Opacity = 50 Exit Sub End If If CheckBox2.Checked = False Then Me .Opacity = 100 E ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Transparency In DrectX
Hi everyone I am a newbie . I have a few questions regarding DirectX and GDI+. Here we go. Description: The application i am developing is using C# .NET, there is a main "Form" on which there are controls i.e. buttons etc. Then, there is a child form on which i draw lines and circles (using drawArc). I have tested both DirectX and GDI+. My requirement is to update the screen after like every 10-20milliseconds. Another requirement is that the c ...Show All
Visual Basic oledb vs sqlclient data adapter performance when running in ide
I have a fairly wide table on a MS Sql server 2000 server. Pulling about 6000 rows using a the oledb namespace in the ide takes about 6 seconds. Using the sqlclient namespace it takes about 0.3 seconds. When run outside of the ide, the sqlclient takes about 0.2 seconds and the oledb takes about 0.3 seconds. Why the huge increase for the oledb namespace I'm using a 3rd party assembly for some data access. They use the oledb namespace because not ...Show All
Visual C++ Making dlls with Visual C++ Express Edition Beta 2
I am wondering if there is a way to make a dll in Beta 2. The radio buttons are greyed out. I do not have Beta 1. Is there a way I could make a dll in the win32 application I want to make a plugin for Maya. Though I do not want to pay money in order to do this. Is there an easy way to do this. Thanks. I went to View | Propert Manager, then Double Clicked on the Release|Win32 Heading. That opened up the Release Property Pages which has ...Show All
Visual Studio 2008 (Pre-release) PeerNet: where to get information about scalability, reliability, loss rate, perf?
I have enterprise customers who would like to leverage PeerNet/PeerChannel in a big way for certain kinds of enterprise messaging... if they can get some confidence about scalability, reliability, loss rate, and expected performance. What empirical information is out there that answers these questions What's the largest number of nodes PeerNet been tested with Does PeerNet have any reliability provisions What kind of packet loss rate ...Show All
Visual Studio Very basic help question
With regards to help collections in VS I noticed many threads that were not answered probably because the question has been answered before, or no one knows the answer. The very basic question is simple: Where can I find documentation on how Visual Studio 2005 links to the help collection I understand dExplore is a utility which acts as a shell for help. But, how does it detect installed help collections, etc. Thanks Eric ...Show All
