HadEnoughWithDotNet's Q&A profile
SQL Server Description for Calculated Measures?
Hi, is there no way to add a description for a Calculated Measure Well, that would be something to add if it's not there already... Metadata is so important so I think it's very important to have a description at this point, it's even more important since it's something you calculate and so it might be not good known for all the users... Hello It is perfectly possible in MSAS 2005,You can go to the Script View of calculated Measur ...Show All
Visual C# FxCop problem at compile time
Hi My compilations crash with the following message. Does anybody have an idea Thanks (probably simple, but I did not find where I have checked "run fxcop after compile") ------ Build started: Project: IO, Configuration: Debug Any CPU ------ IO -> C:\NosDocuments\Autres\Programmation\CSharp\Vinny\Libraries\IO\bin\Debug\Vinny.Libraries.IO.dll C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110\Microsoft.Common.targets(1771,7): error MSB4018: Th ...Show All
Windows Forms What's VSDeisgner ?
In the WebReference file, I can see this line of code : This source code was auto-generated by Microsoft.VSDesigner, Version 1.0.3705.288 Now, I may be a total newbie, but which program did generate this class file VS.NET and how thanks Sam ...Show All
Smart Device Development IItem::SetProps and S_FALSE result
It seems that some properties can not be set with SetProps (returns S _ FALSE ) . And I am not talking about stream properties. Where can I find a list of properties that can be set This should include properties for appointments, contacts, and tasks. For example, can PIMPR_IS_RECURRING be set for an appointment or task (I know there are indirect ways to cause this property to be set, but I still need this question answered.) I can read PIM ...Show All
Visual Basic How do I insert a line break in a string?
I am going to write a program that lets me type text into a textbox and write that to a file. The two first lines should contain some pre-defined text that I want to write in the code. And here is my problem: I can't manage to make a line break in the text file, like when you press enter. I use strings to make the lines, but when I open the text file it's just written on one line. Does anyone have an idea how should do this ...Show All
Visual C++ Dump files and obtaining stack information
Hi All, Im trying to read a mini dump file using MiniDumpReadDumpStream, which successfully works, and want to know how to obtain stack information that is contained within this file. Ive found StackWalk64, which requires a handle to a process and thread to be passed in - how can this be obtained from the dump file If anyone has any examples - it would much be appreciated. Thanks AFAIK this is not ...Show All
.NET Development What has changed in xsd.exe from beta2 to .net 2.0 final?
I have a bunch of schema files that generate working .cs files using xsd.exe in .net2.0 beta2, but in net2.0 final I get errors related to xsd:import and schemaLocation. Tried to find out changelist myself but didn't, so decided to ask here. The schemaLocation attribute on xsd:import was never officially supported by xsd.exe. We experimented with adding this support in .Net 2.0 Beta 2, but had to pull it back ...Show All
Windows Live Developer Forums Error 80131502 when trying to load my add-in
Hello :) I discovered the MSN Live Add-in SDK today, and I've been trying to play around with it a bit (in C#). I haven't been able to find ANY documentation for it whatsoever, so I've just been going off of sample code. I took a basic one (which ran and loaded fine, by the way), and modified it to its present form. The .dll builds fine, but when I try to load it in Messenger Live, I get: "The addin SmartTalker.AddIn.dll" could not be ...Show All
Windows Forms Hide the properties of a parent class ?
Hi, I've got a class which inherit from TreeNode. In this derived class, I provide a few properties to show in a propertygrid. But it also displays the properties of TreeNode. And I'd like to avoid that. Is it possible And if so, how (any link to tutorial, documentation or help is welcomed ^^) Give a new implementation of the propery by using the new keyword and then say [Browsable(false)] ...Show All
.NET Development Mht Email (Html Archive)
It is possible (out of the box) to send Mht email now in .NET 2.0 I've taken a look at LinkedResource & AlternateView and I'm able to send out emails. However, there is no documentation on what is going on behind the scenes. Tell me exactly what you are trying to send and what the content type is. It should be fairly painless as you can send any content type of your choice. What exactly do you want to know t ...Show All
Visual Studio Team System Compare Versions with MSSCCI Provider
If I compare a checkout file to the server version I believe the panes are reversed. Currently, it shows the local file on the left side and the server file on the right side. This causes newly inserted code to appear as deleted text. If I compare the same file with the Team Explorer the panes are reversed (server on left and local on right), and the new code correctly shows up as inserted text. Has anyone else noticed the same beha ...Show All
Windows Forms Force a column in Dataset to be null?
I want to force a column in Dataset to be null. Following statement raises an error like "date column cannot be null. use DbNull instead....." dataset1.Tables("table_name").Rows(0).Item("date1") = Nothing I would appreciated to let me know the correct&nb ...Show All
SQL Server Data Retrieval Question
I have a report that queries a table in the database (using a stored procedure) and displays various things about a customer. The report is basically displaying the same information that one of the screens in our web app displays. The problem is that one of the fields that I need to display on the report is not stored in the database table it is calculated. The calculation is performed by doing some database calls and various o ...Show All
Software Development for Windows Vista Vista ListView Header Sort Arrow
explorer shows in the header control of the listview an 'arrow' in the middle of the sorted column. (the smaller line is broken in the middle). How can I do this too I can sort the items, but which flag controls how the header control should display the column header Steffen In Vista 5219: (Beta 1 was ok) setting HDF_SORTDOWN/UP is working. But if I remove this flag, the iImage icon will be used. I DON'T have set HDF_IMAGE. If I call Head ...Show All
SQL Server Server Does Not Exist or Access Denied ConnectionOpen[Connect]
Server Does Not Exist or Access Denied ConnectionOpen[Connect] Help please, I'm stuck. I get the above message trying to add a new SQL Registration to Enterprise Manager. I've installed/uninstalled 3 times, all with the same result. EM sees it to register, it is the same name as my box, which is what I was expecting. Install went without problems each time. TCP/IP is enabled. I've searched the forums loo ...Show All
