ChrisCo's Q&A profile
Visual Studio Team System Access TFS thru VPN
I'm just a developer and know next to nothing about networking. I do know that our TFS is on our primary domain and the domain is NATed behind the firewall. When I try to connect to the TFS thru VSTS I get this error message. --------------------------- Microsoft Visual Studio --------------------------- Microsoft Visual Studio TF31002: Unable to connect to this Team Foundation Server: server06. Team Foundation Server Url: http://server06:8080 . Possible reasons for failure include: - The Team Foundation Server name, port number or protocol is incorrect. - The Team Foundation Server is offline. - Password is expired or incorrect. For further information, contact the Team Founda ...Show All
SQL Server Multiple Select
Hi, In my report i have a paremeter which is a dropdown list showing alla available values.Now i want to select multiple values.The parameter is not multi valued. From the following link: http://www.ssw.com.au/ssw/Standards/BetterSoftwareSuggestions/ReportingServices.aspx#RichTexbox Multiple select in Parameters Is fixed in Sqlserver reporting services 2005. Iam using 2005 version,But i can't able to select multiple values by holding Ctrl key.How to achieve this.If we able to select the multiple values,In wgich format the selected value is passed to the Stored Procedure,It is same the way as selecting multiple values from Multi valued Parameter. Please help me. Thanks in advance T ...Show All
Visual C++ executing a program
How can I execute a program with Visual C++ Hi Fighter92, Did i get ur problem correctly and give u the right solution If not , could u post the question bit elaborated once again Thanx, Ch.T.Gopi Kumar. ...Show All
Visual Studio Express Editions unresolved external symbol???
hello, I use the Visual Studio C++ 2005 Express Edition. I want to implement a simple c++ programm which has a header file and a implementation file. the header file: [code] #include <iostream> namespace main_savitch_2C { class statistician { public: void next(double r); private: int count; }; } [/code] and the implementation file which contains now only the definitions: [code] #include "stats.h" using namespace main_savitch_2C; void statistician::next(double r) { } [/code] But when I try to compile this very simple program, the following error occurs: ------ Build started: Project: Test, Configuration: Debug Win32 ------ Compiling... statsimpl.cpp Linking... msvcrtd.lib(crtexe.obj) : error LNK2019: unresolved external sy ...Show All
Visual Studio Team System Server Application Unavailable
Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request i am using .net1.1 on XP prof. I have checked the EventLog and found error as aspnet_wp.exe (PID: 1120) was recycled because memory consumption exceeded the 148 MB (60 percent of available RAM). please tell me the solution for this Regards It seems that you may want to get more RAM if you exceeded 60% of available RAM. If that doesn't work, then "Server Application Unavailable" is a generic error that could mean anything. You may want to try running a non-.NEt site ...Show All
Windows Live Developer Forums How to Capture The Inside pushpins in polygon on virtual earth
Hi all I want capture the inside pushpins in polygon on virtual earth. pls help to me assuming that you are trying to do what derek is assuming, here's a little code snippet i found on the web and use to determine whether or not a point is within a polygon. i have included the original author's info at the top to credit him. /** * Determines if the given point is within the given n-sided polygon. * * @param polygon A space-delimited list of coordinates. (Required) * @param point A comma-delimited coordinate. (Required) * @return Returns a boolean. * @author Joshua L. Olson ( joshua@waetech.com ) * @version 1, December 7, 2004 */ function PointInPolygon(polygon, point) { var polygon_arr = ListToArray(polygon, & ...Show All
SQL Server Hiding measure group
Is there any way to hide a measure group, e.g. factless measure group which doesn't make sense to expose to end users Thank you. It will be but a Dimension Data security filter, e.g. EXISTS (Customer.Customer.Customer.Members, Username, "Hidden Measure Group Name") will effectively ignore the hidden measure group as well and return nothing. I wonder if this is a bug. ...Show All
Windows Forms run time error (book1.xls) invalid attachament type but works when continuied
I have a vb app that creates a xls book1.xls and then sends an email and attaches book1.xls then goes and then goes to the next customer and drops book1 and creates a new book1. my problem is that during the run (200) customers i get an error at this point Dim oAttch As MailAttachment = New MailAttachment(sfile, MailEncoding.Base64) but i click continue and it still attaches book1.xls and will loop through 10-20-30 customers then pop the error again I press continue it my go to the end of the list or it may go 1 - and pop again then i click continue it attaches book1 and rusumes is there a way I can check for a specific error code error code -2147467259 and just tell it to contiinue I have ...Show All
Visual J# simple question
Hey, guys, just started to work with J#. And got this problem. After building the project(of a very simple application) I can't run it anywhere except my machine. Can you help with that thnx in advance. Valyok Here is a link to v2.0 of Microsoft Visual J# Version 2.0 Redistributable Package - http://www.microsoft.com/downloads/details.aspx familyid=F72C74B3-ED0E-4AF8-AE63-2F0E42501BE1&displaylang=en Gaurav ...Show All
SQL Server There is an error in XML document (1, 6240).
For some unexplained reason, my deployed reports in Report Services began producing the following error message ; There is an error in XML document (1, 6240). ' ', hexadecimal value 0x06, is an invalid character. Line 1, position 6240. ...Show All
Visual C# webservice from client
Hi, I have created a webservice on my local machine using .net 2.0. This webservice is referenced from the project that contains forms. At present I reference this webservice using add webreference and point to it which is sitting on my local machine. How is it possible for other developers to access this webservice which is sitting on my machine please Thanks If you're sharing the project/solution you'll have to remove the dependence on "localhost" for the server name. If you're using the "built-in" Visual Studio web server then you're out of luck, that will only get run by Visual Studio and won't be accessible all the time for the other developers. ...Show All
Audio and Video Development Where can I find informaiton about QualityLevel and DropMode of EVR?
Hi I'm try to make custom QualityManager but I can't find informaiton about QualityLevel and DropMode of EVR. Where can I find it Thanks. kasumi. The EVR doesn't support any quality levels other than MF_QUALITY_NORMAL, and it doesn't support any drop modes other than MF_DROP_MODE_NONE. It does, however, support DropTime, which should be documented both in the docs and in mfidl.idl. It also sends the MEQualityNotify event. ...Show All
Visual Studio Team System Using Excel data source with a Load test - works for 1 user but not for 10 users
Hello, I have a webtest that uses an Excel sheet data source. (The same row is used 4-5 times in the course of the test. There are 2 columns in the sheet.) When I run this in a load test with 1 user, it works fine. When I run it with 10 users at constant load, only about 25% of the tests are completed successfully. Could this be because the users are simultaneously trying to access the same Excel file and running into conflicts Or it might go like this: user 1 accesses row 1, then user 2 goes to row 2, and when user 1 comes back he hits row 3 instead of row 1 again. Another one of my webtests worked great with 10 concurrent users. This test only accesses the data source once per test, which is why I'm thinking there might be some ...Show All
Visual Studio Team System MSSCCI Provider installation error
Hello! One of the devlopers has .net 1.1 framework installed on his computer. He is using Visual Studio 2003 and wants to access Team Foundation Server. I tried to install msscci provider version 1.1 from the msdn downloads website and it comes up with the message: "The setup requires the .net framework version 2.0.50727. Please install the .net framework and run this setup again. The .net framework can be obtained from the web. Would you like to do this now " The user isn't ready yet to get .net 2.0 framework. Please assist. Thank you! I'm sorry for so short answer, I understand now that there is a setup problem. Starting with version 1.0 TFS Msscci Provider is strong ...Show All
Windows Forms storage limit w/ cd installation.
i recently created a project and deployed it using click once. total size of the project after it's been deployed is about 3MB. The project is a simple windows application and has few access database files. If I copy these files into a CD and try to install it, I get an error message, something about storage is insufficient during the installation and fails to install. But if I install from other devices (usb drive, hard drive, flash drive) using the same files, it works fine. Can someone tell me what could be the problem ...Show All
