Victor17's Q&A profile
Visual Studio Team System TFS Extensibility Problem (Microsoft.VisualStudio.Currituck.Proxies.DataServices)
Hi: Anytime I try to run the samples in Visual Studio 2005 Team System Extensibility Kit Beta 2 I got a FileNotFound exception related to "Microsoft.VisualStudio.Currituck.Proxies.DataServices". I was looking for that assembly in all the folders in the kit but i could not found it. Thanks in advance Many of the GAC issues have been fixed in Beta 3. Also, the witimport and witexport tools are now installed as part of the Team Explorer and available in this path: <vs install path>\common7\ide\privateassemblies ...Show All
Visual Studio Team System Side-effects of TestCase : MarshalByRefObject
I have some scenarios where I would like to reference my TestClasses across AppDomain boundaries. Are there any potential side effects to having a TestClass derive from MarshalByRefObject as far as the (mstest)runtime framework is concerned (Assuming for the moment that I have a valid reason for needing to do this :-) ) In other words, does the framework rely on the fact that TestCase classes by default are not able to be marshalled I am not aware of anything that would cause you any trouble (Assuming for noew we are only talking abou ...Show All
Visual Studio Team System All tests failing with "Can't save results of the run since ResultFilePath is null."
Has anyone else run into this problem My unit tests were fine yesterday, then today VS kept hanging while trying to the load the tests in the Test View. In the past, I removed then re-added a new Unit test project with success. However after doing that, I get "Can't save results of the run since ResultFilePath is null" for every test I try to run. Little help Thanks, Peter I need some more information to understand the problem. can u tell me if there is connection string for the result data store you can go Test/Administer Test Controller Then check under the Load Test Result St ...Show All
.NET Development Calling a WebReference operation name the same as the Web service name
In the WSDL below, the Web Service is "CalcService" and it contains an operation also called "CalcService". When adding a WebReference to this WSDL, the proxy generated (CalcService class) contains a "CallCalcService" method for the "CalcService" operation - persumeably because a method "CalcService" would be mistaken for a constructor. Calling the "CallCalcService" method tries to invoke a "CallCalcService" operation on the Web Service, which doesn't exist. Calling the other methods on the proxy work fine. Looking at the code with Reflector, the method passes the "CalcService" method name to SoapHttpClientProtocol.Invoke(), ...Show All
.NET Development High performance sockets and SslStream
Hi guys, I'm involved in a project where we need a high performance comms engine, capable of communicating with several thousands of clients simultaneously. My question is, would using SSLstream for normal channel encryption be fast enough i.e. is it recommended for high performance comms I was thinking of alternatives, one of which being: Use a TCPClient and SSLStream to authenticate the server, perform symmetric key exchange, either with the sslstream, or by using RSA on a raw socket. I'd then switch to a raw socket and use the symmetric key (probably 3DES or Rijndael) for normal channel encryption. I know this is a bit of a pain in the ...Show All
SQL Server Text field problem
Hi, in MSDN is written reguarding WRITETEXT : data Is the actual text , ntext or image data to store. data can be a literal or a variable. The maximum length of text that can be inserted interactively with WRITETEXT is approximately 120 KB for text , ntext , and image data. I am tring to insert a text which has around 9000 charcters using WRITETEXT which is less then 10KB , but surprise: after the execution of the sql statement my field remains empty. WHY I've tested this command and found out that it only accepts 900 characters, which is 995 bytes. I execute this SQL statements sequence: USE RWIN ...Show All
Microsoft ISV Community Center Forums Open an excel file
Hope you will help a beginner .. Here's what I want to do: In a VBA subroutine, try to open an excel file with a particular name say, P01GAB.xls. It may not be in the diretory, if not, wait for 10 seconds and try again. If so, open it and go on to the next thing. (Eventually, it will be in the directory...) So, I take it, I need some sort of error trap on the Workbooks.Open command... Thanks much. Oops! That piece of code should now look like this: for i=1 to iMax on error resume next set wb = workbooks.open(sPath & "\" & sFile) on error goto 0 if not ...Show All
Visual Studio Is it possible to make comments snap-to-grid?
Is it possible to make comments snap-to-grid when resizing and moving like the other shapes The ability to adjust alignment within the comments would also be handy, I'm assuming that this isn't possible Yes, unfortunately they are not supported. A workaround for snap to grid is you could multi-select the comment shape with other shapes and then move. It should make the comment shape snap to grid. Thanks, Ramesh Rajagopal. Class Designer Team. ...Show All
SQL Server SQL Express with Advanced Services - what Reporting Features does it have?
I work for an ISV, and some of our customers use SQL Server, others use SQL Server Express. I need to develop some reports, so I was happy to read that SQL Express with Advanced Services would have some (limited ) Reporting Services available. Unfortunately, the sign-up period to beta test appears to be over, and so I am left wondering exactly what functions will be available. Is there anyone out there who has played around with the beta version reporting functions The RS features that are included with Express Advanced are described here: http://www.microsoft.com/sql/technologies/reporting/rsfeatures.mspx ...Show All
SQL Server Strange problem with DataReaderSource
Hi there, I have a very strange problem with DataReaderSource. I'm trying to get data from InterBase table. I created a Connection manager and the connection was successful. The SQLCommand in "Component properties" tab is a simple "select * from <table_name>". When I switch to the "Column mappings" tab, only the first column from the table is displayed. Pressing the "Reftesh" button resulst in the following error: Error at Data Flow Task {DTS.Pipeline]: The "output column <column_name> has a length that is not valid. The length must be between 0 and 4000. When I go to the "Input and Output Properties" tab, the Dat ...Show All
Visual Studio Tools for Office How to: Take over Save function?
When the user clicks on the save or save-as buttons or closes the document I want to be able to not have word save the document. I want to be able to take over the whole process of saving the document and forcing the user to not be able to save anywhere else but where I want them to save too. For example, the user clicks on the save button and the document gets saved to sharepoint using .doc format, I want to not have the savedialog box pop up either. So the simple process of 1. user clicks save. 2.the document gets saved as .doc - need help finding the save function, will keep looking for it though. 3.the file gets uploaded ...Show All
Visual Studio Tools for Office "Office document customization is not available" error
This error happens very frequently when an Excel VSTO project is built and run within VS. The Excel file will open, but this error will occur. The way I deal with it is to close the Excel file and restart it within VS again, or and again, or and again, or and again, .... The error usually will disappear after rerunning the application once, or twice, or thrice, ... Sometimes, I do have to close VS and restart the whole thing. Could anyone offer a better remedy I am using the latest versions of VS and VSTO. The details of the eroor are copied as following: Could not load file or assembly 'AB5000Trend, Version=1.0.2309.22694, Cu ...Show All
.NET Development vb.net and Access deployment problem
Hi I am working on a project using vs.net 2003 and access database. the problem is that I created a installer and try to install to other computers The installation is succeed on any computer, but when click on .exe file, some computers work fine, but some others just can not load data from access database only the form shows up without the data. Then I change the code a little bit. I use Application.ExcutablePath to location the database file when the program in the run time, the path given is right, but still the same problem, a form without data can anyone tell me the reason why it can find the db in some computers bu ...Show All
Visual Studio MSBuild Copy Task works intermittently
For some unknown reason, the Copy Task sometimes works, and sometimes doesn't. Does this happen to anyone else I'm running from the command prompt. Thanks for the tip, I'll keep it in mind for my test assemblies. For the recursive copy of my output, I'll stick with XCopy; Its simple and easily understood by others. ...Show All
Visual Studio Team System Install issues with 2005 developer edition ctp
Hi, I am trying to install the SQL Server 2005 Developer Edition CTP that came along with the VS2005 Beta 2 Team Foundation Server. I am not able to install the software. Setup always exits with this message. "--------------------------- Windows XP Setup --------------------------- Please go to the Control Panel to install and configure system components. --------------------------- OK --------------------------- " Please help! Thanks abdullah If it asks you to provide a strong password use a batch file to run setup.exe EX: create setup.bat with the following ...Show All
