morinf1's Q&A profile
Visual Studio 2008 (Pre-release) Can someone provide an example of XOML only Sequential workflow that loads several Workflow dlls?
Tom, Can you please provide a similar example to your ASP.NET client calling XOML only State workflow (after adding a typeprovider to the Workflow runtime) I need an example of XOML only Sequential workflow called from ASP.NET client that depends on several Activity and Workflow dlls. Thanks in advance, John Portnov You've posted a Workflow question in the WPF forum. The Workflow forum is located here: http://forums.micros ...Show All
Smart Device Development System Log - Is there one? Where should I log application data...
I'd like to log application data/events somewhere. Is there a log system already for PPC, and if not anyone got any recommendations for FREE prebuilt classes that provide logging functionality such as "maximum file size" etc. Thanks! I'd log directly to a file in the same directory as my executable. For some links see this: http://www.danielmoth.com/Blog/2004/11/debugwriteline.html Cheers Dan ...Show All
SQL Server Redesigning a cube from AS2000 to AS2005 -- Need Guidelines
Hi, How the basic requirements of the cube can be determined by looking at a cube that you have previously built in AS2000. I'm looking for best practices and approches to convert the existing cube SQl Server 2005.Here I'm redesigning the cube not upgrade. Any documented articles and links will be helpful to me which will guide me is what i'm looking at. Thanks in advance, Vaishu For best practices try and look a ...Show All
Visual Studio Team System Error While connecting to Team Foundation server
I had a working version of the team foundation server running on Windows 2003 OS. Now I am getting an error "The request failed with http status 503 : service unavailable ". I searched various forums for the resolution. The solution that I got was 1.restart the TFS website in inetmgr (or iisreset) 2. Restart the TFSScheduler service in services.msc This does not seem to work. I would appreciate if someone could give a solu ...Show All
Visual C++ CObList and CPtrList
Are CObList and CPtrList protected against concurrent access by multiple threads I presume the answer is "no". If one thread is in the process of changing the list, e.g., Add Head, RemoveTail, etc., and some other thread barges in to review the list, there is a potential for the latter thread to sustain a memory violation, correct A mutex must be created for all threads to use when accessing the object, correct ...Show All
Visual Studio Team System Need some help with Unit testing some code, please.
Hi folks, i'm trying to do some negative unit tests, that is, unit tests for bad scenarios, not just the good ones/happy path. so, i've got this constructor /// <summary> /// Default Constructor. /// </summary> /// <param name="username"> string: WebSerivce Authentication: Username. </param> /// <param name="password"> string: WebSerivce Authentication: Password. </param> /// & ...Show All
SQL Server WITH NAMESPACES in SQL function is causing error
Hi All, I'm getting the following compliation error when i try to execute the following function. I need your expert opinion on how i can solve this. ALTER FUNCTION [dbo] . [GetOrgChildHierarchyXML] ( @HierID int , @fiscalyear int ) RETURNS XML WITH RETURNS NULL ON NULL INPUT BEGIN RETURN ( WITH XMLNAMESPACES ( 'uri' as i ) SELECT OrganizationHierarchyId as "ID" , OrganizationHiera ...Show All
Visual Studio 2008 (Pre-release) WPF Bitmap Effects
I'm having trouble building the RGBFilterEffect sample from the Beta 2 SDK. I modified my environment for c++ examples like it said in the readme, but I still can't build because of an alleged sytax error in unknwn.idl. What gives Also, it was my understanding that you could create a bitmap effect with a hardware accellerated pixel shader. Are there any examples of this Error 1 error MIDL2025 : syntax error : ...Show All
SQL Server Sufficiency of SSIS within Standard Edition
I am a SQL 2005 newbie, but well-acquainted with SQL 2000. I am building a Data Mart ETL process that is going to be fairly small and fairly simple. I surveyed SSIS and see that SSIS has much more capability than SQL 2000 Data Transformation Services (DTS) and is Microsoft’s attempt at a full-featured ETL tool. It appeared I could possibly use SSIS to completely design, implement, and manage my ETL process. We have ...Show All
Visual Studio Team System Extracting attribute value
How do i extract some particular part of attribute. Not all attribute! For example i want to extract value of BlockId from this fragment of html code: </script></head> <body> <form name="form1" method="post" action="Default.aspx ScreenKey=AccidentScreen&BlockId=f6f225aa-9d76-4271-ad60-1b0d91a6ab80&IsModal=False" id="form1"> <div> <input type="hidden" name="__VIEWSTATE" id= ...Show All
Visual Basic Add New Data Source for My SQL doesn't work
I have tried also installing and using the ODBC driver version 3.51 and the My SQL driver 3.1.8. None of these work. What do I have to do to add a new MY SQL data source Michael I was told by two different Microsoft employees that Visual Studio 2005 Express Edition was the right version of Visual Studio 2005 for me to use for all of my needs including access to ODBC and MySQL data. They emailed me a link with a comparison of a ...Show All
Visual Basic Received my Micosoft Visual Basic 6.0 Today. Where is the Documentation??
I ordered from a vendor online. Seemed odd I just get 3 disk in the mail w/ a key on one. They are Microsoft Disk. There is no type of documentation or anything w/ it. Was I scammed Can anyone advise If I was not suppose to recieve any typr of documentation just let em know. Thanks For VB6 questions, you should direct to the newsgroups (there should be someone on the newsgroups who can hopefully answer your question(s): http://m ...Show All
Visual C++ templates with VC++ event handling
Hi, I'd like to use templates with event handlers. Appreciate any help. Here is the code. The problem is with the hook and unhook methods. #include <stdafx.h> template < class T> class PropertyChangeListener { public : void propertyChange( std::string oldValue, std::string newValue ) { printf("Changed from " + oldValue + " to " + newValue ); } void hookEvent(T* bean) { __hook (& ...Show All
Windows Forms Showing Icons In A DataGridViewImageColumn
I asked about this a while back but didn't get an answer, but the problem is still there... I have as form with a DataGridViewImageColumn. The icons for which are too big. The icons have transparency, I've set ValuesAreIcons = true. If I use the 'stretch' image layout then the icons are the right side but nothing is drawn where the transparency should be, leaving whatever was there before to be blitted around with the form. If I u ...Show All
Visual Studio How to change ReportViewer interface language from English to other
Hi all.. When a report is being generated at the client an English message appears meanwhile ("Report is being generated"), and when the report is shown, button labels are in English, for example, Find, Next and Export. Is there a way to translate those text into other language, for example, Spanish Thanks Jaime The viewer will display text using the thread UI culture for the languages supported by SQL Server ( http://www.micros ...Show All
