MM_Thijs's Q&A profile
SQL Server Maintenance Plan - Not under Management Folder
Hi, I installed the SQL Server Management Studio Express this morning and am able to attach to my SQL2000 instance runnng on my laptop. I wanted to confirm my database backup schedules but there is no Maintenance plan under the Management Folder in SQL Server Management Studio Express. Can someone please assit me in wotking this out.. Regards.. Peter. Hi, Yes I came to that conclusion as well after reviewing the comparisons between all versions of SQL 2005 on the Microsoft web site. No there is no node to view any exisitng or setup any ...Show All
.NET Development RegEx
Hi there, i need some help on RegEx. i know them well from coding PERL, but the syntax Iguess, must be different. Does anybody know where to get a list of possible "signs" and their meaning For example: ^[a-z] at the beginning of an expression means, that the string to check MUST start with an alpha-numeric sign. In C# (i believe) it means that the string should start with anything BESIDES an alpha-numeric sign. So a list of signs and their meanding would be very helpful! Thanks, Finch82. (Moderator: Thread moved to the Regular Expression Forum and Title tweaked for Search Purposes) Thank u, haven't tried it ...Show All
Visual Studio Team System Reporting Services Error with the RC
Setup says: Error 29112.Team Foundation Report Server Configuration: Report Server is not properly configured or the Reporting Services Web site could not be reached. Use the Report Server Configuration tool to confirm that Report Server is configured properly and that the Reporting Service Web site can be found before running the installation again. For more information see the Team Foundation Installation Guide. The Reporting Services web site says: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. (rsReportServerDatabaseUnavailable) Get ...Show All
Software Development for Windows Vista Invoking one workflow from another
I want to invoke one workflow from another and get some back some return values from the second workflow. I tried the InvokeWorkflow activity but have some issues with that. 1. If I use a workflow in the same project for the InvokeWorkflow activity then I get the following error "You cannot invoke a workflow compiled in the same project as the invoking workflow." Why is this not allowed 2. I invoked a workflow from a different project but that other workflow had some "out" and "ref" params so that it can return a value back to the calling workflow. However I got the following error: "Workflows with Out or Ref parameters cannot be invoked fr ...Show All
.NET Development How to use ISAPI Filter on IIS6.0?
Hi, I have a ISAPI Filter(named CustFilter) write by VS.NET2003 OS: Win2003, IIS6.0 In Web Service Extensions, Set Extensions and service all allow when IIS log, CustFilter event "onLog" will write "OK" or "Error" to "log.txt" file CustFilter in IIS6.0, status is right(because shows green arrow ) but do nothing!! And *.aspx page cannot read. How to set IIS6.0 and ISAPI Filter ...Show All
Visual C++ How to Create a .dll to be used in other Projects
Hello Everyone, I created a project Under Win 32 and even tried MFC dll to use in other code....I have a C# code, when I try to add that .dll as a refrence that its not a valid assembly nor COM....How can I create a dlll to use under my C# project... Thanks, Harsimrat Take a look at http://msdn2.microsoft.com/en-us/library/sd10k43k.aspx for interoperation and mixing native to managed code. One way, is to wrap your C++ code in managed wrappers and use the resulting managed binary in your C# application. Also, take a look at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=73716&SiteI ...Show All
Visual Basic How do you get Camera name from device/drive name similar to Explorer
I have tried system management and Volume Name does not return the Camera Identity In windows explorer I get 'F: Finepix' for my Fuji camera However with Volume name I get "Dell" for my C: volume and also a name for my flash drive, but a blank or null for the camera when it is connected How do I get the camera name Finepix same as explorer, and if possible is there a check to identify that this in fact a camera connection as distinct from a flash or hard drive Any help most appreciated ...Show All
SQL Server Rpt works in VS but not on Rpt Mngr!
I created a report in SQL Server 2005 RS, which uses cascading parameters. The report works fine in Business Intelligence VS environment but when I deploy it, I get an error message on the Reporting Manager. I get this message when I try to select the second parameter. The second parameter is dependent on the first. I do not have a parameter value But the error states parameter "value". Value cannot be null. Parameter name: value ...Show All
Visual Studio Tools for Office Tip for deployment vst document
For what it's worth, here's a tip when deploying a vsto doc. I had followed all the rules on caspol , reading several threads on the issue etc... to make my assembly fully trusted on a test directory on my dev machine. It kept on complaining on security when launching the doc. The reason was very simple : if you still have the related vsto project open on the same machine ( not even the document, just development interface), it will never work. I closed Studio and the vsto doc in the test directory was ok. might save you some time cause this thing took me some time... Thanks for the sugg ...Show All
Windows Forms system.windows.forms.timer help???
I'm wrighting an application that uses a timer to check the threadstate of a system thread. My problem is the timer seems to fire one last time even after telling it to stop. When it does this it seems to clearout a peace of information that I need. Can someone show me how to make the timer stop dead in its tracks Here is my code.. <hr> ...Show All
Windows Forms Getting Output Debug screen messages to show on a listbox in windows form
Hi... How do I get output debug messages generated by the debug mode (ie. Start with debugging) If I can get them, I wish to display them to listbox that I have in the windows form I created. Is there a smarter way other than using the following : lstDebugMessage.Items.Add("Whatever is inside debug message"); Where lstDebugMessage is the listbox I generated in my windows form. Thanks for any ideas! hi try { //Operation } catch (Exception ex) { lstDebugMessage.Items.Add(ex.Message); } Hope this helps ...Show All
Windows Forms Need practical examples of row validation and error handling on DataGridView
I need a practical example of row validating and error handling for the DataGridView. My DataGridView is bound and some cells are required. None of the examples I've seen on MSDN show 1) how to determine which required fields were not supplied and 2) how to give the user an intelligent message informing them of all the rows they need to enter and 3) keep the user on the row so they don't loose their edits. It seems the row validation event and other row/cell events fire even when the grid is not fully populated (such as when the grid is loading) and thus some columns that usually exist don't and exception ...Show All
Visual C++ fatal error C1083
Hi, I am using a VC++ V7.1.3088. Although, I have a directory reference of the subjected file in; Configuration Properties C/C++ General Additional Include Directories I get .... : fatal error C1083: Cannot open include file: 'appsywcomdev.h': No such file or directory.... during compilation. If I delete the directory reference and reset it again Confiration Properties, build completes properly. However, whenever I modify any file in the project and save. The problem reappears again. Again, I need to refresh the ...Show All
Visual Basic Next NewBee question (Icons and TreeView)
I am working with a treeview control and I want to be able to display the icons next to each node depending on the file type. First I want to say that I am not working with a Windows File System files. I am working on files that are referenced through a proprietary file system that enables the revision history’s and other file attributes. It is for a Engineering software similar to Solidworks. Anyway my first problem is extracting the Icons from the dll. I can’t seem to figure out how to do that I have been searching the net for 3 days and none of the code I find seems to work. &nbs ...Show All
.NET Development Does system.net have any way to map a network drive?
I need to be able to map a network drive from .net, but the only method I have found so far is by using vbscript (wscript) from within .net, to call "net use" :-S I hope I'm mistaken and that there is a native way to map a drive... There is no way to do that from System.Net. try http://www.codeproject.com/csharp/mapnetdrive.asp ...Show All
