vjFlexx's Q&A profile
Visual Studio Team System Web test failing RequestFailed: The value of the date string in the header is invalid.
All webtests I run from VS2005 RTM are failing with a response of: RequestFailed: The value of the date string in the header is invalid. The request looks like this: GET /Angel63/sidebar.asp HTTP/1.1 User-Agent : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Accept : */* Accept-Language : en-US Host : 600m01 Cookie : ASPSESSIONIDSATDSCQA=LMGPKPGDJNEPFDPPJKBKILEP Accept-Encoding : gzip I can successfully run the same test using the beta 2 release of VS2005. The only thing I can see that is different is that the request is slightly different. Request from VS2005 beta 2: GET /Angel63/sidebar.asp HTTP/1.1 User-Agent : Mozilla/4.0 (com ...Show All
Game Technologies: DirectX, XNA, XACT, etc. slow backbuffer lock
I need to grab all my rendered pixels and pass them to a video card in order to show graphics on a tv. I can do so by locking the backbuffer and moving the pixels, but in my test it is quite slow. My framerate drops to abour 1/10th of the previous speed, and that is just too slow. Is there a faster way of moving my graphics onto my video buffer than lockbackbuffer and lockrectangle There should be faster ways, but arguably none of them are what I'd call fast . Accessing that type of data (and that quantity) over the system bus is just not optimal usage. If your hardware is on a typical AGP setup then t ...Show All
Visual Studio Team System Object Moved
While running a web test, I am receiving “Object moved to here”. How can I resolve this Regards, Ken I think you find your asnwer in this post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=271184&SiteID=1 Thanks, Anjana [MSFT] Microsoft Developer Support This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All
Visual Studio Visual Studio 2005 Beta 2 Uninstall error.
I am receiving the following message when I try to uninstall VS 2005 Beta 2 Setup is unable to determine a valid ordering for the installation. See the error log for further details. Has anyone else received this message And where is the error log located that is supposed to contain "further details". Thanks. I have the same problem. I can't use the Source Safe in the old VS now, and can't install the new (non-working) Source Safe. Can't run any uninstall-tools and I got always the same message! ...Show All
Visual Studio 2008 (Pre-release) How to map an object field to a sql column
Anyone could help me to find the best way to map a field of type object to a sql column ...Show All
Visual Studio Team System How to install lightweight Team Foundation Client just for bug tracking purposes?
Is there a very lightweight Win32 UI client that can be installed from VSTS Beta 2 I've seen a reference to a June 2005 CTP release that lets you install what appears to be "just the TFC client". But with Beta 2 the Team Suite CD only has the option to "Install Visual Studio 2005 Beta 2", which sounds like a lot more than I want to install. Also, is there a web interface that lets you do more than just see the pre-canned SQL reports I found that going to http://teamserver/reports gets me to the reports page, but I don't quite have permissions on the server to view the bugs yet, so when I click on a bug link I can't t ...Show All
SQL Server FoxPro Image to SQL Char
I currently am trying to synchronize a remote FoxPro database with a local SQL Server 2000 database. I am running across a memo (binary) data type in the FoxPro database. Up until today I have been using the SQL command "Convert(varchar(8000),CONVERT(varbinary(8000),frm_data))" and this is fine if the memo field isn't longer than 8000 characters. Well, today I ran across one that was 2,000 characters. My little work around so far has been to bring it into my .NET application and convert each byte into a character and then save those to a string. Is there a better way to do this using an SQL statement ...Show All
Windows Forms Terrarium Server & Web Controls Confusion
What version of the Office Web Controls do i need in order to get the server to work correctly If i try and browse to the server through a browser, i get the following error. COM object with CLSID {0002E500-0000-0000-C000-000000000046} is either not valid or not registered. So i did some googleing and found it deals with something to do with the  ...Show All
Visual Studio 2008 (Pre-release) Can't reference contained class in XAML
If I have a contained class, e.g.: public class MainClass { ... public class ContainedClass { ... } } I'm unable to refer to this class within XAML. As I understand it, the "name" of this class (ignoring its namespace) is MainClass+ContainedClass, but I can't use that in XAML since the '+' character is an illegal XML identifier character. This limitation prevents me from instantiating a MainClass+ContainedClass in (e.g.) a .Resources section. Any ideas Yes, XAML cannot refer to nested types. We'd recommend doing the following: 1) unnest the type and use it easily. 2) kee ...Show All
.NET Development Re-using Model-View-Controller architecture between WinForms and Web Forms
Hi, I want to create an architecture where the web forms and the winforms can re-use most of the code that is related to databinding (two-way). I was hoping that ObjectDataSource and BindingSource would implement the same interfaces so that my View in the Model-View-Controller pattern could just have an "IDataSource" property that the Controller could work with so update the view and get data from the view. The view classes (i.e. the web form and the win form) can then take care of the actual data binding. Has anyone been able to come up with such an architecture I am aware of the UIProcess application block, but it just seems that that's a ...Show All
Smart Device Development Access to serial port in a WinCE device
Hi, I am developing a WinCE application for a PDA and i need to access its USB port. I am trying to access a serial port, using the function CreateFile, and when I execute the .exe in the PDA (it compiles and links well on PC), it returns me a '120' Error (This function is not valid on this platform.). In the web requirements fot this function it says "OS Versions: Windows CE 1.0 and later", and the PDA has 'Microsoft Pocket PC Version 4.20.0' installed, so the platform is compliant, isn't it I am working with the eMbedded C++ 4.0, Pocket PC 2003 SDK and has installed evc4SP4 What can be the problem Here is the ...Show All
Visual Studio Team System "Index was outside the bounds of the array" on refresh Team Explorer
Hi, A message box saying that the "Index was outside the bounds of the array" pops up each time there is a refresh of the Team Explorer panel. Everything still seems to work fine though. Anyone knows what is going on I assume it is a problem at the Team server since all the Visual Studio working on that Team Project have the same message when doing the refresh. Pierre People ... your answers are pretty much confusing !! well pd42 the problem is that you are retrieving a single value (Scalar) from the database and you put it in a reader like SqlReader. Example SqlCommandName .CommandText = "Se ...Show All
Visual Studio Is there a problem installing Visual Studio.NET IDE 2002 after 2003
Normally, I wouldn’t install Visual Studio.NET IDE 2002 after the 2003 version, except that I would like to check my 2002 links to MSDN Library on my PC (I also check them on a MS Virtual PC). Is there a problem installing Visual Studio.NET IDE 2002 after 2003 Thanks Acolin: That should be ok. Here is more info: http://msdn2.microsoft.com/en-us/library/ms246609.aspx Michael Blome Visual C# Documentation Manager ...Show All
SQL Server Issue with URL Encoding report's hyperlink value.
Hello, I've created a hyperlink in a report. The hyperlink action is 'Jump to URL' The URL is http://ServerName/SomePage.aspx AccountCode=####&InvoiceLevel=1 The hyperlink works just fine in the designer, it's value becomes http://ServerName/SomePage.aspx AccountCode=%23%%23%%23%%23&InvoiceLevel=1 , however when I run from the web the report's URL is not properly URL encoded. It's value is http://ServerName/SomePage.aspx AccountCode=#%23%23%23&InvoiceLevel=1 which is incorrect since the browser now treats the # as a hash. I've tried explicitly URL Encoding the #### in the function b ...Show All
Visual Studio vs 2005 beta 2 setup fails
When I try to setup vs 2005 beta 2, it says that it failed to setup visual studio itself after it gets to the end screen. The installation seems normal untill then because the vs 2005 even gets a checkmark next to it when on the install screen. The progress bar never moves when it is on vs 2005 though. I will post the error log when I can find it. Hello, I am getting the same kind of error when installing Visual Studio 2005 Beta2. The comments before the "return value 3" are: MSI (s) (20:D8) [11:12:03:571]: Assembly Error:Function not defined in specified DLL. MSI (s) (20:D8) [11:12:03:571]: Note: 1: ...Show All
