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

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

XStone

Member List

JimScudder
chrisewers
Univer Blue
Danut Prisacaru
Dawa
Julian123
Anuj Purwar
behnam1
Sulakshana
forwheeler
haihtomy
Jack Diamond
Polina
hallscreations
BukHix
Waldo Wrangler
Sontiago
André Arruda
Kazius
radmi
Only Title

XStone's Q&A profile

  • Visual Studio Team System Visual studio locking up when doing TFS stuff.

    Hi, I am wondering if anyones else is having a similar problem as me. It seems at certain times when I do various actions (getting latest code, checking in something) the action completes and then Visual Studio locks up to the point where I have to kill the devenv.exe from the task list. It has happened to me quite a few times now. I am running the VPC image for the server and have installed the TFC from the en_vs_2005_tfs_trial.iso file. I really like the product and have convinced my manager we should move to it but I can't really do that in good faith if the team is going to lock up frequently. Cheers, Clint Well I w ...Show All

  • SQL Server Using an External Dataset with Reporting Services

    Hi. (Our team use Reporting Service 2005 in first time.) Tell me please. How can I pass parameter in data processing extension to generate dataset depending on this parameter (Run-time). ...Show All

  • Visual Studio Team System Another warehouse not updating :(

    Hi folks, i've noticed our warehouse reports are updating/working. eg. Remining Work Report Generated: 6/06/2006 4:16:54 PM by Domain\User; Last Warehouse Update: 21/05/2006 5:41:04 AM. I can use http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx in IE and it works (well, it says TRUE and pretty soon after that it (refresh IE) says FALSE). There's no errors in the EVENT LOG anymore. The TFSServiceScheduler was off, so i had to double check the logon user (Domain\TFSService \ password) apply, and run (works). Suddenty i recieved a lot of alerts from our discussion board :P Code analysis works (i hit run - ...Show All

  • .NET Development Transformation of Binary Data

    Hi friends, I have an XML file with one tag having binary data(image Content) base64 encoded - now, I would like to know how can I apply stylesheet (XSL) on that XML file and get that binary data(image) back. Let's discuss it in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=398112&SiteID=1 Best regards, Anton ...Show All

  • Windows Forms OpenFileDialog Max files

    Anyone know what the max number of files that an OpenFileDialog box can handle   I have    Dim files() As String             If OpenFileDialog.ShowDialog() = DialogResult.OK Then                           files = OpenFileDialog.FileNames End if I get an error saying that I selected&n ...Show All

  • .NET Development access permission probelms. HELP ME!!!

    I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connect using RUN and the IP address. Whenever I try to connect the laptop to the desktop I get the same message; \\... is not accessible. You might not have permission to use this network resource. Cont ...Show All

  • Visual C++ class wizard

    I have created a resource only dll common for all modules in my project suite. since this resource has its own seperate dev project is there any way for resource to access it own class present in specific module to which it belongs using class wizard Thanks Martin for providing the key information. But I still have some question in this approach. How to display the icon and version information in the shell Because all resource are stored in the seperate dll, the executable contains nothing now. Thanks for your reply. ...Show All

  • Visual C++ Avoiding compiler complains about redefine variables???

    Hi all: When I am writing C++ program, I need some global variables and structs to be visible from many files. But the compiler always complains that variable is already defined somewhere else. The problem seems to be caused by not #include file properly, but is there a good solution to avoid this irritating problem happen please Here is an example error message: Topology error LNK2005: "int COLUMN" ( COLUMN@@3HA ) already defined in ParticleSystem.obj Topology error LNK2005: "float UNIT" ( UNIT@@3MA ) already defined in ParticleSystem.obj Topology fatal error LNK1169: one or more multiply defined symbols ...Show All

  • SQL Server Trying to call the function a Web Service from Transact-SQL

    I currently have the fllowing Stored Procedure. When I pass the the Url of the web service in the parameters, I'm having a sp_OAMethor read response failed error . I don't know how to pass the parameter as well as the name of the function in the Web Service I'm calling. Maybe I'm all wrong here with this code too Thanks for any help. ALTER PROCEDURE [dbo] . [pTAPServiceWeb] @sUrl varchar ( 200 ), @response varchar ( 8000 ) out AS DECLARE @obj int DECLARE @hr int DECLARE @status int DECLARE @msg varchar ( 255 ) EXEC @hr = sp_OACreate 'MSXML2.ServerXMLHttp' , @obj OUT IF ...Show All

  • Visual Studio 2008 (Pre-release) DLinq and NTEXT columns

    I know SQL Server is deprecating them (someday), but the following currently does not work... CREATE TABLE Thing ( Id INT, Title NVARCHAR(200), Description NTEXT -- Change to NVARCHAR(MAX) and this will work ) [Table] public class Thing { [Column] public int Id { ... } [Column] public string Title { ... } [Column] public string Description { ... } } Try to update an instance of Thing... UPDATE [Thing] SET [Title] = @p3 FROM [Thing] WHERE ([Title] = @p0) AND ([Description] = @p1) AND ([Id] = @p2) [...] which leads to SqlException "The data types ntext and nvarchar are incompatible in the equal to operator." ...Show All

  • SQL Server Run SSIS Package from SQL 2000

    I am looking for a way to execute an SSIS package as the next step in the SQL 2000 Agent, with the first step being replication. Can I reference dtexec.exe on the SSIS box to execute the package located in the file system Thanks JWeil wrote: ... Can I reference dtexec.exe on the SSIS box to execute the package located in the file system Yes, should work. Agent in SQL 2000 has a limitation of just one proxy account, but if you are OK with this and the package can be run under this account, it should be fine. ...Show All

  • Visual Studio 2008 (Pre-release) WinFX February CTP

    The WinFX Runtime Components February CTP has been published. For February, Vista will also be releasing a CTP which is sync’d with WinFX Runtime Components. The build of Vista (5308.17) will be available only to MSDN Subscribers, while WinFX RC, the SDK, and tools will be available to everyone via the MSDN Download Center. WinFX Runtime Components: http://www.microsoft.com/downloads/details.aspx FamilyId=F51C4D96-9AEA-474F-86D3-172BFA3B828B&displaylang=en Windows SDK: http://www.microsoft.com/downloads/details.aspx FamilyId=9BE1FC7F-0542-47F1-88DD-61E3EF88C402&displaylang=en Microsoft Visual Stu ...Show All

  • Visual C++ Refreshing an rich edit box

    Hi all, I created a Rich Edit box using MFC and am trying to do a refresh on the edit box. I did an UpdateData() function but it keeps overwriting the current data with new data. I don't want to do that. Basically, I want to keep the current data as well as add the new data on to it. I tried the append (+=) function, but when I call the UpdateData() function, it takes a while to update. I am appending large quantites of data which slows the update function. How do I make it appear quickly Is there way to go about this You need to us ethe function ReplaceSel. This function allows you to add data into th ...Show All

  • Windows Forms New Terrarium Toy!

    OK, so it's not  completely new.  Some of you may remember that I had created a StatsViewer before (many moons ago).  I updated it to work with the 1.2 Terrarium Server.  This new version is completely rewritten and is much better behaved than the old one.  StatsViewer gives you a nice GUI interface for viewing the progress of your favorite critters.  Go to http://www.DavidAndAngela.ws/Terrarium to install it.  Oh, BTW.  In case you hadn't guessed.  You can use that URL instead of the IP address in your Terrarium client. ...Show All

  • Visual Studio Express Editions help reqd starting new application with the main command

    can someone help re ive started a new windows application put 2 buttons on form one for cancel one for enter (to open 2nd form) but cannot get the project to build keeps telling me no reference to main or exe, i have used VB in the past can someone point me in the right direction please  Hi, it may be very helpful if you provide the lines of code where the error happens  and the excact error message you are getting. ...Show All

©2008 Software Development Network