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

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

wz9919

Member List

rainielle73
caglar ozkul
Joseph Geretz
mciv34
tha0
Vinod Sa
Shabbar Husain
LarsMohekan
smc750
Robert Isaacs
jayww
Mark Bailey
Rugby Joe
Goodway
Chandra111
seepicture
Aron789
Nicholas Marston
jonnydenver
Joos
Only Title

wz9919's Q&A profile

  • Visual Studio Okay, how do you deploy this to an ISP

    I have an ASP .Net 2.0 application that uses the report viewer control for local reports.  This works perfectly on my development machine, but when deployed to an ISP, I initially get an error that the Microsoft.ReportViewer.Common assembly is not found. I can bypass this by deploying the assemblies, but then I get an error: The definition of the report 'Main Report' is invalid. There is no "Main Report" in my application, so I assume I ...Show All

  • SQL Server Linked reports lose original layout

    I created a linked report and I see that the original height and width settings which were set for landscape have changed into portrait:    On original report - 11"w x 8.5"h    On linked report - 8.5"w x 11"h Is this a known bug   And what is the fix for this Thanks. We have the same problem (with MS SQL Server 2000 and 2005 too) and it's horrible for us! (We have about 300 reports and a lot o ...Show All

  • Visual Studio Team System Hi

    Hi, I am working on VSTS Testing tool the problem here is when i am recording the flow for the first time,all the recording are inserting in to the database,when i am using the same script for replay no values is going into the database. is this becuz of caching Thanks Videsh deshmukh Hello Videsh, Can you give us more information about your tests. What kind of tests do you run - unit tests, web tests, data driven tests, etc. and what is t ...Show All

  • Visual C++ Linking problems using Visual Studio.net 2003

    I have written a program that needs to use DirectX libraries. I am using Visual C++.net 2003. I have compiled it successfully. When I go to "Debug" on the menu bar, down to "start", it says that these project configurations are out of date and would you like to build them. I click "yes" and it comes up with linking errors: Linking... draw.obj : error LNK2019: unresolved external symbol _D3DXCreateTextureFromFi ...Show All

  • Software Development for Windows Vista Can't create a Avalon project...

    Few days ago, somthing good idea came up to my mind, and I just wanted to implemented it by using the WinFX. So I installed Windows Vista Beta 1, Visual Studio 2005 Beta 2, WinFX SDK beta 1 for Windows Vista, and WinFX runtime. It seemed everything went well, but after the installation I can't create a Avalon project. The Visual Studio gives me an error. It says the VS can't find Microsoft.WinFX.Targets. Of course, I googled about that keyword a ...Show All

  • .NET Development adding winsock

    I download the winsock from http://www.codeproject.com/vb/net/winsockdotnet.asp The problem is I cant figure out how to add it to my toolbox can someone help me out thanks. By the way im using visual basic 2005. right click on your toolbox, click on add reference. add dll of downloaded application (if there is no dll then you need to compile your downloaded application) and click ok. You will get control in To ...Show All

  • Visual Studio 2008 (Pre-release) Is it possible to search for Values in DataGridview with Linq?

    Hi, is it possible to search for cells values in Cells of a DataGridView using Linq. My target is to search values in a DataGridView without loops. You'd need to create some sort of adapter.  An extension method, for example, could add a method to present the visible rows of the DataGridView as an IEnumerable<RowType> or the like, which could then be consumed as "from row in dataGridView.GetVisibleRows<RowType>()" ...Show All

  • Visual C++ while (file.eof()) causes repeat of last input

    #include <iostream> #include <fstream> using namespace std; int main () { ifstream inFile; ofstream outFile; inFile.open( "inGrades.txt" ); if (!inFile) { cout<< "Unable to open input file.\n" ; exit(1); //terminate with error } outFile.open( "outGrades.txt" ); if (!outFile) { cout<< "Unable to open input file.\n&quo ...Show All

  • Visual C# Passing Data Between Forms

    Ok. I posted this question before, but I didnt get a response. I can I access objects from one form to another Hi Keith Adler if u make the control public u can access the control not its Data. ie for eg: if i have a textbox in form1 which is declared public and u are entering some data in tht control. when u move to form2 u can access form1.textbox1 but if u try form1.textbox1.text it ll return Empty. I think the only solution ...Show All

  • Visual Studio Tools for Office how to export/import data from/to excel files without using excel?

    am makeing a program that uses excel files but i don't want the customer to have to have execl to have the program working (i have excel) is there a way to do it wihout using excel components You could use the ServerDocument support in VSTO 2005 to extract/inject data into the spreadsheet. You can read more about ServerDocument at http://msdn2.microsoft.com/en-us/library(d=robot)/microsoft.visualstudio.tools ...Show All

  • Windows Forms Custom Control Click Event

    I Have created a custom control which has a couple of labels on it and a progress bar. When i use it on a form, i want to assign a click event to it, so that if you click anywhere on the control, its registered as a click on the control. Adding the control.click event to an eventhandler doesnt seem to work. What am i doing wrong What do i need to do to get it to do what i want Cheers Hi I came across thi ...Show All

  • Windows Forms Web Deploying - Using Config Files?

    Hi All, I am creating a win app that is deployed via Web/No Touch/Internet/Zero Deployment (pick a name, any name :) and am running into problems with the config file. My app uses a config file for settings etc that I don't want compiled,  ...Show All

  • Visual Studio ReportViewer caching (again)

    Oh Dear! just when I thought it was safe to go back in the water.... My test page was working fine where autopostback controls triggered the ReportViewer control and different data displayed each time. I decided to change my code so that, instead of ReportViewer being a design time control, I added it dynamically in my Page Load event (my main reason for doing this was that I didn't need the ReportViewer control on the page unless it was PostBac ...Show All

  • Visual Studio Team System Team Foundation Client for Visual Studio 2005 Professional

    Hello! I installed Team Foundation Server 2005 Beta 3.  Then I installed Team Foundation Client for Visual Studio 2005 Professional. And I can perfectly work with Team Explorer from VS 2005 Pro. What limitations will I have if I use VS 2005 Pro with Team Foundation Server 2005 Thank you. Vladimir. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=151798&SiteID=1 This post might help you. ...Show All

  • SQL Server Contains query returning false hits

    Hi I cant figure out why a query returns false results. It is basically: select * from sometable where somecolumn=1 and contains(someothercolumn, 'arti-b') This query takes forever to process and returns about 100 false hits for every row where someothercolumn actually contains the string 'arti-b'. Note, I don't get the full set of rows where somecolumn=1, so there is some filtering from the contains clause. If I use the same query, searchi ...Show All

©2008 Software Development Network

powered by phorum