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

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

Shihan

Member List

David Vanunu
Mike Champion
Zinkyu
benjcev
zjs
Israel Goldwasser
von_Keks
Geoff Henry
FredLarson
Benjaminhf
sachinsisodiya
kanagaraj_pk
Scal
pu
Jetttik
theinspector
Matthew Devine
SvenP
hytechpro
farming
Only Title

Shihan's Q&A profile

  • SQL Server Reportviewer web control and Pagination

    Does the ReportViewer web control handle pagination if the page breaks are setup for a long report I'm trying to decide between using reportviewer control or reporting services 2005, and need to know if performance issues for large reports- such as pagination - need to be handled via custom code if using the Reportviewer control. We plan to render the report using HTML. Thanks, JGP ...Show All

  • SQL Server Err when establishing connection to server

    I have installed 2005 on my lap top: Microsoft SQL Server Management Studio 9.00.1399.00 Microsoft Analysis Services Client Tools 2005.090.1399.00 Microsoft Data Access Components (MDAC) 2000.085.1117.00 (xpsp_sp2_rtm.040803-2158) Microsoft MSXML 2.6 3.0 5.0 6.0 Microsoft Internet Explorer 6.0.2900.2180 Microsoft .NET Framework 2.0.50727.42 Operating System 5.1.2600 when trying to open Server Mngr i get this msg : TITLE: Connect to Server ------------------------------ Cannot connect to EVILONE\SQLEXPRESS. ------------------------------ ADDITIONAL INFORMATION: An error ...Show All

  • Visual Studio Express Editions About Combobox

    Hi friends. I'm newest user for Visual Studio 2005 VB, i couldn't find right way, I need some information. Sorry My English is not so good. I can explain so; I have one combobox, i connected that to my db(Access) There is so much Column, When i select somthing in Combobox i wish textbox show what a that row compoist for other column. ----------------------------------------------------------------------- | Sno     | asd        |  312sad |      kashs| sakd   | sadas|  yuha | > Column name -------------------------------- ...Show All

  • SQL Server Printing Blank in Landscape

    I've a report which is quite wide, and I'd like to print it in landscape.  In using the ActiveX control to change the print settings, the Preview looks great in Portrait, yet when I change it to landscape I get 8 pages of blank. If I change it back to Portrait, I get an error saying there was an error rendering the report. Has anyone had any luck with this Thanks. How can I get September build I did not find any hotfixes on September or later on MS download center. ...Show All

  • SQL Server Forcing Reporting Services to update with new query?

    Take a look and see how long the old version of the report is cached for. Andrew Watt MVP - InfoPath wrote in message news:cf32036e-8c31-4697-b1aa-a45e1bf9089c@discussions.microsoft.com... >I had a minor error in my query that i corrected, but RS for some reason > is still using the 'old' query rather than the new 1. > > I have redeployed the report, rebooted the machine and restarted IIS, > but to no avail, it is still using the incorrect 'old query. > > > Any help > Thanks, i cant fathom why it works fine in preview, but falls over completly in the deployed report. Nor do i think ...Show All

  • Visual Studio Object reference not set to an instance of an object

    I installed vs2005 team system suite beta 2 over a previous ctp (I follow all the uninstall guidelines) on a w2k3 SP1 server. When I try to create a new item in a web project (either Dataset, xsd, web form, master page...) I get the error on the subject. I tried to reinstall vs2005 but I always get the same problem. I also tried vs2005_beta_cleanup_tool.exe with same behavior. I want to print the out put on a single label as,  " 1         2 ". But after executing the programing it print the value as "12". The reason is that i cant store the location to print "1" ...Show All

  • .NET Development Failed to access IIS metabase, VS2005 RC

    I am developing a webservice in Visual Studio RC. I have just got a new pc and my problem is that I am not able to access this webservice. I have created a virtual directory in IIS, but if I try to browse there, I get a "Failed to acces IIS metabase" error message. Does anybody know how I can resolve this problem Where exactly is the "Operators" set up in IIS   I see no dialog to do so in IIS. ...Show All

  • Visual C++ MSVCMRTD.lib(mstartup.obj) : error LNK2022: metadata operation failed : tagTEXTMETRICA

    I am getting the following errors when converting our Managed C++ code from VS2003 to VS2005: MSVCMRTD.lib(mstartup.obj) : error LNK2022 MSVCMRTD.lib(mehvecdtr.obj) : error LNK2022 MSVCMRTD.lib(managdeh.obj) : error LNK2022 MSVCMRTD.lib(msilexit.obj) : error LNK2022 MSVCMRTD.lib(puremsilcode.obj) : error LNK2022 I am using the same cl and link options for every file.  We have one common make_com.mif that gets included by all other makefiles.  That way, there is only one place to change the options. Here is the command line for cl.exe (though I'm pretty sure that the real problem is the linker): cl -c -Fddebug\ -Fodebug\ -WX -Gd -Z ...Show All

  • .NET Development alternatives to stateful service

    I want to build my remoting layer as a set of stateless, single-call services. There is one aspect of my application that does not seem like it will be a good fit for this model, though. Part of the the application is a processing engine that is controlled by a wizard on the clients end. The wizard gathers information into a memory and then uses an engine to process it. I want the processing to occur on the server, so it seems that the data gathered by the wizard needs to be stored on the server for the processor to use. The simplest solution seems to be to use a "session" pattern, through the use of a stateful, client-activated r ...Show All

  • Smart Device Development C# application deployment to pocket pc

    hi, i have connected to the PPC using MS activesync but i dun know how to deploy my c# application into it and run in my device. Can anyone help me thx a lot :) I tried to deploy a small C# app. It said deploy succeed, but does not appear on the PPC. I can press F5 and start debugging and it works. If I stop debuggin the app closes and disappears. How do I get it to stay there as in Deploy it as a release app. I am trying to write my first PPC app and a first for C#. I just want to undersand the process. Peter ...Show All

  • SQL Server how to give access to report parameters based on specific user

    Hi all,  Hope  I will get answer for this. I have a requirement like this. I have 3 tables. county table, City Table and voter table.I need to generate report like this.All the voter information from each city and each state.        I did like this:   In the dropdown I populated all the  counties like adams,bergen,phily.. I am getting the reports for what ever the county user selected.that is fine.   But say if Adams(county) user come ,he has to see only adams county data not other counties data like bergen,phily. How to do this. please give me reply. thanks r sankar &nb ...Show All

  • Visual Studio Express Editions Creating My First Application

    I am new to the world of programming and I need some advice about where to begin. I found that Visual Basic Express edition seems to work well but I really don't know how to start. Does anybody know some resources where I can start off I want to make an application that displays the periodic table and lets users click on each element for it to display info in a new window. Might seem easy probrably but I don't have a clue. Thank you greatly goto where you downled vb2005 and click easy to learn you will find beginner videos by bob tabor and sample code for coding for fun.. enjoy ...Show All

  • .NET Development Problem on SOAP EXTENSION..HELP ME..

    Hi all, I had try to make a simple soap extension in C#, but there is an error during debug my program. this is an error message : An unhandled exception of type 'System.InvalidOperationException' occurred in system.web.services.dll Additional information: Client found response content type of '', but expected 'text/xml'. i implement this SOAP EXTENSION code with including ServerExtension.dll into client/bin and web service/bin and after that i including with add reference that ServerExtension.dd on my client application and web service. what error like that is it important to configure priority in web.config ...Show All

  • .NET Development Error - ADODB ver 7.0.3300.0 be installed in GAC first

    ADODB ver 7.0.3300.0 be installed in GAC first   While installing the vb.net application, I am getting this error. How to do it right I ran into this with a few applications where I was using the new Visual Studio 2005 Report Viewer.  It seems this is something the report viewer controls require. I ran into it while using ClickOnce deployment, so I'm going to assume you're using it also.  On the publish tab, if you click "Application Files" and select the "Show all files" checkbox at the bottom you should see the ADODB.dll file.  Set the publish status to "Include" and the download group to "Required", an ...Show All

  • Visual Studio Team System Testing generics

    Apologies if this is posted in the wrong place - please let me know where would be more appropriate. I am still trying to come to terms with the way the unit testing in VS2005 Beta 2 works - it's a slghtly tortuous process, but that probably says more about me than anything! I am stuck with generics. I have a class as follows: public class Example {     public Example() {       mList = new System.Collections.Generic. List < Example >();    }     public System.Collections.Generic. List < Example > mList;     public System. ...Show All

©2008 Software Development Network