computerology's Q&A profile
Smart Device Development Running a SQL Application
I am creating an application that accesses a SQL database and everything works fine on the emulator, but when I deploy I am missing a lot of the DLLs. Can someone please inform me what I need to install on the PocketPC I have been searching for a SQL Mobile that goes on the pda but everyone one that I have downloaded only installs on a PC. I am runnign Windows Mobile 2003 SE. Links to download the program would be greatly appreciated even if I have to buy the license to download. If there is a trial version for Pocket PC that would be great also....If there is anything else I need please let me know. Many thanks, Tbot I went to the location you mentioned and there were no cab files there directly but I found some in the subfold ...Show All
Visual Studio 2008 (Pre-release) binding within animation not being updated?
i'm trying to create a digital clock in XAML only. i can get the current time, and its in a repeating animation. the problem is that the binding only occurs once. is there a way i can force the binding to update each time the animation runs Thanks, casey <Page xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " Name="myRootElement" xmlns:s="clr-namespace:System;assembly=mscorlib" WindowTitle="StringAnimationUsingKeyFrames Example"> <Page.Resources> <ObjectDataProvider ObjectInstance="{x:Static s:DateTime.Now}" MethodName="ToString" x:Key="odpToString"> ...Show All
Visual Studio Express Editions regex.split paras into datagridview rows
Hi, I'm looking to be able to split paragraphs in my textBox1 separated by a blank line between paras and pop each para into separate rows in a single column unbound datagridview1 Using dataGridView1.DataSource = Regex .Split(textBox1.Text, "\r\n\r\n" ); paras are correctly split but... dataGridview1's rows get filled with the length of string in each para, eg: 86, 190,194, etc. How can I get each para into 1 row of this single column unbound DGV hi, yes i guess you asked the same question b4, if you can't return to your previous answer you can use my threads link at the top of this forum to get all your threads, even though your question is not clear , do you mean ...Show All
.NET Development Custom Data Types
I am having trouble creating a custom data type. I would create a data type that will work like the standard data types in .net so I can using in the following manner. I am using vs 2003. Dim mt As MyType mt = Type1 How can I define a structure that will allow me to set its value this way. And how can I make intellesense list the available options. For discussion purposes my options would be Type1, Type2 and Type3 which would actual correspond to 1,2 and 3. From what I can tell I need to use a structure to do what I want. An enum would work except I would like to have a parse and tostring method. The reason I want to do this is I will be reading values from a database that are stored as string ...Show All
Visual Studio 2008 (Pre-release) Publisher/Subscriber Problems: Orphaned Subscribers
I implemented a publisher/subscriber demo, but ran into a problem. In particular, when a client registers as a subscriber, but then shuts down/crashes without unsubscribing, the service locks up. For the notification, I use the below: [ OperationContract ] public void Notify( NotificationMessage message) { lock (_lock) { for ( int i = _subscribers.Count - 1; i >= 0; i-- ) { try { _subscribers .ReceiveMessage(message); } catch ( Exception ex ) & ...Show All
.NET Development Urgent problem with resending data issue
Hi, In my other post, I have a problem with socket programming which throws exception once for a while if a lot of customers hit the site at the same time: An existing connection was forcibly closed by the remote host Then I try to resend the data in the catch block, unfortunately, it throws more An existing connection was forcibly closed by the remote host exceptions . The code is attached and any help will be appreciated. public string Access(string sAddress, string sCity, string sState, string sZip, string sAPN, string sUserID, int counter) { string rtnVal = ""; string sAvsParam = ""; int iAvsPort = int.Parse(m_sAVSPort); sAvsParam = sAddress + "|& ...Show All
Visual C++ Cannot Create A Windows Application and DLL From Win32 Application Wizard Settings
Im a newbe on this and i recently installed Visual C++ 2005 Express and I Have a Problem With Visual C++ 2005, Problem its that I Go to File>New>Project but when I Try To create a new Win32 Console Application from the application settings I Cannot select Windows Application and DLL options and neither add common headers files for I Reinstall again Visual C++ And The same thing If somebody could help me it'll be great http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ ...Show All
Smart Device Development Mapping Virtual COM Port to Mobile USB port
It's possible to create a virtual com port mapped on the device usb port . I wan to print over a usb cable instead of printing with bluetooth. Thanks. Not unless your device equipped with USB port and has serial port over USB drivers. Most devices have USB client only and nothing but PC can be connected to them via USB. ...Show All
SQL Server Accessing connectionString from ConnectionManager in a script task ends with "login failed"! WHY!!
So in a script task for one of my packages I have a connection manager to an dtsConfig OLE DB. This is the code Dim ConnectionString As String = Dts.Connections("db_stage").ConnectionString Dim sqlConnection As SqlConnection = New SqlConnection(ConnectionString ) I get a login failed for user...But if I hardcode the connectionString, including the password this works. 1) Why is it that the ConnectionString from the connection manager omits this password 2) Since this is an OLE DB, is there anyway to set the Data Source Designer to omit the "Provider=ABCDED.1" section Thanks! Tony tchen777 wrote: with ADO.net and manually setting the password in the dtsConfig file it still d ...Show All
Audio and Video Development HVDVD_TS
What does the HV in HVDVD_TS stand for Early versions of the spec referred to both HDDVD_TS and HVDVD_TS in different places, clearly someone was confused. Subsequent versions switched to HV- consistently, which I agree is counter-intuitive. ...Show All
Microsoft ISV Community Center Forums Windows media files have changes to Nero
Hi just wondering how I change my music files back to windows media player, they changed to nero flies last week after burning a CD. Hate the nero player, but love windows media player. Hope someone can help me Thanks Shihad P.S check out Shihad single ALIVE great! I've passed on your praises to the WMP folks who provided the answer. here's one more note that was provided by the team: Also if they changed after using a ISV program, its probably worth a look in the options or settings of the ISV program to prevent future re-occurrences of observed behavior where the ISV app re-claims file types without user input. - brenda (ISV Buddy Team) ...Show All
SQL Server PLEASE HELP!!!! MDX-EXPERTS!!! LOCAL CUBE SECURITY
Hi, I read in the following article http://sqljunkies.com/WebLog/mosha/search.aspx q=local+cube&p=1 that the standard security model of SSAS 2005 is not applicable to a local cube. I have to deliver local cubes for users with different credentials. When the sales managers can see all the sales data of the Company, the Sales Representatives can only see all the sales data of his customers (even if the sales are generated from other Sales Reps). How can I create the local cube for my Sales Reps following these requirements I have a Sales Reps dimension, a Customer dimension and a Sales fact through which the relation between a customer and a Sales Reps exist. I hope you can advice me because I'm really stuck. FYI I'm new i ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Alien Cow Abduction XNA - demo
Be kind please! This was originally going to be just a sidescrolling background, as I was having problems figuring out how to work the gui. However, it evolved into this game demo of Alien Cow Abduction Features: sprites, keyboard movement (arrows, space, escape to exit) scrolling background, missile , collision detection b/w missile and cow (simple collision detection.... kinda works) text on the screen too much hard coding! :) anyways.. check the remarks on the file for more links and info. screen shot Project in RAR variables for speed can be changes in the : hero, missile ,cow and planet class ( sidescroller rotation) Any comments would be great.. -Ray UPDATE - 9-5-06 I just learned about ...Show All
SQL Server Transfer Logins: The source server can not be the same as the destination server
I am replacing a server so I need to migrate everything. The old server is running SQL2000 and the new server is running SQL2005. I am trying to write an SSIS solution to migrate everything for me and I can't even get started because I get the error "The source server can not be the same as the destination server". At the same time I am changing the name of the Domain so the two machines arenot even members of the same Domain. I am doing this over the Internet so the machines are not even on the same subnet. The only thing I can think of is that the machine names are the same so even though the domains are different therefore the full names are different, the NetBIOS names are the same. Could that be the problem BTW, just for the sake of ...Show All
Software Development for Windows Vista How can I start instalation a Windows Vista os
How can i start instalation of Windows Vista OS. I burn a DVD image, but i can not open it. I can read only a README file. What shall I do That's the easy part. Go on to the next step . Try " modifying " the contents of the M$ Vista Beta 2 iso by using the extracted files plus those you wish to add. Burn either the modified folders as is or create another modified iso file. See if you have any luck in creating an autostart bootup DVD of Vista. If you can, you're a better man/woman than I am! ...Show All
