Software Development Network Logo
  • Visual FoxPro
  • Visual C++
  • Architecture
  • Windows Live
  • Microsoft ISV
  • Visual Studio
  • VS Team System
  • Smart Device
  • Game Technologies
  • Windows Vista
  • VS Express Editions
  • Visual C#
  • Visual Basic
  • Visual J#
  • Windows Forms

Software Development Network >> Kal-EL_'s Q&A profile

Kal-EL_

Member List

FTAHARI
BradleyR
Victor Delta
PaisleyBud
Richard Hotchkin
PrestonJ
Chandra Sekhar M
Cleiton Garcia
lx_aka_alex
Gaoqiang
Garfiled
AdamFromHarden
Patrick.E
Krivahn
dan123
abonefas22
bpatrick
BadhoCam
Yahooadam
LCSandan
Only Title

Kal-EL_'s Q&A profile

  • .NET Development Updated .NET Redist for July CTP

    Hello, I'm working with the July 2005 CTP for Visual Studio 2005. The executables I produce will not run on the older Beta 2 release of the .NET framework redistributables/download. Where can I get a .NET 2.0 redistributable/download that is compatible with July CTP Thanks! Hi Tom Z, This question has been already answered here: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=62134 Regards, Vikram ...Show All

  • .NET Development Graphical Changes in VS 2005

    I have a program which I just began trying to port to Visual Studio 2005 and the 2.0 beta 2 framework from 2003. One thing I have noticed is that the buttons and tabs all have new graphical themes improved from the .net 1.1 framework. So I was happy to make my program more elegant but, even though I have converted my project (with no problems converting) I do not see those graphical changes in my project when I run it in 2005. Though when I create a new program in VS 2005 and add a button or tab page I see the graphical changes. Is there a reason for this Did I forget to do something Is there an easy fix or what Application. ...Show All

  • .NET Development Consuming Xml Web Service using XmlHttpRequest

    Hi, I have a web service that is consumed from the client side i.e. using Java Script XmlHttpRequest object . It works fine on the local machine but doesn't work on remote machines. On remote machines, I'm getting 500 "Internal Server error". I suspect that I need to configure IIS to allow access to the Web Service. But since its working on the local machine and not on remote machines, I'm not sure how to grant access specifically for this web service. I'm allowing anonymous access to my application. can anyone help me out on this one. Furqan. Apart from the general topic, for CRM, the "Interna ...Show All

  • Windows Forms How to get all mouse clicks in child controls

    I have a parent user control. I want to capture all mouse clicks within the control, even if the mouse click is on a control within my parent control. How do I do this You can try and look for WM_PARENTNOTIFY and WM_MOUSEACTIVATE event. What I suggest you do is,create a WinForms Application and then change the property of the project to Console App,so that you can see the Console Window. In your user control, protected override void WndProc( ref Message m) { Console .WriteLine(m); base .WndProc( ref m); } you will see all the messages coming up in the Console.When ...Show All

  • Visual Studio Team System Problem accessing Performance Counters

    I'm running some load tests and I'm getting errors when trying to access SQL stats. I see several msgs like the following at the start of the run: Exception LoadTestCounterCategoryNotFoundException The performance counter category 'SQLServer:Access Methods' cannot be accessed on computer 'sqlsrvname (Category does not exist.) ; check that the category and computer names are correct. Needless to say, the computer name is correct and it is running SQL. What do I need to do to get these counters initialized properly Matt I researched this a bit and found some more information. See this brief note regarding 32-bit and 64-bi ...Show All

  • Windows Forms A version of Terrarium is already running.

    Hi, I recently installed Terrarium. When I run the exe file, I get this error, and the program exits. "A version of Terrarium is already running. If you are connected via Terminal Server you can shut down any instances of Terrarium by using the Task Manager." I am not using a terminal server. I have Windows 2000 and am a user with administra ...Show All

  • Smart Device Development Signed SQLCE and CF Cab files for 1.0

    I am trying to install a 1.0 application on Windows Mobile 5 device. The problem is the cab files for SQLCE and CF 1.0 are unsigned, so these don't get installed after extraction from my signed cab file container. Is there a way out or are the signed cabs available. You don't need signed NETCF V1 CAB for WM 5.0 as WM 5.0 already has lasted NETCF V1 in ROM (SP3). There's no signed SQL CE 2.0 CAB as it was released prior to WM 5.0. ...Show All

  • SQL Server Update tracking in BI application [Analysis Server 2005]

    Hi All, I have a BI application in which I want to track update/insert and delete. The application that I have developed can track the INSERT to Fact table and any other dimension tables; but I am facing issue with UPDATE and haven’t tested the same against DELETE. I have tried this using “SQL Server Notification” and “Scheduled Polling with Enable Incremental Updates”. Could you please tell me what is the best way to track updates in BI applications. Is there anything else that I can look for Thanks a lot J Warm regards; Rakesh ...Show All

  • SQL Server Possible to Limit the Export Formats

    Is it possible to limit the export formats from the Report Viewer control Specifically the options that appear in the dropdown box. I'm using it in an ASP.NET environment (RTM) and remote mode of the ReportViewer control. In remote mode, we can edit the rsreportserver.config file on the Report Server to limit the available export formats but that will enforce for all the reporting applications running on that machine. Can we restrict it for one of the reporting application deployed on the reporting Serv ...Show All

  • Visual Studio Retrieve in-report data

    Hi all I'm wondering if it's possible to get the data saved on a RPT file wich contains the report data (report using its own data, not connecting to any DB), without having to export the report to any format. I'm not experienced, sorry for any imprecision! Carlo Hello Carlo, There isn't an easier way to do this - exporting to Excel and importing would be the best option. Keith - Business Objects ...Show All

  • Visual C++ _vcclrit.h is deprecated. What's the replacement?

    I have an managed DLL that compiles fine in VS2003 but fails on Whidbey Feb CTP. I couldn't find any document about replacement for _vcclrit.h according to http://support.microsoft.com/ id=814472 Any advice C:\Program Files\Microsoft Visual Studio 8\VC\include\_vcclrit.h(23) : warning CRT1001: _vcclrit.h is deprecated C:\Program Files\Microsoft Visual Studio 8\VC\include\_vcclrit.h(94) : warning C4996: '__lock_handle' was declared deprecated C:\Program Files\Microsoft Visual Studio 8\VC\include\_vcclrit.h(133) : warning C4996: '__terminated' was declared deprecated C:\Program Files\Microsoft Visual Studio 8\VC\include\_vcclrit.h(137) : warn ...Show All

  • .NET Development Problems with web services in VC++ 2005

    Hello, I tried to add web service reference (through "Add web reference" context menu item) into my newly created windows forms project, I listed WSDL file in editbox, clicked "Add reference button" but I got these errors immediatelly after the wizard window was closed: ------ Build started: Project: WSTut, Configuration: Debug Win32 ------ Compiling... stdafx.cpp d:\mywork\source\vc++\wstut\wstut\contextProvider.h(196) : error C2059: syntax error : 'public' d:\mywork\source\vc++\wstut\wstut\contextProvider.h(196) : error C2027: use of undefined type 'contextProvider::contextProvider'       &nb ...Show All

  • SQL Server Microsoft SQL Server 2005 CTP Setup - Could not open a connection to SQL Server [2]

    Hi, Here is the error that I get during install. Does anyone have an idea how to solve this /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ TITLE: Microsoft SQL Server 2005 CTP Setup ---------------------------------------- SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client]Named Pipes Provider: Could not open a connection to SQL Server [2].  Refer to server error logs and setup logs for more information. For details on how to view setup logs, see "How to View Setup Log Files" i ...Show All

  • .NET Development delete a row from an xml file using DataView

    I have the following code that is deleting a row from an dataview, then writing the dataview to an xml file: string filePath = Server.MapPath(@"~/Home/XMLMenus/user_favorites/someFile.xml"); DataSet ds = new DataSet(); DataRow dr; string someValue = "someValue"; ds.ReadXml(filePath, XmlReadMode.InferSchema); DataView dv = new DataView(ds.Tables[0]); dv.Sort = "someColumn"; int i = dv.Find(someValue); if (i != -1) dv.Delete(i); ds.WriteXml(Server.MapPath(@"~/Home/XMLMenus/user_favorites/someFile.xml"), XmlWriteMode.IgnoreSchema); This works fine except when it gets to the last record. W ...Show All

  • Visual C++ C file in C++ /clr project

    I want to use a file with a .c extension in a /clr WinForm project. I get an error that the file cannot be compiled with this option. I thought that putting __nogc keyword on top of source code in that file will orient the compiler but it did not help. What is an acceptable way of making such a hybrid project. I downloaded this Winsock demo file from a disk, it is quite old but it works fine when I tested it separately. Is it possible to include this file in a /clr project and call functions from that file that I need Or I have to make a DLL out of this file and call functions from there My OS is Win2K. Thanks. What does that ...Show All

©2008 Software Development Network