modtran's Q&A profile
SQL Server Disappearing Measures???
Not sure what I could have done to make this happen ... but one of my simple measures (simply a row count of my fact table) no longer shows a value EXCEPT when I use it with one of my multi-level hierarchies I defined. Has anyone seen this Is there a way to fix it I really have no idea what I coulda done. I've even commented out my calculated members and removed any non-regular dimensions and it still ain't working. Thanks - Wayde ...Show All
Visual Studio Team System automate build with beta 3
this is what i wrote and it complaint team foundation can't start the build when i try to run it. localhost.BuildContoller bc = new localhost.BuildContoller(); bc.URL = @ http://localhost:8080/Build/v1.0/BuildController.asmx ; bc.Credentials = System.Net.CredentialCache.DefaultCredentials; localhost.BuildParameters bp = new localhost.BuildParameters(); bp.TeamFoundationServer = "VSTSBETA3"; bp.TeamProject = "myteamprojectname"; bp.BuildType = "m ...Show All
Visual Studio Team System Agent problems with Sept CTP
I installed the new controller/agent on a clean machine. It appears to have installed correctly, but I can't run any tests on the agent. The test (a simple web click test) runs fine on my local machine. I have bumped up tracing on the agent and service. The controller log says it sucessfully queues the test run and the agent log says it sucessfully connects to the controller, but it just hangs there. After a while, ...Show All
Smart Device Development vs2005 compiler is fatally flawed: generates bad code
In this very simple excerpted code, the compiler fails to do its job. If you want it recreated, I propose someone there try to recreate it. I've already got it happening here. It's as simple as it gets. From the type of failure, it looks like it's going to happen a lot. r12 is assigned the address of mc.decodePriority only if gDecodeMaxPriority >= 3, yet it, r12, is still used as the store address when it is not &g ...Show All
Software Development for Windows Vista How to prevent an Workflowinstance from terminating
Hi there I'm currently working on a (runtime-)service that should start a workflow for errorhandling if an instance faults. The service works fine as long as I trigger it by the instance's terminate event (Runtime -> WorkflowTerminated), but I want to prevent the instance from terminating and instead suspend it so it could be resumed and starts at the State that caused an error previously. Is anyone there who could give me a ...Show All
Smart Device Development Deploying a .net2/sqlce app
Hi! note: new in mobile development but experienced .net developer Can you give me a guidance on what do I need to install in a wm2003 device to deplory a .net 2.0 app which also uses sqlce 2005 Are some specific dll's enough I would like to create a complete CAB with all the necessary files so that end-user can easilly install/uninstall the application. Unfortunately, you can not do that. License does not allow you to break NETCF/SQL Mob ...Show All
Software Development for Windows Vista While Activity - Loss of status
Hello, I have a custom activity having its own serializable data. When using it in a SequentialWorkflow together with a following Code activity, I'm able to query from the Code event handler the data in the custom activity. When placing both in a Sequence in a While activity, the data in the custom activity is lost and the code activity sees my custom activity as created by constructor. I've read that the While activity re-initializes its child ...Show All
Smart Device Development Real Time audio recording
Hi, I've made a program using w32 API to record audio using eVC++ 4.0. Actually I need audio frames to be processed in real time and those frames must be 30ms long so I calculated the size of the buffer (dwBufferSize in WAVEHDR structures) to be that long (ie., at 8Khz,16bits,1channel, buffer size should be 480 bytes). I also use double-buffering and pick the ready buffers when my callback function is called with the WIM_DONE message. ...Show All
Visual Studio Team System DisposeMethodsShouldCallSuppressFinalize woes
I've got a class that derives from a class that implements public void Dispose() and protected void Dispose(bool). My class also owns a disposable field. So, I've derived from IDisposable and implemented the Dispose pattern, taking care to have try/finally in Dispose(bool) where base.Dispose(disposing) is called within the finally block and GC.SuppressFinalize(this) within the try block (if the object has not already been disposed an ...Show All
Visual Studio Express Editions New to express
Calling all vC++ users, I am brand new to express and I have a problem already. I have made a sample app that just has a toolbar drawn on it. It worked on the PC that i made it on, but when I emailed it to my other PC and tried to open it it came up with an error saying that the "Application" wasn't "configured" correctly. Can anyone help please Could it be because I need to make it standalone some how Chri ...Show All
Visual Studio Express Editions Development web server hangs system every time...
I have been trying to use Visual Studio 2005 Beta 2 to build asp.net websites. But every time I click the build/debug button (green arrow) it starts up the development web server, launches the browser and my whole system crashes. The only thing I can do is move my mouse cursor. I can't close anything, can't access task manager, ctrl-alt-del does nothing. I have to do a hard reboot to get my system back. I tried ins ...Show All
SQL Server parallel execution
Hi I have 3 sources as Flat files and the destination is a single table. Is it possible for running a package so that it is executed parallelly. I mean , all the 3 files should run at the same time and load it into the destination table. If it is possible, please let me know how to do it Regards M The easiest way is probably to have 3 copies of your Data Flow, each using a different File Connection Manager, and ...Show All
Smart Device Development tap and hold
hi, i want to implement tap and hold behaviour in list box. but i can't use CListBox to get the GN_CONTEXTMENU, because what i found in CListCtrl, we can implement WM_LBUTTONDOWN to get the behaviour of tap and hold. i have tried to use LBN_SELCHANGE, but it can't capture the event of tap and hold. any idea of what message should i implement in CListBox to get tap and hold behaviour Thank you very much... Th ...Show All
Visual Studio Tools for Office edit -> delete on excel disabled, after excel vsto installed
I have created a excel project utilizing VSTO 2005 and now I have installed it on different computer to test it. It works great on their computer and does everything it is suppose to do. The issue is now when the user’s tries to use their regular excel the “Edit-> Delete” is disabled. Any ideas, why And how to fix it… Thank you Hi You can try and run this snippet in a VBA command window and that should reset the ...Show All
Visual Basic System.Net.Mail - Can I save email before/after send?
I am experimenting with this to enable my five users to send email as a particular address. Everything works fine but what happens to the email message after submission to exchange Basically, I want to be able to save the generated emails to a particular folder on a shared network drive before/after sending. Cheers There are a lot of different ways to approach this. The first would be to serialize t ...Show All
