driekus77's Q&A profile
Visual Studio Team System How do I validate parameters in this case?
Error: ValidateArgumentsOfPublicMethods Code: Public Class ServerListItem Inherits ListViewItem Private m_Server As Server Public Sub New(ByVal server As Server) MyBase.New(server.ServerName) With SubItems .Add(server.BaseIP) & ...Show All
Visual C# HOW TO CONVERT STRING to INT without using any inbuilt functions..??
Hi all, How to Convert my String str=10 into int s=10; without using any inbuilt libraries like parse or convert to int etc . I had this question in interview...but i tried something in binary level but not accepted.pls clarify how internally data conversion takes place... thanks. Maheshkumar.R www.snipurl.com/guac well, i never had an interview like this, but I guess they want to see you doing it manually ;) somehow like ...Show All
Visual Studio Team System Build Notifications problem
1.) Team Foundation Server(Beta3) and Team Build(Beta3) installed on same physical server(SrBuild) 2.) Outlook Express can successfully send out-going Email from same server(SrBuild) 3.) Verified correct: <add key="emailNotificationFromAddress" value=" builder@identix.com " /> <add key="smtpServer" value="10.1.3.8" /> in C:\Program Files\Microsoft Visual Studio 2005 Team Foun ...Show All
SQL Server Calculated member wrong behaviour in Reporting Services
Hello, I've created a SQL Server2005 AS Cube with a YTD calculated member: Sum ( YTD (),[Measures].[measure X]) This member (and others give the right results in the cube browser as well in an Excel pivot table). In a parameterized (year-month) report in Reporting services this does not work. It gives only the data of the given moth instead of the sum of all the months in the given year. Can somebody help me with this issue Tha ...Show All
Visual Studio HELP PLEASE: Where is Microsoft.ReportViewer.ProcessingObjectModel.dll?
Where is Microsoft.ReportViewer.ProcessingObjectModel.dll Its' not on my B2 system, though the other two are. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.ReportViewer.Common.dll C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.ReportViewer.WinForms.dll ... No ProcessingObjectModel.dll here It does show in the GAC, and it d/n show in the list of avaialble .NET assemblies to ref. Is this error related to the abo ...Show All
Visual Basic PrintDialog for WebBrowser Menustrip
I would like for the browser that I am creating in VB 2005 Express to provide a PrintDialog option from the File menu. In particular, I want the user to have the option of selecting text to be printed, instead of having to print the entire Web page automatically (which is what I am getting by just using “WebBrowser1.Print ()”). The PrintDialog class provides the print “selection” option but I cannot get it to work with the WebBrowse ...Show All
Windows Forms Validation Controls in a Web User control
Greetings I am in the process of upgrading my web site to ASP .NET 2.0. I have a user control (.ascx) that has a validation control in it. When I click a submit button on the host page (.aspx), the validation control shows an error but continue on to post back the data. If this a bug or am I missing something Please advise. Hi! Thanks for asking! I'm a member of the ASP.NET team, and ...Show All
.NET Development active application handle
I am trying to transport a vb6 program to vb2005. In vb6 I could use API's to do things like get a handle for the active application (enumWindows), get the location of the active application ( GetWindowPlacement ) , and the title text of the active application ( GetWindowText). I have spent several days looking but have not been able to find anyway to duplicate thes functions in vb2005. The API's don't want to wo ...Show All
Visual Studio 2008 (Pre-release) Generating Type from Xsd using SVCUTIL tool
Hi, I have a DataContract whis has array of strings as one of the DataMember. with this I generated schema, and now I want to generate DataContract type. I am getting the following error when genrating type: C:\TEMP\SVCUTIL Generated>svcutil /dconly /t:code Honeywell.BusinesFLEX.OMOI.Ope ratingInstructions.xsd Microsoft (R) Service Model Metadata Tool [Microsoftr .NET Framework, Version 3.0.50727.357] Copyright (c) Microsoft Corpo ...Show All
Visual Studio Error "The system cannot find the path specified" on ASP .NET 2.0 webform based report.
Hi All, I'm hoping someone will know the answer to this because its been driving me crazy for days. I've built my first Crystal Report in VS 2005 and attached it to a WebForm using a ReportViewer control. Its working fine on my development pc but the page won't load on the webserver once deployed. Heres the code from the code behind page: Dim reportPath As String = Server.MapPath("myReport.rpt") WebReport = New ReportD ...Show All
Visual C++ Close Function
What's wrong with the Close function of Button3 in the following code #pragma once #include "Form2.h" #include "Form3.h" namespace TheZone { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; /// <summary& ...Show All
Visual Studio Express Editions Edit and Continue in VBX?
Still having issues in debug mode in VBX beta 2. How do I detect/switch on 'Edit and Continue' - is it even available in VBX beta 2 Also no 'Location' item in breakpoint context menu Please advise... Hi Vikram Sorry but there is that debugging I have 4 entries 1. Environment 2. Project and solutions 3. Text editor basic 4. Windows form designer Regards Lars -- Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Micros ...Show All
Windows Forms ComboBox Binding and Finding Correct row in list
Hi, yet another newbie problem.. I have a form that have controls that are bound to a DataSet1, I also have a combo that is databound to the same dataset1 but populated from another dataset2. The problem is that the form loads but the combo&nbs ...Show All
Smart Device Development Disable Cert Check on WM5
I am trying to ActiveSync over SSL, and can't get it to work. I have a feeling its because of the cert check like in PPC 03. I tried to run the same util in cradle mode, but it errors out. Does anyone know the actual registry key added/modified to disable cert checking on WM5 TIA Can you expand a little more on what you are trying to do what you currently have working. Can you cradle the emulator under normal c ...Show All
Visual Studio Express Editions How do I "return" after a user makes a selection from a menu?
I set up a menu by labeling a variable number of RadioButtons in GroupBox1. After the user makes his selection, I have him click Button1 labeled "Next". When the user makes a selection, I want to return to the next instruction, that is, the line of code following where I set up the last menu, not to a Button1_Click subroutine, because then I would lose my place and become lost. I want to set up another menu in GroupBox1 depending ...Show All
