niv_7's Q&A profile
Visual Studio Team System Lack of Features in VSTS DBP
I think if Microsft like to do a good Database Professional Product is totaly necessary a diagraming tool, if Microsoft decide to incorporate this functionality to team system need to incorporate this, if not, the product is incomplete. Any type of intellisence will be appreciate, but it's more complex task because SQL languaje syntax, but diagraming tool is essential. Mario Software Engineering Mario, Do you mean a data modelling tool ...Show All
SQL Server Drag & Drop Multiple Query Files Into Management Studio
In SQL Server 2000, you could have a Query Analyzer (QA) query window open to a particular database, and drag and drop a group of query files from Windows Explorer on it. QA would then open a query window for each of the files, and automatically default it to that database. I am trying to get the same functionality in SQL Server 2005 Management Studio, but it nags me with the "Connect to Database Engine" dialog box for every file. W ...Show All
Visual Studio Team System Beta3 to B3R physical server migration
Wow. I'm so excited to see this stuff going "live". We've got TFS Beta3 running with 1 project. Now that the refresh is coming, we definately want to upgrade and I've seen the migration guide; doesn't look too bad. However, what would be involved if we wanted to migrate to new physical hardware at the same time When we first installed TFS it wasn't on the best of hardware, and now that we can't live without it, I'd like to give it some respecta ...Show All
Visual Studio 2008 (Pre-release) IsOneWay and IIS host bug?
I'm using WinFX December CTP, ASPNET 2.0.50727, Windows Server 2003 SP1. When decorating an Operation with IsOneWay=true the behavior on a webserver is like if it were sync (I added a Thread.Sleep in the service to simulate a large operation) The same service hosted on a Console works ok. Is it my environment or a bug I tried with the Service Contract One Way Sample from the SDK. Thanks, Matias http://staff.southworks.n ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Which version of MDX to choose?
Hi! I've decided to start learining C# and MDX. Which version of MDX i should choose I thought about 2.0, but it's still beta and there's no documentation for it. What advantages does it have over version 1.1 use 1.1 its release and it works. mdx 2.0 is being rolled up in to the xna framework, and is currently not being worked on :( and in its current release, 2.0 has bugs i guessing MS hasn't said when t ...Show All
SQL Server Use triggers to print reports?
Hello I'm writing an application to manage order compilation. Users have smart devices with them to link the order to tables. Once the order is linked the device sends data to SQLServer via SQLClient. Actually there's a windows service listening on the server for TCP/IP calls, after sending the data the smart device sends a TCP message to the service. The service prints the order report to the kitchen. What I'd like to do is use triggers, so whe ...Show All
Windows Forms Form to/from Form variable updates?
Situation: MDI form for entering report parameters (frmReportParms) reportParms has a button which opens another form (frmOptions). frmOptions allows the user to drag and drop values from lbxAvailableFields to lbxSortBy and lbxGroupBy. The problem: How do I get the values from&n ...Show All
Visual Studio Express Editions Package Load Failure
When starting Visual Web Developer 2005 Express Edition I get the following error; Package Load Failure Package ‘Visual Studio Explores and Designer Package’ has failed to load properly (GUID={8D8529D3-625D-4496-8354-3DAD630ECC1B} Please contact vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading this package in the future You may use ‘VWDExpress/r ...Show All
Visual C++ Problem to delete unmanaged object
Hello, I would like to know why I'm unable to delete an unmanaged object : Here is the code : public ref class SpeGui : public System::Windows::Forms::Form { private : String^ m_sCompassPort; int m_nCompassBaudRate; int m_nCompassDataBits; int m_nCompassStopBits; int m_nCompassParity; int m_nCompassRefreshPeriod; int m_nCompassAccuracy; PI_DigitalCompass * m_pThCompass; MyCom ...Show All
Visual Studio Tools for Office Word XML Document Question
Hi everybody, I am working in a new project which will act as a letter parsing engine for some commands entered in these letters (Word Documents) .. these word documents are exported from MS Word into XML Document which is marked using Word Processing ML. My question is: Is there anything in VSTools for Office that helps me deal (read, parse, write) in these word documents that are saved as XML and written in WordProcessingML or should I u ...Show All
Windows Forms INI files
What is the preferred method of reading and writing Application information to a file and should you keep all of your Application information in the Application.exe.Config file. I know how to use INI files, but did .NET introduce any methods that are&nbs ...Show All
SQL Server Reusing package configuration file across all packages in a solution?
I have 5 packages in a solution. For 1st package, I add a package configuration file (xml) named common.dtsConfig containing only Database Connection configurations. For the same package, I add another package configuration file names first.dtsConfig containing configurations specific to 1st package. Now for 2nd package, when I reuse from existing package configuration (common.dtsConfg) with same name, it allows me to do that. I also c ...Show All
Visual Studio 2008 (Pre-release) MSMQ error opening queue
Hello. I'm trying to use msmq to establish communication between and indigo client and an indigo server. I've set the endpoint like this on the server: <endpoint address="net.msmq://localhost/private$/indigotests" bi ...Show All
.NET Development Any way to see the form when you hit a break point in vb2005?
Is there any to see the form when you hit a break point in vb2005 In vb6 this was automatic and for me it is absolutely necessary. My old memory isn't what it used to be. If there isn't any way this is a serious deficiency in vb2005 in my opinion. Thanks Dick Well, the short answer is, "no". VS 2005 does not do this the way the old VB6 IDE did. The longer answer is that you can see it, j ...Show All
Windows Forms Visual Studio .NET 2003
When I open Visual Studio .NET 2003, the list of recent projects that is listed shows an incorrect modified date. The date shown is the date the project is created. As I work on the projects day by day, the date does not change. It worked& ...Show All
