Henrique Faria's Q&A profile
Visual Studio IVsSolution::GetProjectOfUniqueName returns E_FAIL
Hello, I'm trying to use IVsSolution::GetProjectOfUniqueName to get the IVSHierarchy of a named project. I've used IEnumHierarchies to verify there is only one hierarchy in the solution, but when I call IVsSolution::GetProjectOfUniqueName, it returns E_FAIL. What might cause this problem Thanks, Notre Hi Notre, thanks for the excellent repro steps. So on the call to project.UniqueName returns a ...Show All
Visual Studio Team System How to manage many team projects
Hi, We are going to create many team system projects in our enviroment. What is the best way to manage them As far as we know, it's impossible to create folders or to use nested team projects. Thanks, Michael There are no folders for projects or nested team projects in this version of the product. We generally recommend fewer coarse grained team projects over many smaller ones. See this thread for a related dis ...Show All
Visual C++ StackOverflowException in Managed C++ wrapper
Hello, I have some C++ code in a dll and I wrote a .NET wrapper for it with MC++. In the managed class I have a handle to the C++ code: public __gc class NInfoCmdClntCLR { private: ClsNInfoCmdClient *native; public: // ... } I also declared the ClsNInfoCmdClient class as follows: class ClsNInfoCmdClient : public NInfoCmdClient { public: // constructor and destructor ClsNInfoCmdClient() {} ~ClsNInfoCmdClient() {} // implementa ...Show All
SQL Server sp_send_dbmail "Mail Queued." Message
I have an After Update Trigger specified on a database table to notify specific users via email when certain customer values are modified. (This is a HACK / Workaround for functionality that doesn't exsist in the product.) I had be using xp_sendmail without a problem. I recently upgraded the database server to SQL2005 and wanted to try sp_send_dbmail . (I was interested in the asynch and the non-MAPI nature of Database Mail.) This is the n ...Show All
Visual Studio Team System Can't Fully Install VS 2005 Team Suite Beta 2 with SQL 2005 Express.
Hello Everyone MAy someone help me to resolve this problem The problems happen since, I uninstall SQL 2005 Beta 2 Release last friday. Right now, I can't get any SQL 2005 install on my workstation, and I don't what cause the problem at all. Microsoft SQL Server 2005 Express Edition April CTP: [2] Error code 1603 Tim Since the best people to solve this are over in the SQL Server forums, you should probably se ...Show All
SQL Server MDX question
I'm new to MDX and I'm trying figure out how to do the following: I have a fact table that represents magazine subscriptions. for each subscription, I need to determine if there is a renewal subscription available. I have a hierarchy which consists of MasterSubID, IndividualSubID and TermNumber. MasterSubID represents the lifetime of subscriptions for an individual customer. IndSubID represents each subscription for a customer. TermNumber ...Show All
.NET Development Bug in VS2005 Custom Tool (XSDs) or VS2003 conversion problem
I'm trying to convert an application from VS2003 to VS2005. My latest problem involves xsd files (dataset specifications). None of my VS2003 xsd files compiles within 2005. I get a similar error for each: Error 2 Custom tool error: Value cannot be null. Parameter name: ServiceProvider C:\Documents and Settings\user\My Documents\Visual Studio 2005\Projects\EDS C2 R13d (Perf fix DM)\PCIU_Projects\Main\SupportingData.xsd 1 ...Show All
Visual C++ Debugging an nmake project...
Hey everyone, I'm asking about this because I'm trying to make some modifications to Ghostscript. I've set up an nmake project as per the directions in their documentation. The project builds just fine. But I have the Output set to GhostScript02.exe. This file does not exist anywhere on my system. Where is the output being directed I ask this because the documentation says to debug with bin/gswin32.exe. The source did not come with this ex ...Show All
Windows Forms Paint Program(C#)
Im making a paint like program where the user can use the mouse to scribble on the form. I have another form that allows the user to specify the X, Y, Height and Width coordinates for a rectangle. When i show this form it overlaps&nbs ...Show All
.NET Development GC.Collect() freezes for several seconds on gen 2 collection
I have a server application which manages a few hundred thousand objects in a Hashtable. Each object has to be in memory for fast lookup and access. The keys are not changed so the Hashtable itself is fairly static, but the objects are constantly updated via incoming data and read to serve user requests. The problem is that every 5 minutes or so the GC kicks in and freezes the entire process for up to 4 seconds. This is regardless of whethe ...Show All
.NET Development .Net Passport SDK no longer avaliable?
Hi, I would want to use .Net Passport authentication for asp.net websites. According to Msdn (VStudio 2005), the passport SDK has to be downloaded first. But the link given in msdn is no longer valid. I searched the net and microsoft's website but cant find any place to download the passport SDK. Has microsoft withdrawn support for the .net passport SDK Are there any links to download the SDK Please go through ...Show All
Visual Studio Team System Visual Studio 2005 Team Suite 180-Day Trial upgrade to RTM licensed version
We are in tre process of purchasing the final version of the TFS server, but that might take a few weeks, I was wondering if I install the 180 day trial version and start doing some of the homework of configuring it, migrating the source files, etc. Once the we have the licenses, how easy it is to upgrade It is a matter of entering a license or do we have to uninstall/reinstall Any help would be appretiated. Thanks ProductKey update ...Show All
Visual C++ A simple CPP source file change caused entire solution to relink
My group is new to VS05 and previously used VS 6.0. Several people in our group have had an ongoing battle with the compiler. It seems that when you make a simple change to a CPP source file that it will cause the entire solution to have to relink. We do have dependencies set between several projects within the solution, but if I am not changing a common header file or a method signature then I would not expect all of the project to need to be r ...Show All
Software Development for Windows Vista DTCGetTransactionManagerEx error
Hi everybody, during several tests with MSDTC I've received the following couple of errors calling DTCGetTransactionManagerEx API, MSDTC was unable to read its configuration A connection with the transaction manager was lost Can someone suggest me a way to better understand and solve these problems Thank in advance for help FabrizioC Hi Fabrizio, Can you explain what is your config ...Show All
Windows Forms getting network traffic
Hi, I have to write an application that sits on the server and find amount of network traffic between any two terminals on LAN, how can I do this I also want to find out if a machine on the network is running or down. Thanks, ...Show All
