RLucky's Q&A profile
SQL Server Linked measure groups
Hi, I'm trying to manage linked measures group with AMO. I want to create a new cube with a linked measure group. I have a problem that I don't understand. The error I receive (I don't paste the real message because my installation is in italian) tells that the measure group I added doesn't have relations to the dimensions... The code I use is this: // Get the measure group to link from an existing cube MeasureGroup MGToLi ...Show All
Smart Device Development how to list all the subfolder in a folder?
can anyone tell me how to code list all the subfolder in a folder the folder path is already set and cannot change by user! user only can select the subfolder and view the file inside it. this will add all sub folders to a listbox DirSearch("\My Documents\") Sub DirSearch( ByVal searchDir As String ) Dim dir As String   ...Show All
Smart Device Development How can I start a program using the registry on PPC (at startup)
I assume this exists, similar to that of the desktop. Where do I put a registry entry so an application will run on startup Thanks! Is there a way I can start an app via the registry in PPC I don't want to simply copy a shortcut into startup. Thanks! ...Show All
SQL Server Datareader Query Timeout
Hello, I am running a query via a ado.net data flow source. It works great for a small number of rows, but if I try to execute a long running query it times out with a communication error. I have looked through the doc and every property sheet that I can find in my package, but I can't find anywhere that a timeout is specified. Any help on finding this would be appriciated. The query is running against DB2 on z/os and I know it is timing ou ...Show All
Smart Device Development Error : 0x8007007e
I am developing a smart device project which reuses dll's as well as static libraries. The code builds fine but fails to launch the exe giving the following error "An error occured that usually indicates a corrupt installation (code 0x8007007e) . If the problem persists , repair your VS installation via 'Add Remove' in control panel. I have tried reinstalling VS and also tried to run the project on a different machine but with no succ ...Show All
Visual Basic CodeSnippets Manager
CodeSnippets Manager I have two problems. First, I added a subdirectory to MyCodeSnippets called Exceptions. However, no 'plus' sign appears to the left of the MyCodeSnippets Folder. How can I get subdirectories to produce a plus sign next to the mysnippets directory Second, if I want to add my own code to this Exceptions folder, how do I do it. Imports wants a file that contains a 'CodeSnippets' type. I copied my code ...Show All
Visual Basic Mixed data type in a Mulicolumn listbox
How do I store an object and the object.text in two separate columns in the same row of a listbox I want to make one listbox column visible and one hidden. Why do you need two columns then if you making one invisible. The following simply adds objects to a listbox. As long as you override the tostring property this is what will show in the listbox but underlying the item is the object which you can cast to and then use the properties ...Show All
Visual C++ Manifests in VS2005-- What are they?
In my experience, manifest files have enabled the Windows XP control themes in applications. That is all I know about them. Can anyone explain what manifests are, and how they are used I also noticed that Visual Studio 2005 Professional supports embedding manifest files. Does this mean the IDE is capable of automatically making applications support Windows XP control themes Thanks ahead of time. I tried with ...Show All
Visual Studio Express Editions How to deselect a selected Cell in a DataGridView programmatically?
I created a dataGridView to display some data on my form. As default the first cell is selected so it is highlighted. How can I disable this I want this dataGridView to be truely read only. How can I disable the ability of selecting by clicking in any of the cell Thanks. Appreciate your help! If you do not want any selected cell when it first appears after bounding the datagridview, it would very helpful to u ...Show All
Windows Forms RichEdit Control and CTL + I Key combination
I am having a problem with the .Net RichText control. I am writing an application that relies heavily on the RichText control for user input in a form design app. When the user presses CTL + I, I need to set the font style to Italic. ...Show All
SQL Server SSIS Inport Wizard does not import dates...is this a bug?
I have an Excel file with 52000 records. One of the columns is a date column d-mmm-yy. This column is NULL-able. Approximately 12,000 records have a value on this column. I started the wizard, and it happens to be that the first record containing a date on this column is record 11,012. However, the wizar imports NONE of the values, and the column shows NULL in all records. Now, if I sort first the data in the Excel spreadsheet so that ...Show All
Microsoft ISV Community Center Forums Accessing a drawing through AutoDesk Volo Viewer
Hi I need to open a drawing using the VoloViewer and print the same The Documents object the Viewer exposes is not working Dim vDrawings As Actrix.Documents Dim vApp As Actrix.Application Dim vDrawing As Object Set vApp = New Actrix.Application Set vDrawings = vApp.Documents Set vDrawing = vDrawings.Open("ANA-4004730_00_001.dxf") The code stops at the line above. I have tried using the AvViewX, but that has to do with the viewing of a drawing i ...Show All
Visual C# exception handling Quick start in Microsoft Enterprise Library January 2006
Hi, how to use Exception handling Quick start in Microsoft Enterprise Library January 2006 how can i write examples using that,please help me any oneif they know. i am not understanding where to start is there any need to understand whole code of the Quick start. ...Show All
Microsoft ISV Community Center Forums portal question ???
i want to know http://msdn.microsoft.com/vstudio/ which techonlogy used to design like this site is it sharepoint or another technology thanks ...Show All
Visual Studio Team System config file for App Under Test is not used when executing test
I have found what I think is a bug in the Unit Testing Framework: If your App Under Test (AUT) has its own config file, that config file will not be used when you run a test against it from within the IDE's Test View. I have a complete Visual Studio solution which demonstrates this behavior if anyone wants me to email it to them but here is the gist of the example: I have an AUT which has an app.config file that contains a string value: ...Show All
