Primillo's Q&A profile
Visual C++ Problem with x64 hello world app...
Hi all, I've been trying to port a 32bit app to 64bit these past days, and finally got the thing to compile and link after a long struggle. needless to say, the thing refuses to run on my x64 XP machine, it's missing a number of libraries (assemblies, or whatever the term en vogue these days may be. God, does anybody remember the days when code was just code Sigh.) Anyhow.... I thus am now trying to create the simplest of all apps, a hello world app built to the x64 target. Same thing happens though. Now interestingly I ran 64bit dependency walker, and on my (big) application it finds that MSJAVA.DLL is missing (what a load of bollocks. ...Show All
Visual C# RichTextBox
1 question. - Ok. I really dont know how to ask a question. Basically, I have two rich textboxs. In one I have html code, and i want to the other read the code that is in the first rich textbox and display it as if it were in a web browser. 2 question - Now, I have a rich textbox, and a web browser. I want the web browser to be able to read the code in the rich textbox. Can someone help I assume that you are talking about a Windows Form and that the controls reside on the same form. In this case you can access the controls via the underlying fields created on the form to managed the controls. Thus your form may look like th ...Show All
Visual Studio Team System How to backup and restore Source Control folders?
I need to totally delete my existing team project and recreate one with the same name based on a new template. The only content I need to keep in the existing one is the source control folder. What's the best way to do this I was thinking of backing up and restoring like in VSS but I couldn't find such a function. I don't think there's an officially supported way to backup just Source Control data. Easier way: move everything underneath that team project to somewhere else, delete & recreate the team project, then move them back. ...Show All
Visual Studio Missing DLL when using MSBuild
Question: I got a build of my solution that has a reference to an external .DLL, in this case it is 'Microsoft.DirectX.AudioVideoPlayback.dll'. When using an team-build of this project on a remote machine it gives me a error. ''MSB3245: Could not resolve this reference. Could not locate the assembly" Why isn't the proces also copying this .DLL to the build-machine I tried to put the 'Copy Local' option to True but this doesn't help. Any ideas What am i doing wrong Thanxs That link is to the same thread.... I'm experiencing a similar issue with MSBuild (RTM version) My project structure looks like: ./build &n ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Installation Problems
I've just installed the DirectX SDK and am getting results not listed by other forums and people. Previously, I used to program with DX8 and had no problems in setting up dependencies and references. However, with the DX9 installation, it doesn't recognize any dependencies or references. I've downloaded the latest update (June 2005 ed. of DX9SDK), and still have problems. I'm running the .NET framework 1.1 and using C#, C++, and Visual Basic to no avail. The references in the .NET tab (right-click references then click add reference) should have Microsoft.DirectX, but it isn't there. Without these dependen ...Show All
Windows Forms It can't be this hard!!??
Hello all, Well after searching MSDN and this forum, i've finally come to a brick wall. Here is what i'm trying to do: I am using the following code on my DataGrid '====================================== ' Set the MappingName for the first column... objTextCol.MappingName = "id" ' Set the new HeaderText... ...Show All
Visual Studio how do i reference topic in different help file
i have two separate CHM help files that I have created using NDOC. I want to be able to jump to a topic in one from the other. Is this possible As it is created with NDOC, I don't know the name of the relevant page but I think NDOC should be able to work this out. However I get "page not found" - does anyone know how to do this Incidently, building the help files as HTML 2 still has the problem. Thanks Jason Hi Jason, Been doing some scouring on this topic. Maybe this Javascript will at least get a .chm to open a topic in it by calling it from another .chm Calling a CHM from your ...Show All
SQL Server Issues for "embedded" SSIS solutions
My warehouse app employs a distributed architecture. Extractions from disparate (wildly so) systems, and transformations and loads into a standardized schema are performed at various locations close to the source systems (both physically and "logically" speaking). There are security and other reasons for this. However this causes some related design and implementation challenges for the ETL processing. For one, the ETL processes must be successfully operated by non-technical medical administrators, who actually have little interest in the application and sometimes even the analytics produced by the system, who have other more pr ...Show All
SQL Server Problems Using Temporary Tables
I am declaring a temp table in control flow via Execute SQL task. I then want to use that table as a source in a data task, keep it alive going back to control flow and use it as a destination in another data task following. I am having trouble just getting the first data flow to access that temp table. In my Execute SQL task, I'm creating a simple temp table. After executing that task, I can head to the data task and change my OLE DB Source to point to that temp table, but I recieve an error about an invalid table name when I attempt to map columns or hit "OK." Is there something else I need to do to use that temp table as a sour ...Show All
Visual Studio Express Editions Visual C# Express Edition support for remoting?
Does Visual c# Express Edition support remoting I haven’t been able to find any information about that. To enable remoting you have to create and register a channel ala: ChannelServices.RegisterChannel(new TcpChannel()); When I try to use the following namespace: using System.Runtime.Remoting.Channels.Tcp; and compile - I get this error message: The type or namespace name 'Tcp' does not exist in the namespace System.Runtime.Remoting.Channels' (are you missing an assembly reference ) According to the .NET framework class library reference th ...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
Visual Studio Express Editions Finding the highest integer in a set of numbers or string of numbers
Hello, I have an xml file containing a number of news items each with a unique id field. What i'm trying to do is finish off my add news procedure. So far it creates the new item fine, all that remains is to get the program to make the variable, for the id) one higher than the biggest id already in the xml file. I'll try to explain: xml file has many items e.g.: <item id="4"> <item id="8"> <item id="9"> etc. and i can get those id's and put them in a long string like this: |4||8||9| (The |'s are to separate the numbers up so you don't get 148921, because from this my program wouldn't be able to tell the ...Show All
Visual Studio Team System Need Guides through Agile Implementation
Hi all I am new to this Group, I would like to know how to get through the AGILE implementation, I have downloaded the [MSFforAgileSwDevBetaProcessTemplate-100.1.zip], what is next ... Waleed Seada Hello Waleed, You need to upload this to the TFS server using the Process Template Manager. Then use the Project Creation Wizard to create a new team project based on this template. For more detailed steps check these out: http://blogs.msdn.com/team_foundation/archive/2005/03/16/396917.aspx and http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx EventID=1032271408&EventCategory=3&culture=e ...Show All
SQL Server Forms security deploy problem
Hi, I have changed my Reporting services from Windows Security to Forms Security. When I deploy reports on the local SQL server, a windows pops up. This windows requires my username and password for the report server. After I input them, everything works fine. However, When I deploy reports to the above server from the different SQL server located on a different computer, the windows always pops up, although I type the same username and same password. Any ideas Thanks a lot. Hi , I have configured SMTP server and i have done email subscription to particular customer called "tbs".The repor ...Show All
Visual C++ error LNK2001: unresolved external symbol ___CxxFrameHandler3
Hi, I am working on a project to migrate a program from 32-bit to 64-bit. The program works fine on 32-bit machine under VC 7, but when I tried to compile it in VC 8 on a 64-bit machine, I received the following linking error: error LNK2001: unresolved external symbol __CxxFrameHandler3 What is the possible cause for this error and how to fix it (i have already tried the suggestions posted in http://forums.microsoft.com/msdn/showpost.aspx postid=153127&SiteID=1 but still can't fix the problem) Thanks Matthew You are probably linking with the wrong LIB p ...Show All
