kesim's Q&A profile
Smart Device Development C# Pocket PC Application With Sql Server Mobile
Hi, I am absolutely new to Smart Device Application programming. I want to make my application work with Sql Server Mobile. I have been through a lot of links and very confused. I need some guidance from the expert on how to start with it. Development environment in use: 1. Windows 2000 Server 2. C# .NET 2005 3. Sql Server 2000 I have already tried a basic 2 forms application and tested it on a Smart Phone and i-mate JASJAR , and found the application working properly. My questions are as follows: 1. How to use my application so that I can connect to Sql Server Mobile 2. Do I have to install Sql Server Mobile on my development computer 3. If so from where will I download it Doesn't .NET Studio comes with its own Mobile Database 4. How ...Show All
.NET Development https: using server authentication Frame Work 1.1
Hi, I have a c# (Frame wrok 1.1) client that connects to a Java server application using https. I have been provided with a server certifcate for communication with the server. We have a provided a user certificate to them. When they dont use our certificate every thing works fine. But when they use it I get the following error: Unable to establish secure communication using SSL. If I post the same request from IE it works fine. Can some one please help me out of this. I have also implemented ICertificatePolicy's check validation method as well. Does this has some ting to do with mutual authentication. Thanks And Regards, Hashim Please explain the issue more clearly. Also attach a system ...Show All
Internet Explorer Development BUG in IE7 HTML table implementation
I can't seem to get rid of the extra few pixels of white space at the bottom of each table cell that contains an image. The page displays how I want it in Firefox: http://i20.photobucket.com/albums/b243/parsophie/firefox_page.jpg but the problem only occurs in IE: http://i20.photobucket.com/albums/b243/parsophie/ie_page.jpg I have tried adjusting heights, padding, margins etc. values, but I haven't found a solution. Has anyone had a similar problem and/or could help me Thanks border-collapse: collapse; Worked well for me. I was creating the page using DOM and using the IE Inspector. There were no spaces anywhere. ...Show All
.NET Development process.StartInfo.Arguments
I am trying ot run this programm from a windows form application but at command line it stops with message: "Reading passphrase from file descriptor 0 ..." and nothing happens. Same program run fine on command line with follwoing line: C:\Program Files\GNU\GnuPG>gpg --passphrase-fd 0 < c:\gnupg\passphrase.txt -o c:\HIF\Clock.swf -d c:\gnupg\Clock.gpg This is a command to decrypt the file using GnuPG encryption and decryption program. Any help is most welcome. Thank you. Bharat Gadhia. ================================= public void Decrypt() { string strArg = @" --passphrase-fd 0 < c:\gnupg\passphrase.txt -o c:\HIF\Clock.swf -d c:\gnupg\\Clock.gpg"; process.Start ...Show All
Visual Studio 2008 (Pre-release) How to drag/drop custom control in grid.
I was wondering if anyone has a good example of how I could drag and drop a custom control into other columns and rows within a grid. Yes. His is the code that I am currently using. The problem is that I need to lay out objects in a linear fashion. If I could have this work in a grid it would be great. Also I need to be able to drag from one grid to the next grid. Or in Josh's code, be able to drag from one canvas to another. Any ideas ...Show All
Software Development for Windows Vista Rules Editor
I must be missing something simple but I have been unable to use the "System.Workflow.Activities.Rules.RuleConditionReference" within my workflow (CAG specifically). Everytime I select this option and click the ellipse to add a New Condition , the popup closes. If I enter text manually in the ConditionName field and hit enter, it will create the worklow.rules file with RuleExpressionCondition line. Next I try to add the expression by clickin on the ellipse and I get an error "An item with the same key has already been added". I have hand coded a rules file using other examples in hopes of it being recognized but with no luck. Am I missing something Jesse I believe I have identified a bug and a workaround ...Show All
Software Development for Windows Vista SUA, Vista Enterprise, Not Working
I apologize for sounding naive, but I cannot figure this out. I have Vista Enterprise, I've enabled SUA in the control panel. The folder created gives me a link to download the SDK. I download the SDK for my plattform (x86) and un-pack it. The installer says : --Quote-- Microsoft Windows Server 2003 R2(WS2003 R2) is not installed on this machine. Please ensure that WS2003 R2 is installed on the machine and Subsystem for UNIX-based Applications(SUA) is selected in the Optional Component Manager and re-run the setup --End Quote-- Any advice here would be splendid. Thank you in advance. -Myron Hi Myron1982, Maybe the reason is that you've downloaded Win2003SDK, while you need Vista SDK ...Show All
Software Development for Windows Vista LanguagePackSetup Errors on Vista/64
I successfully installed the Language Packs on Vista 64. However, I'm noticing the same error in my system error log. Event ID 1001. Application initialization failed. Last error: 0x80070032 - System - Provider [ Name ] Microsoft-Windows-LanguagePackSetup [ Guid ] {7237fff9-a08a-4804-9c79-4a8704b70b87} EventID 1001 Version 0 Level 2 Task 30 Opcode 31 Keywords 0x8000000000000000 ...Show All
.NET Development Sharing the Server list
Hello, I need to create server/client with such funtionality: Server has list, which is shared with alll clients. This means, that all connected clients see the same list. If any client removes item from the list, server and all other clients must imiadetly refresh their list. If not talking more about specific software functionality, I can list such things about comunication, what I need: Communication between applications would be through WAN (internet), so optimal solution for network bandwidth and server resources is critical. In the beginning there would be ~40 clients and this number can increase to 100. Communication channel must be secure, that no one could read or change traveling data. Au ...Show All
Visual Basic Combobox ItemData is not available/accessible
I have a VS.net solution (multiple projects), created entirely within VisualStudio.Net 2002. I try to access and update ItemData property of a MS-form combobox, design mode, yet the property is not accessible. NewItemID is not accessible either. I have queried from the internet and found an article, from Microsoft, stating similar problem when migrate from VB6 application into VisualStudio.NET 20056. However, for my scenario, the entire solution is completely created within VisualStudio.NET 2002. Thank in advance. It has disappeared in 2005 but is still available using a class ... Public Class ComboListClass Private sName As String Private iID As Integer Public Sub New() sName = "" iID = 0 End Sub ...Show All
.NET Development svcutil
Hi All, I'm starting studying WCF and svcutil can be used to generate the classes to connect to a given WCF service: including the service contract, WCF client and data contract (all in a single file). Is there any way to make each class generated on a single file I was thinking about having the client accessing several services that uses common contracts (sharing the same class). If I try to import the generated code into my client for these services I will have conflicts, won't I Thanks a lot! PS: Sorry if the question is not very clear. Please let me know and I'll try to formulate it better... Unfortunately there is no way to let SvcUtil generate different files for each class. And, i ...Show All
Visual Studio Team System Build report not displaying build data
Hi I have just implemented automatic builds which all seem to work fine, but when I run the Build Report I get no data. The report displays the follwowing message at the top of the report: Report Generated: 20/09/2006 14:03:35 by BRINKSEMEA\tylerp; Last Warehouse Update: 13/09/2006 15:43:05 The builds were completed on 19/9/2006 but the Last Warehouse Update was completed on 13/9/2006. Do you know how I can update the warehouse Mnay thanks for this Nick, but I still have the problem. I do however have an error in the event viewer which I think is the problem. I have posted another entry for this as I do not seem to be able to find a solution. http://forums.micros ...Show All
Internet Explorer Development IE7 Script Error
Hi, This problem has always been bugging me. When I sign into my user account and open up User Accounts in control panel I don't have any problems but when I go to any other user account and do this, no matter if they are computer admins or not, they encounter an IE script error with no description and this popup does not go away whether you click yes or no. It's not just the User Accounts menu in the control panel, it's other applications too. Is there a fix for this problem or any ideas I have already disabled script debugging in IE. I also disable the alerts for script errors in IE too. Same issues! We use Windows XP Media Center Ed. Those issues only occur on my Wife's login ... mine works fine. To futher that, ...Show All
Visual Studio How catch the crash line?
An app does have a .PDB file created/updated each time when compiling the app. However when I start the app in Debug mode and an exception occurs, it leads to a popup that asks me to either using the current instance of Debugger of VisualStudio running or a new instance of VisualStudio. If selecting the former, it popped up a message say that "No symbols loaded..." and only showed disassembles available. If selecting the latter it displayed a message saying something like: Can not attach to the process (of VisualStudio with Debugger running in it). Does this indicate that JIT Debugger is not correctly installed on this PC How to make currently-running Debugger load the symbols of the app correctly when an exception occurs ...Show All
Software Development for Windows Vista Visual Style
Hello, I'm looking for visual style in uxtheme, comctl32 API and I don't find answer about my question. How could I apply a visual style to my application witch are different than the current of XP or Vista This function could be interressant to skin an application with simplicity... Thanks. ZeBobo5 Frenchy Custom Controls Developper ...Show All
