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

Software Development Network >> KaleeyJ's Q&A profile

KaleeyJ

Member List

hadas_r
WiMan
Pardner
MAMMOTH_MK
Hardy Herzog
Jandler2
The Pict
bugmenot
Wiroj
msreeni
JohnAskew
Marcos Torres
JedL
Srikar
Peter Smith
sara8305
Trevor Damster
The Developer-X
Kuolong
Lau Kok Soon
Only Title

KaleeyJ's Q&A profile

  • SQL Server High Performance in Mirror

    In this mode, I get that it's asynchronous. Does that just mean it sends the TX over and what happens, happens Do I at least know it hit the comms stack, or the wire or anything Or just it will do its est. Thanks. You are referring to the mode when transaction safety is OFF. In this case, the principal sends the log to the mirror but does not wait for acknowledgement from the mirror. So Mirror can lag the Principal under heavy load. However, if mirror is down or if Principal is not receiving the response to the periodic ping (i.e. communication stack has a problem), the principal takes database offline. Th ...Show All

  • Visual C# How can I get the value of a dropdownlist box and assigne to a hidden textbox in javaScript function?

    I was looking to get a selected value from a dropdownlist box and assigne it to a hidden text.here is the line code of code in my javascript function but it return the value 'undifined'. document.Form1.elements['cPIsNameHidden'].value = document.Form1.elements['cPIs'].selectedIndex.value; Thank you in advance. Here is the solution from yassin abdi document.getElementById("cPIsNameHidden").value = document.getElementById("cPIs").value Tnx Yas! Ephi ...Show All

  • Visual C# How to use RTC API 1.3 to write sip-based application?

        I have written a sip-based application on the basis of RTC API 1.3 code sample.But I don't know how to send message and receive message.      this.client = new RTCClientClass();     this.client.Initialize();     this.client.EventFilter =RTCConst.RTCEF_ALL;     this.client.IRTCEventNotification_Event_Event += new IRTCEventNotification_EventEventHandler(OnRTCEvent);     void OnRTCEvent(RTC_EVENT rtcEventType, object rtcEvent)   {    Trace.WriteLine("Entering RTCPresenceCore.OnRTCEvent " + rtcEventType); ...Show All

  • Visual Studio Document Explorer crashes

    Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual Web Developer Express and MSDN 2005 Express. Same problem. It was working fine last week, I'm not sure what's changed. I have previously had VS2005 beta2 installed, but I removed that by following the ...Show All

  • SQL Server Group By Expressions

    I'd like to dynamically create a group by expression. I have select sourcecd FROM dbo.ITMV_ScanCardHistory GROUP BY dbo.fn_GroupBy (@GroupBy) Where: @groupby = sourcecd and fn_GroupBy = CREATE FUNCTION dbo.fn_GroupBy (@ColumnName Varchar(55)) RETURNS Varchar(55) AS BEGIN RETURN @ColumnName END I keep getting this error message: Server: Msg 164, Level 15, State 1, Line 48 GROUP BY expressions must refer to column names that appear in the select list. Please help. Hi, By using sp_executesql you can create your dynamic sql and run it as below declare @sql as nvarch ...Show All

  • Software Development for Windows Vista Security permissions.

    No matter what is done to change permissions nothing happens. You can't even install apps like Incredimail as you aren't allowed access to system32 and no changes of permissions anywhere allows access. Without access the installer can't see the mfc.dll and so can't install. TTFN. Once again the statements spawn their own questions. I guess this concept is lost on you. For instance. When I state simply "You can't even install apps like Incredimail as you aren't allowed access to system32 and no changes of permissions anywhere allows access. " Would you not be able to deduce your own question. For example: Why is the system not allowing ...Show All

  • Visual Studio Tools for Office Excel PIA Problems

    Hello, I have a component library that I'm trying to reference Excel with.  I'm referencing the Microsoft Excel 10 Object Library which points to Excel.exe in the correct folder.  But it's not using the Office XP PIA that I installed; instead, it uses the normal reference, which has problems.  How can I reference the PIA to use it in my application   I don't understand why it wouldn't work; I got Word to work this way. Thanks. Hey Brian, did re-installing the PIAs fix the problem If I don't hear back from you in a few days I'll assume the problem has been fixed. Thanks. ...Show All

  • Visual Studio Tools for Office How do i implement Real-Time Comm. feature of Office 2003 in ASPNet??

      I would like to implement the RTC feature of Office 2003 in my ASP.Net application For example like in Outlook we get you get a person's email id and a Windows Messenger icon beside his name this Icon contains details like his Online Offline status , Contact nos, etc.   Please could i get some sample codes. Thanks, Clayton ...Show All

  • .NET Development .NET Runtime 2.0 Error Reporting

    Hi, My application is running on 65 PC. After a few hours, this applications crash on 2-3 PC. I get no exception in my log files. I set the Application.ThreadException and AppDomain.CurrentDomain.UnhandledException exception event handlers. The last one is triggered with 'System.NullReferenceException: Object reference not set to an instance of an object.' but there is no stack trace available. I got no dump file, no popup window. I only get the following entry in the event log : Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category: None Event ID: 1000 Date: 13/05/2006 Time: 21:53:39 User: N/A Computer ...Show All

  • Visual Studio Tools for Office Why do I have multiple instances of TrinStgClass when cut-n-pasting VSTO docs?

    I have a number of documents that have been created using a VSTO 2005 template. If I composite these documents together using either cut-n-paste or InsertFile, then save, close and reopen the composited document, I get a "file has macros" warning where no macros existed in any of the source documents. If I open the document and VBA editor, I can see no macros - however I do see multiple instances of the TrinStgClass ((VSTO.RuntimeStorage class) in the project - (TrinStgClass1, TrinStgClass2, TrinStgClass4, TrinStgClass8, TrinStgClass12, etc.). I have found that if I save the document as XML, then re-save it back to the .doc format, ...Show All

  • Visual Studio Team System Could I remove all the other WI except Bug

    Hi there,     Can I remove all the other WI from by commenting in CurrituckTasks.xml like below < taskXml > < WORKITEMTYPES > < WORKITEMTYPE fileName ="Currituck\TypeDefinitions\Bug.xml"/> <! --WORKITEMTYPE fileName="Currituck\TypeDefinitions\Task.xml"/> <WORKITEMTYPE fileName="Currituck\TypeDefinitions\Qos.xml"/> <WORKITEMTYPE fileName="Currituck\TypeDefinitions\Scenario.xml"/> <WORKITEMTYPE fileName="Currituck\TypeDefinitions\Risk.xml"/-- > </ WORKITEMTYPES > and then all the other related queries and Reports and expect it to work just fine Thanks, Anu ...Show All

  • Visual C# InvalidCastException , Exception from HRESULT: 0x80004002 (E_NOINTERFACE)

    hello..   I referenced a dll and use it in the main form, it works fine. But when I create an object of other class, and try to use the method of the referenced dll in the object of other class, it throws me that exception... anyone has any idea Thanks in advance... P/S  here's the whole message Unable to cast COM object of type 'myDll.classInMyDll' to interface type 'myDll.IclassInMyDll'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{8859E613-39B9-435D-B0EC-0FD135388EE1}' failed due to the following error: No such interface supported (Exception from HRESULT: ...Show All

  • Windows Forms ClickOnce Updates Fail for Signed Assemblies

    Am experiencing a ClickOnce Beta 2 issue where if the application assembly is signed (versus just the manifests), when new versions are deployed the version makes it to the client but the older version is executed.  I can see the new version on the client workstation under c:\documents and settings\local settings apps, so I know it was sucessfully deployed - but the previous (earliest deployed) version actually executes. No issue if the assembly itself is not signed (only the manifest).  Any help and insight would be appreciated!  Clark, looks like you are&nbs ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Installing latest DirectX SDK is not setting the C++ include or library paths

    Hi, I recently installed the MSDN ver of .net2005 on my PC at work. I also have .net2003 still installed as we have not converted our existing code to compile yet in 2005. Anyways, I am learning directx so I have the SDK (dec 2005) installed on the .net2003 compiler. After installing .net2005 I uninstalled then reinstalled the directx SDK. It said it would reset my toolbars that was all. After installing i checked .net2003 and it was installed correctly. It had put the neccessary folders in the VC++ includes and libraries. I then ran .net2005 and found it had not and I had to type them in manually, copying them from the older com ...Show All

  • Visual Studio Changing bin and obj folders location

    Greetings, I redefine the OutputPath, the IntermediateOutputPath and the BaseIntermediateOutputPath, but I still get some empty bin and obj directories under the project folder. Is there some other properties that I must override Best regards, Gustavo Guerra if you're using visual studio, i'm afraid you won't be able to circumvent this behavior :(  the legacy code creating these folders predates msbuild and hasn't fully caught up to speed with our model.  however, there's a bug open on exactly this issue which we're considering fixing for orcas. jeff. ...Show All

©2008 Software Development Network