sjr1170's Q&A profile
Visual Studio 2008 (Pre-release) Why the reverse German-like syntax?
Why do the LINQ queries have to look like a SQL query in German If you are trying to make it easier and are adding SQL-like keywords to the language, at least keep the ordering the same as SQL. The way this is, I have to know C#, SQL for triggers and stored procedures, and LINQ for the in-code queries. I don't see how this is going to make my life any easier. As I recall from the spec, the ...Show All
Software Development for Windows Vista Supplemental driver install failing
I have just installed Vista B1 on a second machine. And both have had similar problems, in that Vista doesn't like either of their ethernet cards. The first machine was about 5 years old, so I just suspected that its age was the culprit. The second just came in through the door yesterday from Dell. It is a Dual-CPU Intel box, still with that fresh new styrofoam packing material smell, but Vista still fails on it. The Supplemental Driver Insta ...Show All
Windows Forms Advanced: How do I use devenv to set a property of the project
I have a setup project which builds my msi. It turns out the ProductCode property of the project needs to be changed on every build to enable it to be upgradeable. Since we have an automated build, I naturally can't do this in the IDE every 20 minutes. We are using deven which looks like it has options to execute commands in the commandwindow. I am wondering if there is a way to execute a command in the comma ...Show All
Visual Studio Passing same parameters from Main report to subreport
Hello, I'm having a problem setting the parameters of a subreport. Both reports (main and subreport) use stored procedures. Both procedures have the exact same parameters (named the same as well). I tried to just straight assign the main parameter values to the subreport parameters and it doesn't like it. Can someone show me simply how to assign the the values of a subreport Thanks in advance. Greg ...Show All
Smart Device Development error with MFC in visual studio 2005
Hi, I'am using visual studio 8 beta2, i think it's missing a lots of things. One of them is mfc code of MFC. When i am using CCommandBar, when i compile with emulator. It make an error like that: f:beta2\vctools\vc7libsce\ship\arlmfc\src\mfc\barcmd.cpp how can i get this packet Thank The workaround (resource file changes) worked in beta 2, but now that I'm using the release version I'm still having the same problem AND t ...Show All
Software Development for Windows Vista Problems with running RegSvr32 in Windows Vista Build 5259
I am getting a return cod of 0x80070005 when trying to perform the RegSvr32 command on one of my COM components. Has anyone also experienced this problem and know how to resolve it. I am running in admin mode but for some reason it keeps failing with whichever components that I use. On WinXP it works just fine. Thanks in advance for the help and comments. I'm seeing the same problem with ...Show All
Windows Forms .NET Terrarium 1.2.msi
The new Terrarium client is now available for download. Here is a list of some of the changes: - Organism SDK Installed with Client (Includes docs, tutorials, reference and skeletons) - VS.NET 2003 Project Templates - Resizable Window&n ...Show All
Visual FoxPro OWC11.PivotTable
I've tried to play with MSGraph for some time and after not getting very far yet (although I got some graphs) I downloaded MS Office Pro 2003 enterprise Edition and found out that there seem to be richer controls out there. In particular I am trying to work with OWC11.ChartSpace , OWC11.PivotTable and OWC11.SprreadSheet . I have resigned to the fact that I would have to use MS Excel Spreadsheet as an interim container between my tables and the g ...Show All
.NET Development ConnectionString
Hello, I have a connection string in my config file, that I use to connect to SQL server. But it requires the password. How can I add this sensitive data to the connection string in my application. Thank you. Hi, Try using the enterprise libraries. There is an dataaccess application block that you can configure using the Ent.Lib GUI and encrypt the password. Try reading this link: http://w ...Show All
SQL Server Aggregate Function: AverageOfChildren
I am using the Aggregate Funtion: AverageOfChildren for a Measure. I want to write a equivalent SQL query for the same. Any suggestions as to how can I ge the AverageOfChildren aggregation in a SQL query. Thanks. ...Show All
SQL Server Round() showing nothing in textbox for zero values
I applied the Round() function on all my expressions. I noticed that if an expression evaluates to zero, that textbox in my SSRS 2005 table shows nothing...it should show zero example field expression: =Round(((Fields!FGoal.Value) / IIf(Fields!FSched.Value = 0, 1, Fields!FSched.Value))) ...Show All
Windows Forms Very strange ComboBox databinding problem
Hi, this problem really drives me nuts. I have a custom ComboBox, which derives from the normal ComboBox control. I'm setting the DataSource of the ComboBox in my code to a DataTable and also set DisplayMember and ValueMember. So, the binding in general works fine, but here's the odd part: Depending on what is selected I color the background of the ComboBox differently. To achieve this effect when the DataSource changed i overwrite the OnDataS ...Show All
Visual C++ Windows Forms
Using Visual C++ 2005 Made a windows forms application using Visual C++ 2005, but when i run it I get a console window popping up while my form is running. Guessing one of my project settings is messed. Anyone know which setting is causing the console window to appear when I run my windows form I didn't use the form designer either. You could create a new project (make sure you choose New Windows Forms ...Show All
Visual Studio 2008 (Pre-release) WinFX Beta 2 - ScreenSpaceLines3D: where did they go?
As the subject states: WinFX Beta 2 - ScreenSpaceLines3D: where did they go I really like the speed of beta 2 but this is holding me back now... Thanks Are you serious ! If so, do you have any suggestions how I should continue with my 3D editor: http://blogs.infosupport.com//images/blogs_infosupport_com/ernow/151/o_Screenshot2.jpg As you can see I need a replacement. I thought about reflectori ...Show All
SQL Server Branding of Reporting Services Web Site
Is there any documentation out there as to how you go about changing the look and feel of the Reporting Services Web Site Not being able to apply the corporate 'brand' to the site is the only thing that prevents us from adopting this as the corporate reporting service, from my evaluation of the product so far Thanks I don't think you can change the look of reporting services site. But you ...Show All
