Satmann's Q&A profile
SQL Server SQL Server 2005 Mobile Edition - Binaries for the Tablet PC -Where are they?
Where can I find the SQL Server 2005 Mobile Edition binaries for the Tablet PC Thanks JEK No Help. I installed the download and there is still no clue as to what is to be installed on the Tablet PC to run SQLCE 3.0.. Or whatever name you now call it.. Will SQLCE 3.0 run on the Tablet PC (as some documentation leads you to beleive) or NOT Thanks JEK ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Problem loading a Blender exported .X file
I've been searching these forums and on Google looking for a solution to my problem but have yet to find an answer. I have created a simple model in Blender and now I want to load it into XNA. From within Blender I use the DirectX exporter which creates a .X text file (not binary). I then add that to my XNA project (essentially just following the first 3D tutorial in the XNA help). However, upon trying to compile and run the program I get the error message "Could not read the X file. The file is corrupt or invalid. Error code: D3DXFERR_BADFILETYPE". I have tried a number of different combinations with the exporting settings in Blender, but I always get the same result. I found a tutorial on the web that had a .X file for download ...Show All
.NET Development Sound volume level
Hi All, I'm looking for a way to detect the main sound output volume level so that if it crosses a certain threshold i can perform some action (like turn speakers on and off hooked up to an external relay). I've been googling all night but can't find anything to help me, any ideas I think *maybe* Managed directX could be a possible way of doing it. I'll move this thread over to the DirectX 101 forums but apologies to the subform if its in the incorrect forum. Best wishes! ...Show All
SQL Server Interactive Sort (problem/bug)
Hi Header image (setup as external) disappear when interactive sort is used (interactive sort is set in the body of the report), works fine if the image is embedded. any help is appreciated. Thank you Veneto ...Show All
Windows Forms Designer won't accept custom ToolBoxItem on drag drop
I successfully created a Tool box that uses the plain ToolboxItem and I can drag items from my toolbox to the design surface just fine. I need to customize the object before it gets to the design surface. Like say, set the color or something. From my reading, it seems the way to do this is with a custom ToolboxItem. So I made a class derived from ToolboxItem, but when I drag it over the design surface it won't accept the item. Two questoins 1. Is building a custom toolboxitem the correct way to go about this and if so 2. How do I get the design surface to accept custom toolboxitems Thanks Martin, Once I understood the order things were happening, it was easy. Thank you for your help. ...Show All
Visual Studio Team System "TFS WorkItem Tracking" service does not match the trusted performance library information
Hi I have been receiving the following message in my application event log "The configuration information of the performance library "C:\WINDOWS\system32\netfxperf.dll" for the "TFS WorkItem Tracking" service does not match the trusted performance library information stored in the registry. The functions in this library will not be treated as trusted." Does anyone know how to resolve this There is a link to the similar problem: http://support.microsoft.com/kb/267831/EN-US/ Hope it helps. Thanks, Valery. ...Show All
Windows Forms Software Update Server queries
Hello, I'm a small business user. I'm using Windows Server 2003 and now testing Software Update Server (SUS) in my network to update my client machines. I've few questions regarding SUS and it's functionality. Please help me by providing me the information. My queries are : 1. Is there any facility in SUS to ROLL BACK the patches which are installed via SUS but are creating problems and what is the way to do so 2. Is SUS checks for Operating Systems on which it is going to deploy patches (before deploying patches) 3. Some patches needs previous patches to be uninstalled first before installing new patch of same kind, How it can be done via SUS or is there any way to do so Please suggest me the options. Thanks in advanc ...Show All
Visual C++ Templates overloades and specializations
I want to create a function that returns the absolute value of a number. This number could be real (int, double, etc) or complex (of real, double, etc). I currently have the following: //--------------------------------------------------------------------- template<class data_t> data_t myAbs(data_t x) { return ((x > 0) (x):(-x)); } //--------------------------------------------------------------------- template<class data_t> data_t myAbs<complex<data_t> >(complex<data_t> x) { return (sqrt(x.real() * x.real() + x.imag() * x.imag())); } //--------------------------------------------------------------------- This compiles. However, when I call the function with a complex argument, the first function is c ...Show All
Software Development for Windows Vista Cancel Workflow in ASP.NET
Hi, I developed a Cancel Workflow Cancel aspx page and tried to cancel a workflow instance with the following code at Page_Load (I copied from the Cancel Workflow SDK sample and tried on a Winform environment without any problem): Dim WFGUID As Guid = New Guid(Request("InstanceID")) Dim WorkflowRuntime As WorkflowRuntime = Nothing WorkflowRuntime = Application("Workflowruntime") AddHandler WorkflowRuntime.WorkflowTerminated, AddressOf workflowRuntime_WorkflowTerminated Dim Workflow As WorkflowInstance = WorkflowRuntime.GetWorkflow(WFGUID) Dim wqi As ReadOnlyCollection(Of WorkflowQueueInfo) = Workflow.GetWorkflowQueueData() For Each q As WorkflowQueueInfo In wqi ...Show All
Game Technologies: DirectX, XNA, XACT, etc. I can't get the common framework,Why?
I want to develope a game with directX SDk and visual studio. BUt, I can't get the framework.Can anyone help me Framework is that directX is made some much by the visual studio, I installed directX SDK 9.0 and,installed visual studio 2005. When I created new project by File->New->Project->Visual c++->Win32 there doesn't exist a icon for frameWork of directX . Does anyone know why What should I do ...Show All
.NET Development Fatal Flaw in the Large Object Heap?
Hi All, After playing with the GC I find the following interesting. The problem domain I typically work in requires the allocation of very large arrays for image processing. We have discovered some issues when our processes are long running. We run out of memory and can not reclaim it. Our only recouse is to restart our processes. In an effort to discover why I uncovered the following: The LOH (Large Object Heap) is never compacted. I think this is a fatal flaw in the GC. I understand MS stated reason for this, but shouldn't there be someway to compact the LOH if necessary, at least a method call that forces the issue Does anyone know of anything that can be done Any workaround is better than killing the process... Here is a demo ...Show All
.NET Development remoting client not connecting to server
I have a remoting situation where everything works fine at our office - the remoting client connects with the remoting server, but at my client's site, it will not. We are using a workgroup here, no domain. At my client's site, on a domain managed by server2003, the client app won't connect to the server. The two workstations involved are (as far as I can determine) plain vanilla windows xp pro, with windows firewalls turned off. The logged-in users using each side are administrators on the domain. A test app that I wrote that uses genuine channels is able to connect. This is therefore a general question, what might be the problem, and how can I determine the problem This is a shrink-wrap product where I have to rebuild and ...Show All
Software Development for Windows Vista Problem on HEADER came with PSDK2003R2
sorry about reporting this now, it will be out dated a lot but, recentry i have tried to build some project and Header file came with PSDK2003 R2 generated error so i just made patch on the file. the platform this happend is: OS: Windows2000Pro DEV: VisualStudio 2003 PSDK: WindowsServer2003 Platform SDK R2 --- C:/TOOLS/PSDK2003.R2/Include/CommCtrl.h.bak Fri Mar 03 23:23:22 2006 +++ C:/TOOLS/PSDK2003.R2/Include/CommCtrl.h Wed Feb 28 11:38:44 2007 @@ -7444,6 +7444,11 @@ BOOL WINAPI IsolationAwareInitializeFlatSB(HWND unnamed1); HRESULT WINAPI IsolationAwareUninitializeFlatSB(HWND unnamed1); #if (_WIN32_IE >= 0x560) +#ifndef SUBCLASSPROC +typedef LRESULT (CALLBACK *SUBCLASSPROC)(HWND hWnd, UINT uMsg, WPARAM wParam, + LPA ...Show All
Visual Studio Team System How to let others couldn't see my files on the server?
In other words, I can manage whether others are able to access my files, even have capability of seeing the files. Thx in advance. Select the files (or folders) in the source control explorer and from the context menu edit the properties and change to Security tab and set there the rights for appropriate user(s) or user groups so that they can not read the files. Ognjen, VSTS MVP ...Show All
Visual Studio Team System Trigger Schema
I'm not sure if this is a bug, I tried searching the forums with no luck. I imported a SQL 2005 Database schema, which contains 2 tables which are not [dbo] schema, the schema name is [Unblinding]. Everything looks fine, except the triggers for these two tables keep trying to get created under the [dbo] schema, which isn't correct. On my production database I imported from, the tiggers are in fact under a different schema [Unblinding], not [dbo]. So when I try to deploy changes, I get invalid object name errors. Here is the alter statement that gets generated: ALTER TRIGGER AuditIns_Users ON [Unblinding].[Users] AFTER INSERT It should be: ALTER TRIGGER [Unblinding] . [AuditIns_Users] ON ...Show All
