Rambozo's Q&A profile
SQL Server Server error 1431 When setting up Database Mirroring Using Local System Accounts and Certificate authentication
I attempted to setup database mirroring using a High Availability scenario but when I installed SQL is chose to use local system accounts for all the services. Consequently, I stubled upon a microsoft article explaining how to setup mirroring using local system accounts and certificate authentication but I am stil not able to get it to work. When I try ti initiate the mirror from the mirror server I receive an error stating " Neither the pa ...Show All
Windows Forms read CSV or an easy way to convert to Access
I have to import files into a database, and i have that capability but i would like to do some checks before this takes place, such as verify that the appropriate columns are present, verify that the number of rows are a certian number,&nb ...Show All
Visual C# The IDE often automatically changes the file subtype from "Form" to "Code" in the .csproj file
The IDE often automatically changes the file subtype from "Form" to "Code" in the .csproj file, which renders the forms unviewable in design view until that change is undone. Is there any way to prevent the IDE from doing this automatically Thanks, Wilfred look at this url http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx FeedbackId=f39a46fc-5dac-4a55-81ef-e1d262fe0040 ...Show All
Visual Studio Team System Project creation failed with error:"Initialization failed for plugin(s): 'Microsoft.Pcw.wss', 'Microsoft.Pcw.currituck'"
During creation new team project from Visual Studio 2005 I get Project creation failed with error:"Initialization failed for plugin(s): 'Microsoft.Pcw.wss', 'Microsoft.Pcw.currituck'" message with log: 07/08/2005 10:43:00.938 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://as-cmp-1:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 07/08/2005 10:43:00.938 | Modul ...Show All
Visual C++ scanf deprecated
Hi there, I'm getting this warning: test.c(10) : warning C4996: 'scanf' was declared deprecated C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(295) : see declaration of 'scanf' Message: 'This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' 1) I don't want to use _CRT_SECURE_NO_DEPRECATE in every project I write, I'm compiling fr ...Show All
SQL Server Error Uninstalling CTP
I am trying to uninstall SQL Server 2005 CTP version before installing Beta version and keep getting an ARP Wrapper Error message that states "Registry Enumeration Failed". I ran Registry Mechanic, etc, but there are no indications of a problem. Any ideas Thanks in advance, dinzana See "If you experience problems" section of http://support.microsoft.com/kb/909967 . Rgrds, Alex Pinske ...Show All
Windows Forms VB.NET Inheritance
I have an OOP question that troubles me. I have a classic 3 tier application: Presentation Layer (PRES) Business Logic Layer (BLL) Data Access Layer (DAL The PRES will quite possibly become an ASP.net project but could be windows forms. Currently The PRES has  ...Show All
Visual Studio Team System team system explorer error
I have TS on a single server. Connected to the domain. When I goto somoenes' machine to set them up with team explorer, and try to connect to the TS server, I get a permission error. The account doesn't have priviledges. To which group do I need to add this user in order to allow them to connect to a project I have in TS Any TFS group should do the trick. How about "contributor" for the project ...Show All
Visual C++ Loading files into a running program
I had a nice well thought-out post but this #$%@ form deleted it because I forgot to add a subject. Has anyone tested this thing with Firefox Oops, Microsoft forum. Er... IE rules! Anyway, here's the short version. How can I make my Visual Studio 2005 Visual C++ program load multiple files in a single instance of my program (like Visual Studio) rather than spawn a new instance for each one (like Notepad) I'd like for the user to be ...Show All
Visual Studio Team System C/C++ Analysis - Incorrect C6293 warning
Using the following code, the C/C++ analysis tool incorrectly issues: warning C6293: Ill-defined for-loop: counts down from minimum for the line ' for ( ; i < a.v; --a.v) '. Note the equivalent line ' for ( ; i2 < j; --j) ' does not cause the warning. class A { public: A () : v (10) { } int v; }; int main(int argc, _TCHAR* argv[]) { int i = 0; A a; for ( ; i < a.v; --a.v) { printf ("v %2d\n ...Show All
Visual Studio Team System How to use TFS best as a code-reviewer
Hello, we are using Beta 3 Refresh of TFS along with VS2005 and the Team-Explorer. 1) I should be able to do a weekly codereview. Is there a specialized view for this Getting the whole history, opening each history-element, comparing the version with the previous version takes way too long. 2) I am missing an information: We got two branches. We merge from one branch to the other. When I do my review I would like to be able to see, whet ...Show All
SQL Server Documenting a reporting services site
Does anyone know of a good tool that will help with documenting a reporting services website I inherited a prebuilt site and I am trying create some documentation about it. I have tried Visio, but it documents down to layers I do not need to go to. I just need the folder heirarchy and the reoprts within each folder. Thanks for you help! frank Sorry - we don't have such a tool in the box. You can use a script to do this pretty e ...Show All
Visual Studio Team System Beta 2 Team Suite - Designers
I've installed the beta 2 of team suite - but can't find the logical data center designers etc - are these elements included in this beta am i missing something really obvious thx s. no joy I can't see any Distributed System Solutions under Project Types as referenced in the help. Regardless of the solution i have open, I don't see any of these templates. I do have a bunch of files in C:\Program Files\Microsoft Visual Studio 8\Com ...Show All
Visual C# How to Read/Write DBF file In C# use OleDb
See the topic! Give me an example to show me how to do this ,thx! And my msn is i_will_communicate_through_this_forum@msdn.com I can't insert a Datetime Object into the DBF file,why Yes ,Got a Exception . Say that "A Abnormal GUID" I want insert a Datetime object into .Somebody told me write sql like: insert into [5.dbf] values({^2006-02-20},'leton',23,'question',T) I ...Show All
Visual Studio Express Editions cannot open form in design view
Hi i saved a visual basic 2005 project containing two forms. When reloading the project the next day, i could not get the design view of those forms anymore. I only see the code in form1.designer.vb, i do not see the form with the usercontrols itself. In the solution explorer i see a node form1.vb with an icon which looks like a small textfile and "VB" in its corner. When i click on this node two files appear: Form1.designer.vb and For ...Show All
