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

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

NeoBugs

Member List

Freddie70
M.Davoodi
Utwig
- Kristian -
Mike Jocher
Leo Kent
KellyJohnson
mike bel
Jacob Buys
Chad Boyd
Nora6207
June Rigsbee Copeland
Ades
mgurba
vicenzoster
asum
Richard Masse
Donovan Smith - MS
SachinChavan.in
MaxVernon
Only Title

NeoBugs's Q&A profile

  • Windows Forms BudgetEntry has encountered a problem and needs to close. We are sorry for the iconvenience.

    I created an application called BudgetEntry and deployed it with ClickOnce to my user’s computer and it worked fine. Then I enhanced the application and published a new version but when the user got the new version the application did not start any more. Not even when I copy all the exe and dll to the computer and run from there. something broke the PC and I can't change it. Same application runs fine on other PCs ...Show All

  • Software Development for Windows Vista WWF Beta 1.2 not installing properly

    Hi, I tried today to install WWF Beta 1.2. However, after starting the setup, accepting the EULA, checking all 3 boxes, and selecting Install the GUI goes immediately to the final page telling me that the installation was succesful. However nothing is installed. I have the VS2005 RTM version/Windows XP SP2. The log file stops at [11:51:45 AM Error] c:\depotsetupv2\private\common\setup\wizard\exe\progressdlg.cpp(1109): FAILED hr = 80070422 = ...Show All

  • Visual C++ LNK1104: cannot open file libc.lib

    I have a project built well with VC++ 6.0. The project is built with mutlti-threaded DLL and the project depends on 4 specific libraries and serveral rouge wave libraries. Now I try to build it with VS2005 and get the linking error "cannot open file libc.lib". It seems our specific libraries is built with single-threaded DLL, I am not sure, but that is what I want to find out. I used /VERBOSE to display the progress message, but couldn't find ...Show All

  • Windows Forms Binding an ErrorProvider to an object with child objects

    I have a type called Shipment that has an instance of type Station. Both types implement INotifyPropertyChanged and IDataErrorInfo On a Windows Form I have an error provider's DataSource set to a BindingSource of the Shipment type. I have a property of type string on the shipment type bound to a textbox. when an invalid value is entered errorprovider detects this and displays the error message. However, a property on the the Station instance ...Show All

  • SQL Server SS05 : create table from XML ?

    This is probably a stretch ... ... but does SS05 provide ability to describe the DDL for a table in XML   One step further would enable table creation purely based on that XML doc. Of course, I could write custom code to do this, based on my XML design. But perhaps there is some built-in ability  ...  There are two XML ways that are already available in SQL Server 2000's SQLXML 3.0: 1. Use the X ...Show All

  • Visual Studio CR XI and VS 2003 Pro

    To All Which version(s) of CR XI will update the components in VS 2003 Pro. Thanks David Davis Hello David, Here is a link that will help you: http://www.businessobjects.com/products/reporting/crystalreports/editions.asp Keith - Business Objects ...Show All

  • Visual Studio Team System Error at 99.9% of installation - TF30076

    hi everybody again... well..this is the history... im installing a TFS Single Server, sql 2005 ok, WSS 2.0 SP 2 ok (farm server), IIS 6.0 OK, win 2003 SP1 ok, everything ok i followed the installation guide everything was ok ....until at 99.9% of the installation (Team Foundation Server Setup)an error window shows : "Error 28100.Error loading Event web service"...so i reviewed the forum and nothing works...later i reviewed the log file and here ...Show All

  • Visual Studio Persistent Language Filter Setting

    How can I configure my Visual Studio documentation to default its Language Filter setting to a particular language (say, C#) I use the filter button (looks like a funnel) and it works fine for the current page, but if I go to another page (or even back to the first), the filter setting is lost. I know I've used an older version of Visual Studio that remembered this setting. But I've upgraded and have lost this timesaving attribute! ...Show All

  • Visual Studio Error "Load Report Failed " after deployment on the client computer

    hi Masters, I am using vs2003, i have made an application having crystal reports. I have made a windows installer. And its working fine on developement computer, but when i am installing this application on the client computer it gives error when trying to view the reports only. Load Report Failed any one guess what should be the error if any one face this type of probelm pls help me to slove it. Did you include the ...Show All

  • Visual C# Can you put a Image into a ListView with a Grid?

    I was woundering is it possible to put a Image into a ListView "Grid Style" There is a nice article on code project that added some extra functions to the ListView control: C# List View v1.3 . You can also get the bounds of an sub item and put a PictureBox over the ListView. ...Show All

  • Visual Studio Express Editions How can open file in my project by double click on it ?

    Hello, How can I open *.txt or *.doc fles in my project by double click on it like notepad or Wordpad please try to explain the idea, this will be helpfull in alot of projects in the future Thanks. Hi, here is the code that will open an file with its default associated program: Process.Start( "c:\\CommunicatorMobile_PlanningDeploymentGuide.doc" ) hope thats what you were asking for. ...Show All

  • Visual C++ MS C++ 2005 express database mismatch error when compiling

    Every time that I attempt to compile a c++ program I get a database mismatch error. When I looked this error up in the included documents, it said that I needed a newer version of dbi.dll. Where can I find this file I know that my programs work because they compile with ms vc++ 6.0 and the gcc complier. Here is the artilce where it told me "how to fix it," but I still cannot find the file that I need. Visual C++ Conc ...Show All

  • Windows Forms Binding Error(System.ArgumentException

    Hi All I have written a function to bind all my controls and simply calling that function after the Data adapter fill function (I mean after sql connection and command etc ..syntaxes.)  When i run the query for the first time it shows correct&n ...Show All

  • Visual Studio Express Editions Can I do this with the publish options?

    Can I do this: - I want to pack my code as an install.exe , then from this install exe, install the program in "program files" and have a myprogram.exe. - I want the install.exe to include additional files like JPEG's, and have the install.exe put those additional files in the same folder as the myprogram.exe - I want to be able to choose the start menu folder in which install.exe will put the shortcut to myprogram.exe. ...Show All

  • Smart Device Development Migrating from eVB to Mobile 5.0

    Hello, I have the unenviable task of porting an application from eVB (with custom dlls to work with bluetooth) to VB.NET to work in Mobile 5.0 on a Dell Axim.  I can't get my hands on VS 2005 until early next year, so I thought I would start transferring the forms and code to VB.NET 2003 (which I do have), then port this to 2005 when I get it. Does this make sense or should I wait until I get 2005 and skip the intermediate step I' ...Show All

©2008 Software Development Network

powered by phorum