| Thread | Last Post | Replies |
|
| Interesting Client Server behavior - No connection could be made because the target machine actively refused it | 04 Apr 2008 19:40 GMT | 9 |
I've got a handheld application (Windows Mobile 2003, CF 1.1) and a server application (Windows Server 2000+, Framework 2.0) and the purpose of these two pieces of software is to send collected data (Orders) from the handheld to the server as well as send updated
|
| .net configuration files | 04 Apr 2008 14:10 GMT | 3 |
.net framework configuration files are physically stored in which one of the following formats? (1) encrypted .INI file, (2) INI file, (3) digitally signed XML file, (4) XML file, (5) Binary file
|
| VS 2008 Mobile Web and Emulator | 03 Apr 2008 21:42 GMT | 1 |
I developing a mobile web app using VS 2008. This is a 2-part question. 1. From what I read http://www.satter.org/2008/01/mobile-web-deve.html and other articles, the mobile controls have been removed after asp.net 1.1. Is this correct? I just have to develop regular aspx pages ...
|
| .NET Framework 3.5 setup result of 9010? | 03 Apr 2008 17:07 GMT | 2 |
We're using dotNetFx35setup.exe with the /norestart option in our installer. A tester reports that they saw a reboot dialog show up (which our installer doesn't do) and the final return value from the exe was logged as 9010. 1. Why would there be a reboot dialog if /norestart is ...
|
| Reg Zip files | 03 Apr 2008 12:53 GMT | 1 |
I've a requirement wherein I need to unzip a zipped folder programatically in .net. I've tried out System.IO.Compression namespace..but it writes the content into bytes which I dont need..I need the files to unzipped to a new folder..
|
| .NET Framework 3.5 SP1 | 02 Apr 2008 20:22 GMT | 1 |
Anyone know the release date ?
|
| Suggestions: Site Architecture | 02 Apr 2008 13:50 GMT | 3 |
Would like some input on site architecture. We're in a situation where we need to host/integrate multiple applications within a single site. For example: the URL of the main site needs to be http://www.mysite.com. The site contains 3 key features : call them feature1, feature2 and
|
| Beginning ActiveX - get Page Title | 02 Apr 2008 02:46 GMT | 1 |
Not sure if this is the right forum or not. I use vs2008 and need to develop an activex control that can grab all of the IE windows (and their page title) that are open on a client's machine when they click on a link. I'm new to ActiveX (not new to web apps). Can somebody point me ...
|
| Searching for SerialPort class alternative | 02 Apr 2008 00:16 GMT | 2 |
I have problems with .NET framework SerialPort class. First I had problems with data received event. Than I have changed form event to thread which checks for data every 100 my. Now after a while the components stops receiving characters. I suspect that the problem is in ...
|
| WIN2000 Pro. SP4 with Framework 2.0 | 01 Apr 2008 17:59 GMT | 1 |
When installing my VS2008 app for "All Users", the non-administrative users require, what appears to be a brief reinstall. However, the reinstall fails with error code 2103. Does anyone have any ideas? Maybe a specific Windows udpate required?
|
| Update with AutoIncrement IDs problem | 01 Apr 2008 16:25 GMT | 1 |
We should consider a SQL Server (2005 – version 9.00.1399.00) database with two tables Parent and Child. Table Parent has one Id Field (type int) which is marked as Autoincrement (Is Identity=Yes, Increment=1, Seed=1), and the Child table has an integer column ParentId pointing ...
|
| C++ project on devices | 01 Apr 2008 15:23 GMT | 2 |
Hello group ! 1) When i try to make a C++ project for device, i have an error "Echec of the operation". I can create all other devices project, i can create all others C++
|
| Service Installer Issue... | 01 Apr 2008 03:16 GMT | 1 |
I created a service and its installer. However the installed service doesn't work. Why? Windows Firewall block the port my service is listening too. If, as an administrator, I add my application to the list of app authorized
|