Software Development Network Logo
  • .NET Development
  • Visual J#
  • Smart Device
  • VS Team System
  • Visual Basic
  • SQL Server
  • Game Technologies
  • Visual C#
  • Windows Forms
  • Microsoft ISV
  • Windows Vista
  • VS Express Editions
  • Visual C++
  • Visual FoxPro
  • Architecture

Software Development Network >> Amerloque's Q&A profile

Amerloque

Member List

alvinr
Philip Fortier - MSFT
Gangadhar Heralgi - MSFT
CCODER32
sunnyluo
Jean Fuertes
Dima Kherson
ciep_base
alugos
kenny08
Juan.Faustino
Ade Miller MS
AnotherAlien
Steve Penfold
Steve Cowell
Jitin Batra
Sunny2006
TiredDBA
Roman S.
Vegethalia
Only Title

Amerloque's Q&A profile

  • .NET Development unable to consume web-service on .NET2005 (though its working in 2003)

    hey, i have a problem consuming a web reference on the VS.NET2005, im getting errors refering to- Reference.map Settings.settings the errors are about not recognizing elements in the namespace. this is weird because i succesfully comsumed this WS in .NET2003. any ideas naama Please post this in the WebServices forum. There could be some changes and there may be some workarounds. In any case the web services guys are the right people to help. In the mean time, it does not hurt to be ready with a netmon trace. http://blogs.msdn.com/dgorti ...Show All

  • Visual Studio Team System VS 2005 RC aligns with what version of TFS?

    There is no TFS beta 3 posted yet--which version of TFS does the VS RC work with I've also been trying to find out about this. We're on the July CTP of both TFS and VS2005 and we'd like to move to VS2005 RC1 if there's a stable version of TFS we can use with it. ...Show All

  • Visual C# movie

    Hi How can i make a program which allow me extracting movie from movie file without audio try this link, it may help: http://www.codeproject.com/cs/media/avifilewrapper.asp ...Show All

  • Visual Studio Team System Build failed

    My solution has one Windows Forms project, all files are checked in. After starting build it failed, below is content of the BuildLog.txt: Build started 4/12/2006 5:21:06 PM. __________________________________________________ Project "C:\Builds\TestBuildDirectory\Test\Main\BuildType\TFSBuild.proj" (EndToEndIteration target(s)): Target InitializeEndToEndIteration: UpdateBuildNumberDropLocation BuildNumber='Main_20060412.1' DropLocation='\\tfs\BuildResults\Main_20060412.1' C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets(165,5): error : Access to the path '\\tfs\Build ...Show All

  • Visual Studio Team System Team System Beta 2 VPC Expiration in 19 days

    Hi all, I downloaded the Team System Beta 2 VPC image (as a MSDN Universal customer). The Windows Server 2003 installation prompted me to activate, and so I did, over the phone. After activation, upon logging on, I am informed that I have only 19 days left in my evaluation of Windows. Specifically, the message dialog states: "The evaluation period for this copy of Windows will expire in 19 days. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp." This confused me, as the readme.txt on the image states: "Microsoft Windows Server 2003 Standard Edition (expires September 16, 2006)" A brief ...Show All

  • Windows Forms Windows Media Center

    I have just bought a new laptop (Dell E5105) from QVC and it comes with the Windows Media Center OS. Am I going to have to replace the OS with XP Professional I am a web designer and VB Programmer and I need to have IIS and want NTFS. Does the Media Center OS support these two items Thanks, The base platform for Windows Media Center is, surprisingly enough, XP Pro not XP Home like you would think. It is a superset of XP Professional so you shouldn't experience any problems with installing either IIS or setting the file system to NTFS. ...Show All

  • Visual C# if or #if(preprocessor)

    Hi everyone, I would like to ask that which of the following make the program fastest if or #if(preprocessor) Briefly, my question is that which one provide a program to be compiled or executed faster than the program done with other statement The main point of all of this is that if and #if have very different goals. The point of an "if" is to provide a way to dynamically change the execution path at runtime. Whereas the "#if" provides a way to create different versions of the same code-base. For example, you might have a demo version and a retail version. The retail version has all the normal feature ...Show All

  • Visual Basic Displaying empty gridview

    If there is no data to be displayed in a GridView in ASP.NET, then the GridView is not rendered at all. Does anybody know how I can display column headers in this case Thanks in advance. ...Show All

  • SQL Server Report Corruption When Exported to Excel

    Hello. Anyone please help me with my problem with regards to exporting reports to excel. My report consists of two tables, first table is just plain data displaying from the database; however, it has drilldowns. My second table consists of graphs. My report generates big size depends on the parameters selected by the user. The design of this report is the requirement of our clients, so i cannot do anything about it. So, here comes the problem when i try to export it to excel. The following error message is encountered:   "Microsoft Office Excel File Repair Log Errors were detected in file 'C:\Documents and Settings\Adminis ...Show All

  • SQL Server SqlCeConnection guidelines - keep it open?

    What is exactly the recommended way of using a SqlCeConnection object in your application In all the examples I see (IBuySpyDelivery for example) it opens the connection object in the constructor and leaves it open most of the time until the class gets disposed. Is that the way to do it Or should you open and close the connection for each database action (insert/select/delete) you're doing on the local SQL Mobile database I'm a bit confused, but maybe I'm messing up the way of working on remote database servers with how it should be done on a local SQL Mobile db. Take a look at this blogpost. The co ...Show All

  • Windows Forms Datagridview Drag-and-Drop question

    I am trying to find an example of how to drag and drop text from a text box to a cell in a datagridview in C# without any luck. Could someone please explaine to me how to do this or show me a small example. Thanks John I can show you how to do this in VB. I hope you can convert it to C#. Let's assume there are a DataGridView and a TextBox controls on a Form. Set the AllowDrop property of the DataGridView to True . Place this code in the DragOver event handler of the DataGridView:      Dim dgv As DataGridView = CType (sender, DataGridView)      D ...Show All

  • Visual Studio Team System New problem creating Team Project

    I've been working to simplify the authorizations needed to create a new Team Project. In the process, I reinstalled the Team Server from scratch (again), followed the installation guide for a single tier (to the letter), and then applied my authorization steps. I then attached to the Team Server from an account in the domain's 'TFS Project Creators' group and attempted to create a new project. It failed with the error log excerpt shown below, informing me that I was not a namespace administrator. Since I know that I've created projects previously without being a namespace adminstrator, I was pretty surprised. The project shows up i ...Show All

  • Visual C++ Your rand()

    Hello, welcome SPaula-new member to MS VC++ forum. Could you tell me what mathematical functions you have tried to implement rand() in C++ and VB also Thank you The source code for the C runtime library is available in the Pro and up edition of the Visual C++ / Visual Studio products (all versions). Ronald Laeremans Visual C++ team ...Show All

  • Visual C# Default value on value-types

    I have implemented a value type that use a string value as value container. I need to initialize this string with a "" value insead of null. Is it possible to explicitly initialize a value type Is there a way to run a default parameterless constructor Thanks, Felice R. There is always a parameterless constructor for value types, and it only ever sets the fields to the default values for the type - you can't specify instance variable initializers within value types. The reason for this (I believe) is efficiency - if you create an array of a million instances of this value type, with the ...Show All

  • SQL Server Service Manager

    When I go to run SQL Server by way of the Service Manager, I see a new server name that I am not familiar with "FX-21716\PROFXENGAGEMENT". I don't know where this came from. I recently installed Oracle 10gEX and Crystal Reports Developer v11 eval. Could they have done this behind the seens Lukasz: The copy of SQL Server 2000 eval is my own copy.It has nothing to do with my company. I am running it on my own laptop. ...Show All

©2008 Software Development Network