delimavi's Q&A profile
.NET Development Could someone tell me detailly how the Website work in ASP.NET ?
I am using ASP.NET to develop web app, but I don't know clearly how the web app works properly with IIS or something Hi, Read the following MSDN article completely. The working of ASP.NET is explained clearly after the first half of the article. http://msdn.microsoft.com/asp.net/articles/fundamentals/default.aspx pull=/library/en-us/dnvs05/html/internals.asp Regards, Vikram ...Show All
Visual Studio Express Editions Sentence recognition.
The idea is that we are making a piece of work for two of my scholar subjects. My friend and me thougt it would be nice to make a A.I. that can recognize sentence and can process them. The problem is: I dont know how to make a programm analyse a sentence. Please help, Douwe Dowue, I want to be honest with you. A solution to this problem has eluded computer scientists for numerous decades now. BILLIONS of dollars have been spent on it. The problem has multiple levels. The first level is word recognition The second level is syntax analysis. Remember a word like Being can be either a noun or a verb. The third leve ...Show All
Visual C++ VC++ 2005 redistributable (vcredist_x86.exe etc.)
Hi there, I noticed that the Beta 2 redistributable is hosted on the Microsoft download library, but the final ones seems not to be. Will it be hosted on microsoft.com (or is it already somewhere ). Also, it has been reported to me that on Windows 2000 the (RTM) redistributal gives an unuseful error message if Windows Installer 3.1 is not installed. The message is error 1723. "A DLL required for this install to complete could not be run." . It would be a lot more helpful to my users if this was a more informative error message - the solution of installing Windows Installer 3.1 was only found by trial and error. Thanks. ...Show All
Windows Forms Datetimepicker culture
Hi. How can I change the calendar display from my regional culture without setting from the regional setting. I 'd like to change form thai calendar to Eng US calendar by using code. How can I code with C#. thanks . . . Hi Can you give us the format string that we have to assign to the CustomFormat property to let it displa ...Show All
Visual Studio 2008 (Pre-release) wsDualHttpBinding and TimeoutException
Hello, I am trying to develop an WCF service with enabled duplex communication between client and service. WCF service is hosted under Windows Service. Everything works fine if I use client and service on the same machine. If service is located on the remote machine, no calls pass through for services configured for wsDualHttpBinding. All of them end up with TimeoutException. Client and service machines are in the same domain. For testing purposes I use domain account with administrator rights. Any ideas on how TimeoutException issue could be resolved Thanks in advance. Edmundas. P.S.: service configuration file, client ...Show All
Visual Studio Problems installing Visual Studio 2005 Beta 2
I have had all sort of problems installing VS 2005 Beta 2! Firstly, when I created my DVD from the iso image using Hot Burn it contained 47 cab files - no installation structure just 47 cab files! I used the Virtual Control Panel that I download from the MSDN site to mount the image a a virtual drive. This gave me access to the correct install files/directories etc. I used the contents of this drive to create my DVD (the dvd has a label of Hotburn_may_06_05). I ran the installer from the DVD and it installed the .NET Framework Beta 2 and the MSXML Parser. But when it tried to install VS 2005 and started to copy files, it asked me to insert t ...Show All
Visual Studio 2008 (Pre-release) Could not locate the assembly "WindowsUIAutomation"
I just installed Visual Studio 2005 Team Suite Beta 2 Version 8.0.50215.44 (Beta2 50215-4400) and WinFX SDK Beta 1 Web Setup, and Microsoft Visual Studio Extensions for WinFX Beta 1. I go to create a brand-new Avalon Application and without adding a single line of code I compile. I am given the following errors: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "WindowsUIAutomation". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framewo ...Show All
Visual Studio Missing Icons and Bad Links in MSDN
Hello. I'm having trouble with my installation of MSDN. Some of the little icons that should appear next to some of the links don't show up, and many of the links don't work. When the links don't work, I get a JScript error "Object does not support this property or method." If I attempt to debug it, it's always a simple, one-line, code block, such as; alink_301.Click() This is an example of what the missing icons look like. The little box, next to Look here, should be an icon; Send feedback to MSDN. Look here for MSDN Online resources . But other icons Do show up, as in this case; Platform SDK: Perf ...Show All
Visual Studio Express Editions Data access problems
Hi all ~ just tried to build my first winforms app with data access. Using the Datasource Configuration Wizard, I selected MDFs, browsed for a MDF and tested the connection - so far so good. I selected one of the tables from it, clicked on it in the Datasources tab and dragged it over onto my form where it created all the necessary components for me (bindingsource, tableadapter, dataset & bindingnavigator) - still all looked really good. I ran it and it still appeared to be all fine, I made same changes to the data using my freshly written app (deletes, inserts & edits) but they did not persist. When I re-ran my app, all my data chan ...Show All
Windows Forms number validation
Hi there, I am trying to have a validation control which accepts 16 numbers. After entering 4 digits a "-" character should appear automatically. Is this possible thanks guys Cheers Chris Thanks a lot. It work perfrct. I just want to accept numbers. I handled that with a regular expression. Modified code in C# if (TextBox1.Text.Length == 4) { ...Show All
Windows Forms App Config file problem w/ No-Touch Deploy
Hello... I have a simple DotNet WinForm app which runs great using No-Touch deployment - with one exception. When I added an application config file - the app fails to run using No Touch. It's unable to read from the config file stating that my "key does not exist" in the file. However - if I run it standalone - all works fine. Is there ...Show All
Windows Forms Projects: What types of projects?
Hi all, I have a question regarding what makes up a project. 1) There are of course layers; business layer, DAL, UI layer etc. a) So, is a business logic layer built in its own Project and the DAL built in its own Project and the User Interface built in its own Project b) If I build a membership management application for instance I will ha ...Show All
Visual Studio Team System What changes in the RC
Hi, I was just wondering if someone could do a quick summary of the changed/improved/altered testing features in the Sep 14 RC. I have previously been using Beta 2, but even a general description of what is different would be appreciated. Thanks in advance Thanks guys - That should make convincing the boss to move to the RC a cinch! Much obliged. ...Show All
Visual Studio Team System How to register VSTS newsgroups in Outlook Express?
As of Subject. What's the News server, and username/password ...Show All
Visual Studio DigitalPersona SDK.
Hi, everyone. Could anybody tell me where can I download the DigitalPersona SDK Was digging at www.digitalpersona.com , but didn't find a bit of useful info, only a few of useless .pdf files. I'll appreciate any help on this topic. if possible please post your answers to never_again@nana.co.il or miros_lav@mail.ru. Thanks. You will have to buy a KIT from them - with a fingerprint reader - to get the SDK. Call them to ask. ...Show All
