Jus55's Q&A profile
Smart Device Development Using UDP sockets on the emulator
Hi all I'm using vs.net 2003 and the pocketpc2003 emulator, which has been linked to ActiveSync using Developer Powertools. I can ping the device, browse the net through it and even get my app to connect to a socket created on a desktop application. The problem though is that the client on the emulator refuses to read any incoming packets. I used Ethereal to trace the packets and I have confirmed that the server (desktop app) is sendi ...Show All
.NET Development Session Initiation Protocol (SIP) api
hi, where can i get the api for Session Initiation Protocol (SIP) thanks in advance Please see this forum post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=189386&SiteID=1 ...Show All
.NET Development How to pass an XML document
In the past I've used Web Services internally and I've always passed objects. But how do I pass an XML document to a third party We've agreed on a schema, but I'm not sure how to represent the XML document in the method interface. Although a string would work, I'd prefer to take the best approach. Thanks, Jake Hi Jake, The trick is to send and receive 'Bare' see below [1],[2],[3],[4],[5] ...Show All
Visual C++ Issues with .NET 2003/2005 cross-compatibility (__ftol2_sse)
I am working on a project that was originally coded in 6.0, ported to 2003 .NET, and has worked until I installed 2005. Here is my error: Linking... soundgarden7.1.lib(drv_ds.obj) : error LNK2019: unresolved external symbol __ftol2_sse referenced in function _myTimerSet ..\Korell.exe : fatal error LNK1120: 1 unresolved externals Before I installed 2005, this error did not show up. Compiling in 2005, it will build, but due to that fact th ...Show All
Visual Studio Express Editions Error message related to Security Policy
I wrote a program in C#, it works fine on my machine. However when I copy over to another machine and run it, it gives me error message something like "Application attempt......permission security policy..." How to deal with it thx Yuelin ...Show All
SQL Server MDX - how to descend to dimension key level elements in a hierarchy which has not the key level in it
Hi everybody. I have a dimension DIM with the attributes Attr1, Attr2, Attr3 and KeyAttr, which is the key attribute. I have a hierarchy "Hier1" with these levels, from top to bottom: Attr1->Attr2 . I don't want the KeyAttr at the base of this hierarchy. But sometimes I may need to use a function which finds the members of the key attribute which are the descendants of a specified member in the "Hier1" (descenda ...Show All
Visual C# Visual Studio 2005 Beta 2 - Partial classes and files
I like how the designer portion of a control class is in a different file as a subnode of the original. Is there a way to make partial class (that are not controls) files be subnodes of the 'original' class file For example, if I have MyController.cs MyController.AAA.cs MyController.BBB.cs MyController.CCC.cs all of which contain the partial class MyController. I would like AAA, BBB, and CCC to show up as subnodes of MyController.cs in the s ...Show All
Windows Forms Eumerate Sub-Folders
All, I am trying to write something that you can point it to a directory, ex. c:\library, and it will tell me what the sub-folders are in that directory. The reason that I am doing this would be to create something of a dynamic library. &n ...Show All
Software Development for Windows Vista installutil.exe installing windows service
I'm tring to install a windows service and keep getting the following message, can anyone help with this TIA C:\Program Files\My Application>installUtil.exe MyApp.exe Microsoft (R) .NET Framework Installation utility Version 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. Running a transacted installation. Beginning the Install phase of the installation. See the contents of the log file for the C:\Program F ...Show All
SQL Server Mixed Mode
After installing SQL Server 2005 I found that I inadvertantly used Windows Authentication Mode and I would like to change to Mixed Mode (Windows Authentication and SQL Server Authentication) - what is the best way to do this In Microsoft SQL Server 2000 you could simply go into Enterprise Manager, edit the SQL Server Registration Properties, edit the Properties of the SQL Server and edit the Properties of the SQL Server Agent. ...Show All
Visual Studio Express Editions Playing MP3 Files
I was delighted to see how easy it was to play a .wav file from VB Express. Unfortunately my application will need to use MP3 files due to some real size constraints. My testing produces an error message saying "Corrupt wav header" when I pass it a file with an MP3 extension. In researching I have found that VB Express as delivered does not support MP3 functionality. I have also found references to MP3 capabilities within the .Net mana ...Show All
Windows Forms merging column headers of 2 columns to be one header can i do this
i want to make one header for two datagridview columns and each column of them has its own header also can i do this thanks in advance. ...Show All
Visual C# server client data send problem
Hi. I am able to successfully connect the client and server together using the Sockets/tcpclient/tcplistener and able to send messages between each other successfully. the problem is this: when the client sends "[-]RF[-]" to the server, the server checks the incoming data, if it is "[-]RF[-]" then it sends back to the client the file name, for each file in the current working directory of the server. after each filename, it sends that name back ...Show All
Visual C++ COM DLL, regsvr32 and manifest - blech!
I have a COM DLL that relies on MSVCR80.dll and when I try to register it with regsvr32.exe I get a "loadlibrary failed -2147220473" error. If I create a regsvr32.exe.manifest file and place it with regsvr32.exe, then it works. There has to be a better solution though. I can't count on target PCs having regsvr32.exe.manifest installed (and I'd rather not install it if possible). I believe you ca ...Show All
Windows Search Technologies Error executing myQuery.ExecuteQuery(...).
I'm a newbie. I tried this simple console code. The compilation was ok, but the code crashed when it invoked myQuery.ExecuteQuery(...). Any hint for me QueryBuilder myQuery; myQuery = new QueryBuilder(); DataSet dataGrid1; dataGrid1 = myQuery.resultSet; myQuery.clearColumns(); myQuery.addColumnList(ColumnType.GeneralColumnList); myQuery.addColumnList(ColumnType.MusicColumnList); myQuery.sortColumn = ColumnType.GeneralColumns.DocTitle; string yq ...Show All
