vmanzu_1977's Q&A profile
Visual Studio Team System Team Build Sharepoint
What's the best way to publish build results to the sharepoint team site I see a menuitem called BuildProcess but how can i do somehting with this There is a link to builds on the Sharepoint team site, under the reports heading. This will show all the builds that have been uploaded to the warehouse. I could not locate the menuitem BuildProcess - can you point me to where this is Thanks, ...Show All
SQL Server Transactions, package.transactionOption=support
I want to use transactions to protect my tasks. I have ten tasks that need to be completed in a single package. If any of the tasks fail - I need the entire process to rollback. I have 5 execute sql tasks to truncate groups of tables in my destination database. After each of the single truncate tasks - I use data flow tasks to copy the data from the source to the destination db. Both dbs are on the same server. I am basically copying ...Show All
SQL Server Referencing field by name in code
I have a field (Fields!myfield) that I would like to pass in the name as two parts(Code.GetField("my","field") and dynamically return either a reference to myfield or the value itself. I'm getting Reference to a shared field requires a shared reference error when I try to return Fields!Myfield.Value from the function. I would like the ability to pass in the name of a field to a function and return the actual field name ...Show All
Visual Studio Express Editions Free VB Book
http://msdn.microsoft.com/vstudio/express/register/ is a page on registration benefits that says to get " Microsoft Visual Basic 2005 Express Edition: Build a Program Now!" at the Registration Benefit Portal. How can I get the book How can I find the portal hi, you can try this link https://connect.microsoft.com/downloads/downloads.aspx SiteID=40 hope this helps ...Show All
.NET Development SQL to retrievedata
Hey Guys: I have seen this done in a program and at one time i did it but not exactly get it right. I have two tables in my data base. The first is a table with the PubID and a number that corresponds with the second table with a list of titles. table1---is PubID----and number of title is 10----so when i enter the number 10 in the column i want the title to appear in column 3. PubID TitleNum Title 1411 10 ...Show All
Visual Studio 2008 (Pre-release) GridView representation of XML
Hi, I am trying to display the contents of an Xml Document in a GridView. An example of the the Xml is as follows; <Table> <Column>Name <Cell>Dave</Cell> <Cell>Pete</Cell> </Column> <Column>Age <Cell>32</Cell> <Cell>26</Cell> </Column> </Table> I want the GridView to look as follows; [Name] [Age] Dave 32 Pete 26 That is, in tabular form. My Xaml ...Show All
Visual C# Cursor question!
1. How can I hide/disable cursor globally. I mean not only when the mouse is over the form, but even when the form is minimized. For example I have a timer on the form. When the time has elapsed I want the mouse to be hidden/disabled. 2. Also how can I use protected override void OnMouseMove(MouseEventArgs e) &n ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Basic Menu system
Im developing an app using directx (direct 3d). I have to use directx because the interface moves quite a few pictures around, resizing them at the same time, and the GDI just doesnt cut it. I am able to create a simple display with a background picture. Does anybody have any simple, note simple not the sample framework from the sdk, that I could take a look at for buttons and listboxes Im writing the app in VB .net but i can read C# so that wor ...Show All
Windows Forms data storing in c# windows app
I've always been curious about how this is done in windows application. Let's say I need to develope a c# windows app that let me manage my CD collections, I don't want to use MSAccess as database backend because user can open it directly ...Show All
SQL Server Error while retrieving servers
I've tried to retrieve and fill a combobox with all my servers on my network, and the program tells me he doesn't found any servers, I've got three instances running (SRV-01,SRV-02,SRV-01\SQLEXPRESS), I really don't understand. So I use SmoApplication .EnumAvailableSqlServers(true) to test only on my local machine and no server found Here is the code I used : this .Cursor = Cursors .WaitCursor; DataTable dtSqlServer = Smo ...Show All
Smart Device Development SQL2000 suddenly not loggin in?
I haven't changed the code, although suddenly my asp.net web app lost its ability to log in on sql2k on win2k3 server. I use DAO, and for a separate app, created a DSN that points to the same database on the server. at the same time, a 'remove malicious virus/application' windows update was automatically downloaded. immediately following these 2 events, I now receive 'sql server does not exist or access denied' on the conn.open() cal ...Show All
Visual Studio Report Viewer problem with multiple columns
When I use Report Viewer to show a local report with 3 columns in each page, i can only see one column (and a number of 6 pages instead of 2); but if I export the report to a pdf file all works fine (3 columns in each page and 2 pages)! What have i missed This feature is not supported in interactive renderers (which are used by web and winform controls). Thank you, Nico ...Show All
Software Development for Windows Vista directshow and teletext
Hello everyone, I'm really new in directshow development, and I hope you will be able to help me. My goal is to capture video from a video capture device (osprey 440). I'm proud to tell you that I know how to do this . I'm using an ASF writer filter to do it. My question is : Do the files I create using ASF writer filter include teletext data If so, how can I create a graph to display the teletext If not, is there a way to create a video ...Show All
Visual Studio 2008 (Pre-release) can’t find WindowsCodecs.dll with Beta 2
After installing new beta , my WPF project compile well, but when executing it raises an error : Can’t find WindowsCodecs.dll. I have search this library and is not present in my system. Am I missing something Thanks Glad I found this. I was having this same problem since I installed the new bits yesterday and this fixes the issue for me. Thanks! ...Show All
Visual C++ AFX_MSG
I see that when adding new message handlers using class wizard in Visual Studio 2003 //{{AFX_MSG is not added. When recompiling old code should this be removed Hi, No need to remove it from the existing code, message map will work wine for your existing code. Thanks, Nikola VC++ ...Show All
