Software Development Network Logo
  • VS Team System
  • VS Express Editions
  • Windows Forms
  • Visual C++
  • Smart Device
  • Visual J#
  • Windows Live
  • Visual Basic
  • Architecture
  • Microsoft ISV
  • Visual C#
  • Game Technologies
  • Visual Studio
  • SQL Server
  • Visual FoxPro

Software Development Network >> bbyrd's Q&A profile

bbyrd

Member List

Dan H.
Ridge
Makubex
Anaheim
MJian
Flash Gordon
ebv011
Jiming
Max André Bündchen
tyu
Chris
lukin
Elizabeth_Maher_MS
Craig Adams
alan_k
Fil Mackay
oak-net
Kumar80
josorio
ikondrasovas
Only Title

bbyrd's Q&A profile

  • Visual C++ ATL project upgrade -> error LNK2005: xxxx already defined in atlmincrt.lib (atlinit.obj)

    I've recently upgraded an ATL project from VS2002 to VS2005. It compiles fine in Debug mode, but when I attempt to compile in Release mode I get link errors. Can anyone help me please Linking... LIBCMT.lib(tidtable.obj) : error LNK2005: __encode_pointer already defined in atlmincrt.lib(atlinit.obj) LIBCMT.lib(tidtable.obj) : error LNK2005: __encoded_null already defined in atlmincrt.lib(atlinit.obj) LIBCMT.lib(tidtable.obj) : error LNK2005: __decode_pointer already defined in atlmincrt.lib(atlinit.obj) LIBCMT.lib(crt0dat.obj) : error LNK2005: __get_osplatform already defined in atlmincrt.lib(atlinit.obj) LIBCMT.lib(crt0dat.obj) : error LN ...Show All

  • Visual Studio Tools for Office Can we use outlook object with Exchange

    Hi  I need to access calendar data from the exchange server's public folder. is it possible to retrive these data using outlook object if i map the exchange server's public forlder to outlook. Kalpesh Hello mr. Paradava, yes. If you want to have the data offline available you have to add the public folder to favorites folder. ...Show All

  • Visual Studio 2008 (Pre-release) SelectNextSegment()

    Hi, I call DataContext.ExecuteQuery<T>("SELECT TOP 20 * FROM CertainTable") in the enclosed code. Depending on the table queried, an exception is raised. It appears that when the ExecResults<T> are enumerated in a foreach loop the first object returned is null. In Northwind, Orders, Territories, and EmployeeTerritories always raise an exception. All other tables in Northwind do not raise exceptions. AdventureWorks exhibits the same behavior. Consistently, only certain tables will raise exceptions. Perhaps it was something with my generated DataContext, but queries to the Orders table, Territories table and Employe ...Show All

  • Windows Forms Form wont close

    I created a custom control with some textboxes and comboboxes and a delete button.  Then I load a bunch of data from a database and create one of these controls for each record and display them on a form (it ends up looking like a datagrid with each row being one of my custom controls)  Then I have some buttons that do various  ...Show All

  • Windows Forms How to view XML in WebBrowser control using the DocumentText property?

    Hi, (This is on .NET 2.0)  The only way I managed to show XML in the webbrowser control was to write the xml contents to a file and then use "Navigate(...)" to open the file. This is a bit awkward for me because I have the XML in a string variable, and the most straightforward way to do it would be to simply assign it to the "DocumentText" property. But that did not work... (nothing is displayed, although using the context menu to view the page source shows that my xml content is there). Any tips on how to do this Thanks Rubens I want to do the exact same thing anyone know how Cheers ...Show All

  • SQL Server Multilingual Support in Analysis Services

    Hi Currentely i am using analysis Services with SQL SERVER 2000 OS:- Windows 2000 Server Datasource:-Oracle We need to show the data in the cubes for multiple countries. But we are not able to show the data for diferent languges at the same time becoz in windows 2000 default language on the server can be set to only one language and the data in the cube can be shown in same language Ex Let say we wud liket see the data in the cube for Russia and turkey on the same server.If we set the default language of the server as "Rusia" or "Cyrlic" We are able to see data for Special Russian cha ...Show All

  • Visual Studio Team System Datasource to list all work items in a query.

    Greetings everyone! I want to build a small web page with the list of work items. Can someone provide a C# code sample on how to build a data source with the list of all workitems in a particular query Thanks. Hi One way of doing is here. Here I manually added the HTML table rendering and so on. This worked fine for me: //Work Item Store Object WorkItemStore WIStore = new WorkItemStore(<Server>); //Your query Text string queryTxt = "<WRITE YOUR QUERY TEXT>"; //Execute the query and get the Work Item Collection WorkItemCollection witc = WIStore.Query(queryTxt ...Show All

  • Windows Forms DetailView in WinForm

    Dear all, I have a DGV and show a list of data, then I allow user to double click any one row and pop up a detail view of 'that' row of data. (That's somewhat similar to the GridView and DetailView concept in ASP.NET v2.0). I databind a DGV and handle the CellDoubleClick event, however, the "selected datarow" is different from what I expect if I "sort" the DGV. That is, the datarow is still the original state/row even I change the order of DGVRow. Is there any start kit/sample in doing this kind of classic data manipulation task Thanks, Anyone know how to do this kind of master detail ed ...Show All

  • Visual Studio Express Editions Components of CLR

    Hi to all, What are the components of common language runtime There is a great diagram of the CLR's basic architecture in the documentation with C# Express, and on the web at: http://msdn2.microsoft.com/en-us/library(d=robot)/z1zx9t92.aspx . Thanks, Luke Hoban Visual C# IDE Program Manager ...Show All

  • Visual C# VS 2005 Web Services samples

    Where are some VS 2005 C# Web Services samples I can find 2003 samples but they do not directly translate to 2005, either that or they just don't run correctly in the first place. I am new to VS 2005 and new to C# programming so I need some simple step by step samples. ...Show All

  • SQL Server Is there a way to Un-sum in SQL Server 2000 Reporting Services

    I have a project due shortly and keep getting Sum(Field!Amount.Value) instead of just =Field(Amount.Value) in the detail row. s there a way to pull in results from multiple queries in one datasets in the SQL Reporting Services 2000 I have to add an amount field in different fields and I keep getting the Sum instead of individual amounts if I use different datasets and if not, I get the same amount. Is there a way around this Thank you for your help. SK You have to join the data in the data set query. There are multiple options to achieve this: * if the data comes ...Show All

  • Visual Studio Dynamic data set for Cystal Report

    can anybody tell or suggest a link on how to generate crystal reports in C# dynamically,by an sql query generated by some user input. e.g user enters employee_id and press a button to see report for that particular employee_id. i am using VS 2005 and can generate reports by speccifying datasource at design time. thanks in advance. If you are only doing something as simple as that, I would suggest creating a parameter in the report and doing a record selection on that parameter ...Show All

  • Visual Studio Team System Removing a source control project from a Team System project.

    Is there an easy way to remove a source control project from a Team System project I cannot find a way to do this in the documentation and in the source control explorer, Delete or Remove is greyed out. HELP! Open the solution from VS2005 Go to File->Source Control->Change Source Control From this screen you can unbind the solution from the source control Other that that, I was able to delete a project from a team folder.  It showed everything as being x'ed out, but its status still showed as deleted. What version of TFS are you running and what are your credentials ...Show All

  • Visual Studio Express Editions Clear breakpoints in C# Express

    In VS2003 there was command Debug->Clear All Breakpoints and Debug->Disable All Breakpoints . How do the same in Visual C# Express(beta 2) This is a great product and I am so appreciative that something this powerful and easy-to-use is given away. But if there was one feature that was annoying me most at this point, it would have to be the fact that you can't disable all breakpoints. It's not a show stopper, but it would definitely help me out greatly. ...Show All

  • Visual Studio newbie question,thank you for your attention

    i'm newbie,i want to experience dsl,i want use dsl to creat a simple web information system. question 1: which template should i use class diagrams question 2:can dsl create aspx question 3:one facet,can i think dsl can uset to realize a project of AD i eager someone who have dsl use experience in web applicaton can communicate with me. so thanks to you for your help if you know answer after your read my question.please tell me yes or no. thanks a lot!! linda ...Show All

©2008 Software Development Network