DQM's Q&A profile
Visual Studio Team System Error"Document not found: vstfs:http//seabug01:8080/Currituck/Results/Existing/19fd1118-32c8-4a89-a710-61a40de97e51"
Hi there, One of my team mate is not able to open bug or see any query. Any time she tried to do any of these, she gets the error popping up saying " Document not found: vstfs:http//seabug01:8080/Currituck/Results/Existing/19fd1118-32c8-4a89-a710-61a40de97e51" When she term serves in Seabug01 VSTS server itself, logins as her and starts client from there. She could do everything just fine. She could see all the queries, ...Show All
Visual Studio 2008 (Pre-release) dragging control will immediately crash visual studio
Problem repro: create a new windows application fx project, create button on the grid, drag it to another location. After about 0.5 seconds visual studio throws an error and asks me if I want to debug. If i choose yes, I can get to this call stack: > ntdll.dll!7c901230() [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] milcore.dll!53216a95() milcore.dll!5316ba53() milcore.dll!530d9318() milcore.dl ...Show All
Visual Studio Team System application designer - generic application
I'm looking for a little help with designing a SOA application under VSTS Team Suite. I'm just not clear how to take the design below the level one diagram (top level of application layout). I had thought I could use 'generic application' for various libraries but I just can't figure out how to accomplish making a generic application and/or generic endpoints a library. (I yearn for UML!!) If someone has any experience with this I would apprec ...Show All
Visual Studio Express Editions selling programs built with vc express
Hi! Ive got a question: Is it legal to sell programs that were made and compiled with the vc2005 express edition The FAQ provides a simple answer to your question: http://msdn.microsoft.com/vstudio/express/support/faq/ See General Question 4. There is a copy of the EULA on the CD-ROM in the root directory. It's name is eula.1033.txt and it contains the same license provisions that I recall seeing in on ...Show All
Windows Forms Adding combo button on a textbox
I'd like to draw a combobox button on a textbox control (in its client area, so that the button seems to be on the right side). I need to use it a value search function. How can I do it Thanks. normaly this works: override the onpaint of the textbox and put this code in ControlPaint.DrawComboButton(e.Graphics, buttonRectangle, ButtonState.Normal) Buttonretangle is the retangle speci ...Show All
Software Development for Windows Vista Vista SlideBar
Good Day, I am looking for an example of a SlideBar for Windows Vista (something like a moon phase or RSS feed). I have been digging around without avail. Can someone please point me in the right direction. Thanks, Johnathan Per recent Channel 9 videos and live.com links, I am finding what I need to get started. Now if I could just get the SDK..... ...Show All
SQL Server can not connect to Report server from SQL SERVER 2005 Management studio
Hi All, I have a brand new install of sql server 2005 on brand new WINDOWS SERVER2003 with latest versions. Every thing works fine excepting I get a 404 when I connect to report server from management studio.. I am even able to publish reports and all the url://localhost/reportserver url://localhost/reports url://localhost/reportserver/reportbuilder/reportbuilder.application all work fine on local machine and with in the networ ...Show All
SQL Server Possible Concurrency Issues.
Hi, I was wondering if it is possible to call a stored procedure from sql server 2005 (call it sp_1) that calls an assembly which takes a message, wraps it in soap and calls a webservice and waits for a reply from that webservice (the stored procedure is clr not t-sql). This WebService needs to then call sp_1 to perform some other tasks. Is this possible or does sp_1 need to have finished what it was doing before it can be called again. I have b ...Show All
Visual Studio Express Editions what data type to use for username and passwords?
hi i'm making a school project, where i need to make a database that holds the usual information like ID, name, address etc. it also has to hold on to usernames and passwords. i'm confused on what datatype i should use, and is there a way to enforce unique usernames thanks User names and passwords are just strings like any other, so you would use the same column type as for other strings. It depends what database ...Show All
Visual Basic Is it possible ?
Is it possible to change an existing desktop VB.NET-SQLServer application to a LAN/ network based (not web) application means if u access the same Application exe from 2 or more pc in a LAN then wat will be the problem is it possible Or every application must be client-server type to run in LAN Thnx in advance. If you need multiple instantiations of that variable, one for each user. You'll wa ...Show All
Visual Studio Signing a delay-signed assembly
In our current build process, assemblies are delay-signed during the initial build. All developers have the public keyfile (via source control) in order to make this possible. This results in partially signed assemblies whenever a compile is done on a developer's workstation (which is ok because developer machines also bypass strong name validation for our public key). On the build server, an additional task is performed (we current ...Show All
.NET Development Fast way to get the Caller function name?
Hi All, I have the same function called f1 that is called from different dlls. Inside f1, I want to check if f1 is called from dll1 or from dll2 and the caller function names. For example: In dll1.Function1 calls dll2's Function2 and both functions call f1 in them. when f1 is called, I would like to know if it is called from dll1.function1 or dll2's function2 and only continue the process if it is called from dll1.function1. The ...Show All
Visual Studio Express Editions How to Specify Form Location when Maximized
Hello, I have a single form that starts up in the Normal State and StartPostion set to Manual. When the user clicks on the Maximize button, I would like to specify the location the form, instead of the upper left corner. Is this possible Thanks, steve Hi Steve, I'm assuming what you mean is "when the form is maximized and the user clicks on the Maximize button", otherwise clicking the Maximize button c ...Show All
Visual Studio Tools for Office Conflict between Word and Outlook
Hi, I hope you guys can help me with this problem: I have a couple of VSTO customized Word Templates that create Outlook objects as part of their normal functionality. When I close and reopen this templates, the logic in the document behaves in a really weird way: Some controls won't work, some initial events are skipped, basically the action pane becomes useless... I have seen this kind of problem before, caused by the Word instance th ...Show All
Visual Studio Team System Custom Reports using DataSet Extension Problem...
We are deploying a custom DataSet extension for Reporting Services. Our assemblies use the VSTS extensibility API’s. When running the code on development we are able to connect to a VSTS server and pull data without any problem. When running the code on the Reporting Services server we get the following message when trying to connect to VSTS: Could not load file or assembly 'Microsoft.VisualStudio.Currituck.Proxies. ...Show All
