Mike in Paradise's Q&A profile
Visual Studio Team System TCP/IP Slow-Start
Hello folks, This is my first message on this forum and I hope that someone out there can give me a definative and hopefully simple answer to this question. In server management when you are dealing with congestion issues there is an algorithm that runs called slow-start. If I am running a closed network I can disable slow-start. How do I disable slow-start Your assist in this would be much appreciated................ Hi Ian, Thi ...Show All
.NET Development xml error
i've created an website with visual studio 2005 (asp .NET 2.0) Now i want to upload the website or test it on my local root folder but i always get an xml error. When i run the website it works just fine The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. Most probably, your local server does not have ASP.NET ISAPI correc ...Show All
SQL Server SQLXML4 didn't install for SQLExpress
I just noticed that SQLXML4 did not install when I installed SQLExpress Advanced package (Mar 2006). Anyone know if I can install SQLXML4 separately for SQLExpress Advanced or do I need to uninstall and re-install the entire package Thanks, Paul Hi Paul, SQLXML4 is not included in SQL Express Advanced. To my knowledge is is not available as a separate download. Regards, Mike Wachal SQL Express team ---- ...Show All
Visual Basic Error with my project
Hi! I have nearly formated my pc. And i copyed my project. Then i installed VS.2005 on my new formatted pc and tryed to continiue with my project. I open the project and try to open my main .vb file. Then it comes an error opening the .vb file... I cant tell exactly what it stands right now, because im not on my computer... I write what the error contained later today. If someone understands this without explaining what the error said, it have b ...Show All
Visual C++ Linker issue LNK2019
Hi, I am trying to do a class template for matrices. Everything compiles well but when I try to use it in another project I have a small issue. Source for the matrix class: class Matrix { public: //Generic functions short int Rows(); //Returns the numbers of rows short int Cols(); //Returns the numbers of columns Matrix ...Show All
SQL Server Cannot DROP SERVICE
I'm having trouble dropping a Service Broker Seriver using the DROP SERVICE command. After about 15 minutes, my SQL Server 2005 Standard edition replies with the following message: Msg 701, Level 17, State 171, Line 1 There is insufficient system memory to run this query. Is there another way to remove a service I've tried restarting SQL, but this does not work. Open a second connection to the server and please ...Show All
Windows Search Technologies WDS and WSS
Hello there My intranet site is Windows Sharepoint Services (WSS) which is running on MSDE (Sharepoint) not SQL Server. I have downloaded your adm file and added to group policy. In Group Policy under user config. In the search tab of Windows Desktop Search I have set the Primary intranet search location. I have set as follows: intranet, http://servername/_layouts/1033/searchresults.aspx k=$w ...Show All
SQL Server Deployment overwrites partitions
When I deploy to Analysis Services 2005 from BI Studio, it prompts me that 'Deployment will overwrite existing objects' and when they are deployed, it appears that certain partitions are lost. How can I deploy while retaining existing data ...Show All
Visual Studio Team System Avoid CA1051:DoNotDeclareVisibleInstanceFields on inherited Forms?
Using VS 2005/FxCop 1.35 Beta 1 all fields (e.g. Buttons) on our Windows.Forms.Form base class are flagged with CA1051. Is there any chance to get designable, protected components without excluding this message on all elements That is SOOOOO cool! Now if we could just convince Microsoft to get the designers to do this "correctly" when we set the Modifiers property to protected!!! I'm thinking ab ...Show All
.NET Development DataSet ForeignKeyConstraint Exception in VS2005 Beta2 CPT June
Hi, Using the DataSet below to test ForeignKeyConstraint I get an exception "Invalid 'Key' node inside constraint named: FK_CatId." when read from xml file. IDE: VS2005 Beta2 CPT June Any help Thanks Roberto Juca robjuca@pobox.com DataTable tb1 = new DataTable ("TB1"); tb1.Columns.Add ( new DataColumn ("CatId", typeof (Int32))); tb1.Columns.Add ( new DataColumn ("Name", typeof (String))); tb1.Constraints.Add ( new U ...Show All
Visual Studio Training/consulting on VS Extensibility?
We are a small ISV that sells a highly customizable base product, and also provide customization services to roughly half our customers. In the absence of something like VSTA in .NET for the last 4+ years, we have built our own proprietary, peculiar IDE and framework in its place. Now that VSTA is coming out, some of us at my company would like to move to it. We need training and consulting to get manager buy-in and "jump start" us ...Show All
.NET Development ASP.Net 2.0 Context.User not set in AuthenticateRequest
Been using the following code in a VS2003 site for years upon using it in VS2005... Checking Context.User.IsInRole before leaving the event gives me one value, one debugger step more, in the Page_Load event of the page, and Context.User.IsInRole gives something completely different. It appears to me that the following code is no longer updating Context.User. Any ideas rprince@radiaInteractive.com protected void Application_AuthenticateR ...Show All
Visual Studio Express Editions How can I use WTL?
WTL 7.1 has script to install on VS 2003, but how about VS 2005 Express . How can I install it manually in VC++ Express 2005 . here's the post: http://groups.yahoo.com/group/wtl/message/12850 ...Show All
Visual Studio Express Editions CDate function returns 'IndexOutOfRange' error - also in VB.Net 2005 Beta2
Hi folks, I have already reported this error in the VS 2005 Beta2 forum, but was told that it was not reproducible (VbCity and VBug, and your UK Launch team were also unable to reproduce the problem). I think I now have a lead on the issue! It also looks similar to a problem reported yesterday on the VB Express forum - 'I keep getting the out of range exception'. I have condensed the problem to two lines of code: &nb ...Show All
SQL Server Task/Generate SQL Scripts - Script Behavior DROP Statements Followed by CREATE Statements
My drop down only has the option for DROP Statements only or CREATE Statements only. The help text mentions DROP followed by CREATE. How do I get that option Thanks, Chris Apparently, Drop+Create is not supported currently & the description of Script Behavior is inaccurate. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=134820&SiteID=1 ...Show All
