Javen's Q&A profile
Smart Device Development playback of a media file from a CEPC File and Web Server.
We currently have an issue regarding playback of a media file from a CEPC File and Web Server. Here is the current setup: sfas CEPC File Server: fileserv Shared folder: media Website folder: /basiconly/temp Filename: chicken.wmv CEPC Client: ce_client WindowsXP Client: dev3 Shared folder: shared Filename: chicken.wmv Scenario 1: ce_client <-> fileserv Steps to reproduce: open Windows Explorer in ce_client then open \\fileserv\media\chicken.wmv or open Media Player in ce_cl ...Show All
Windows Forms TableMappings
I like the new TableAdapter in .net 2005. But is there a designer-based mechanism that populates a DataSet's multiple DataTables from a stored procedure that returns multiple result sets. i.e. to configure the equivilant of a DataTable's TableMappings I have the same problem ... am converting a site from ASP 1.1 (VS 2003) to ASP 2.0 (VS 2005) ... In the old version I used a stored procedure with a dataadapter filling a dataset and then read from whichever table I needed. I'd love to use the new DAL with strongly typed datasets etc but it seems to focus on returning only one table at a time :( I'd love to ...Show All
Windows Forms deploy project
i have an msi file my requirements are that when user install this application on its system his system will automatically restart and my application is run after rebooting of computer or after installation the exe of the project is automatically run plz reply me soon i m using .netframework 1.1 visual studio 2003 This option is not supported from the VS IDE, however you can use the ScheduleReboot Action to force a reboot at the end of the install. You can add this action via Orca, or via a setup project postbuild step. See http://msdn.microsoft.com/library/default.asp url=/library/en-us/msi/setup/schedulereboot_action.asp for in ...Show All
Windows Forms OFFICIAL SURVEY about your usage of the .NET Framework documentation!
Hello - I'm conducting an official survey about your usage of the .NET Framework documentation. In particular, what programming languages do you filter on. Your answers will be used to help improve the documentation viewing experience. When reading the survey, remember that the concept of filtering on a programming language is talking about viewing the documentation wit ...Show All
Visual Studio Error. Failed to load expression host assembly. Trying to use local report manually copied to mapi dir (VSTO project)
You may see from earlier posts that I'm having difficulty deploying report solutions (VS2005 B2) and VSTO. My VSTO app opens a winform report viewer. Even very basic reports (no data) fail. My last attempt was to use the report path option. The first error said the report def was not found in the dir 'C:\Program Files\Common Files\System\MSMAPI\1033', so I manually copied the rdlc file there. Now I get another error "Processing Errors" "Failed to load exressions host assembly. Details: Could not load file or assempbl 'expression_host_601.....' version=10.2.50215.44, culture=nutral,... Failed to grant permis ...Show All
Visual Basic ToolStripButton and PrintDialog (Vb.NET Beta2)
I find the Print Dialog Box is not in activate when fired by button on ToolStrip, like: Private Sub ToolStripButton1_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles ToolStripButton1.Click PrintDialog1.ShowDialog() End Sub The printDialog has to be made active by clicking once before making any print options. However, it is alright by normal buton, like: Private Sub Button1_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles Button1.Click PrintDialog1.ShowDialog() End Sub Is this a bug or no ...Show All
Windows Forms Losing events in MDI forms (1.0 vs 1.1 framework difference)
I have an MDI parent form with two mdi children. Each MDI child has two textboxes on it. On version 1.0 of the framework, if you switch from one form to the other and then tab to the next textbox, a 'LEAVE' event is raised. This works as expected. If you take the code and run it on 1.1, the leave event do&n ...Show All
Visual Studio 2008 (Pre-release) Is MSMQ broken??
The following simple example doesn't work properly. It was built using VStudio 2005 and both the machines involved have WinFX Nov CTP installed. It appears that MessageQueue.Receive only works correctly with a queue on the local machine. This also prevents ServiceHost from working correctly with MsmqIntegrationBinding - which is how I discovoered the problem. I have tried this code in both directions between the two machines with the same results. Local queue access works fine, but remote queue access appears to be broken. Writes are OK, and the first read is ok too. Subsequent reads just hang the calling ...Show All
.NET Development Clearing Remote Share File sessions
All Hopefully someone can help me. I am working with some pretty archaic software Fox Pro 2.6 to be exact. I am trying to extend the functionality of this program using the .net Framework. Unfortunately the program that I am trying to write needs to have exclusive access to the .DBF files in Fox Pro. Users access the files via a remote server where the DBF's are stoed in a Free Table Directory. When a user access one of the tables in the program it creates a shared File session on the remote computer. In order to run the program I have to make sure that all file sessions ...Show All
Visual C++ What happened to io.h?
I'm using Visual C++ 2005 version 55537-000-0000016-00168 and the only place I can find io.h is in C:\Program Files\Microsoft Visual Studio 8\VC\crt\src\io.h. Is that intentional Thanks, Keith MacDonald Hi Keith, It was fixed after that. I verified this on build 050215. Ronald ...Show All
Windows Forms Textbox databinding in a data Form (Autocalculated fields )
Hi, I have a data entry form with 2 read-write textboxes and 1 read-only textbox. I want to be able to update the content of the read-only textbox as the user enters number values in the two read-write textboxes. Obviously in a simple application this is easy using the TextChange event. However, what I would like to do is to use DataBinding. I&nb ...Show All
Windows Forms TreeView XP style
I have managed to get XP Styles in my app (its taken a long time to figure it out) but now the treeview doesn't seem to look right. It starts off with a Win98 style scroll bar and once I resize it the scroll bar turns to XP style with the buttons (Left and Right) staying Win98 then when i resize again it all turns to  ...Show All
SQL Server Bug in NS 2005?
We have rolled out a solution on SQL 2005 and NS for 2005. As we have been looking into reporting notifications from our system I came across that a column that is created out of the box does not make sense. In the generated table NS<NotificationClassName>Notifications there is a column called SubscriptionID, it is set as nvarchar(255), but in the NS<SubscriptionClassName>Subscriptions the SubscriptionID is BIGINT. Why would then be different when the refer to the same thing What we have done for our solution is not read from the NS table directly, since we do have vacuuming enabled, but we trigger all notifications to another t ...Show All
SQL Server SQLSERVER 2005 Sept CTP BACKUP AND RESTORE Transactions
Problems with Backup and Restore using WIN XP service pack 2, and the September CTP Standard Edition of SQL SERVER 2005. I have a empty database which is using the full recovery model. To start with I run the following : backup database dbTO DISK ='E:\current\dbase.db' WITH INIT backup log db to DISK = 'E:\current\dbase.ldf' WITH INIT I then makes changes to my database, few inserts etc. Then backup the transaction log again using: backup log db to DISK = 'E:\current\dbase.ldf' If I then try to restore the database on another SQL Server 2005 (or the same one), I find that when I restore using the following: RESTORE DATA ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Fix Found Windows XP Pro, DirectX 9c install completed ! I cant Install Directx 9.0c December 2005 dsound.inf problem
When I try install Directx 9.0c December 2005 Redlist I Envisage with this Error : "An internal system error occurred. Please refer to DXError.log and DirectX.log in your Windows folder to derermine problem." I several time download Directx 9.0c December 2005 and November 2005 but everytime I Envisage with this error and when I go to DXError.log and DirectX.log see this Problem with dsound.inf : -------------------- [01/05/06 01:40:11] module: dsetup32(Sep 28 2005), file: setup.cpp, line: 6443, function: CSetup::InstallDirectXInfsFromInfSection Installation of 'C:\WINDOWS\System32\DirectX\DX113.tmp\dsou ...Show All
