Software Development Network Logo
  • Windows Forms
  • VS Team System
  • .NET Development
  • Game Technologies
  • Audio and Video
  • SQL Server
  • Smart Devicet
  • Visual C++
  • Visual FoxPro
  • Visual Basic
  • Microsoft ISV
  • SharePoint Products
  • Visual C#
  • Visual Studio
  • IE Development

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

MunishGupta

Member List

Hitendra
Jiffy
David_Reynolds
Jakein2006
Darrell Bennington
Paul_wa
Murali Medisetti
Siva116
Franky Uray
Tall Dude
Science_1
rtaiss
Mohsen Kokabi
thenxtgoldberg
cwhetsel
Malleswar
Arda Cetinkaya
moveit
MaxHeadCase
Thebitter
Only Title

MunishGupta's Q&A profile

  • Visual Basic upgraded os, now can not find .dll

    I work for a company who just recently updated their OS from Windows 95/ 98 to xp. The most important program they run was custom made and worked fine in the older OS. When it is run on XP it has an error before it even opens saying "Run-time error: Dxinit.dll not found" . I have talked to the original programmer who said that .dll was custom made and needed to be upgraded already to work on 98. My question is this, how can I get the new OS to see this .dll and run the program I have the VB project files and all the info for installing and compiling. "I have talked to the original programmer who said that .dll was custom made and needed to be upgraded already to work on 98." ...Show All

  • SQL Server The request failed with HTTP status 401: Unauthorized. ReportingService2005

    I have programmatically deploy SQL server Reporting Services 2005 reports via msi file. The installation was success, I was able to run the reports on localhost\Reports at the target machine. But I get error "The request failed with HTTP status 401: Unauthorized." when I try to access it from the ASP.NET app report menu in the target machine. It is Windows Server 2003 standard edition, it uses Windows Authentication. I have tried setting any combination below and still doesn't work. Anybody has any other ideas ReportingService2005 rs = new ReportingService2005(); rs.UseDefaultCredentials = true; rs.PreAuthenticate = true; rs.Credentials = System.Net.CredentialCache.DefaultCredentials; or rs.Credentials = new ...Show All

  • Windows Forms print content of a panel

    Hi For print current view of a panel I can draw the panel into a bitmap, then draw the bitmap onto the paper. Something like this: Private Sub PrintDocument1_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage Dim bmp As New Bitmap(Panel1.Width, Panel1.Height) Panel1.DrawToBitmap(bmp, New Rectangle(0, 0, Panel1.Width, Panel1.Height)) e.Graphics.DrawImage(bmp, 0, 0) End Sub But it print only one page which is current page. Now if I want to print the whole content of a panel, what should I do Best Regards, Elham Do you mean that the panel is too long to fit in one page so you want to be abl ...Show All

  • SQL Server CPU Hyper Threading on Analysis Services

    Hi Has anyone had any experience of running Analysis Service using a CPU with hyper threading enabled Running an Intel(R) Xeon(TM) 3.0 Ghz 64 bit with 4 cpu's and 4 hyper threads per cpu with 20 Gb of RAM Any processing/querying that takes place seems to utilise only the last thread of each CPU. In Analysis Services Server properties I have changed the following ThreadPool \Query\MinThreads ThreadPool \Process\MinThreads to use 16 based on the total hyper threads This has improved the situation however I feel not enough Has anyone tuned this to perform well If so please may I have your assistance so that I can do the same Thanks John ...Show All

  • Visual Studio error starting visual studio.net 2003

    I am a student at a sydney college. I have installed visual studio 2003 and when I try to create a new asp.net web app project - I get the followig message "Your webserver is not running asp .net version 1.1" . Can anyone giv me advice on how to resolve this issue Have you since installed the .net framework 2.0. Or is your webserver on a separate machine I have seen when iis isn't setup correctly to handle .net web applications, and need to run a exe that comes with the framework. on the command line try the following: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i ...Show All

  • Visual Studio 2008 (Pre-release) where is the RENDER function like other 3d designing technologies

    Hi, I have created a fairly complex 3d object using ZAM3d, the object when i create and render using the "render window" function in zam 3d is pretty good looking but when i convert the same to the xaml the LOOKS are lost. the diff. is visible in this http://img514.imageshack.us/img514/1761/renderdiffmt7.jpg is it possible to do something like "SupressRender" to have the same looks in xaml a well. Thanks and Regards, Brij Tier 0,1,2 are related to the capabilities of your graphics card, they determine what work is done in hardware on the graphics card, and what work has to fall back to software rendering on the CPU. These are not seperate phases. WPF does not perfo ...Show All

  • Visual Studio Crystal Report Software Requirements

    Is it necessary to have MS OFFICE installed, to export report in 'Excel format' using crystal report ...Show All

  • Software Development for Windows Vista Run As Administrator in Vista

    I have an application that requires Backup and Restore Privileges. The application enables these privileges and works find in XP but, when executed normally as an Administrator in Vista, the application fails. The Call to AdjustTokenPrivilege fails with ERROR_NOT_ALL_ASSIGNED. However, when I right click and run as administrator the call succeeds and the apps works. This brings me to my questions: 1. Why would an app not run with the privileges of the person that executes it (an administrator user in this case).... Vista Security 2. How can I work around this I would imagine there is a local security setting the I can change to allow the app to run with the privileges of the user I would be curious if this setting exists but, it ...Show All

  • Windows Forms Why does the ClickOnce 'Install' button generate an xml page instead of starting download?

    Hello, I just published my application for ClickOnce deployment to my web site. When I click on the Install button on the publish\publish.htm page on my website, the browser returns the contents of an xml file and does not start the download. Does anyone know what might be causing this Any help or suggestions would be greatly appreciated. Thanks! Jason I have the same problem with ClickOnce application and IE6, the browser recognize it as XML text file, the funny thing is that it works fine on FireFox with appropriate extension. Any way I have digged the web after the solution but still unsuccessfully. There is an article about MIME sniffing control, I have followed that instruction but unsuccessf ...Show All

  • SQL Server JDBC getBoolean/setBoolean

    Hello When I call stmt.setBoolean(columnIndex, true); The value of "1" in inserted to column. However when I call rs.getBoolean(column) I get "false". If manually set column value to "true", the returned value of rs.getBoolean will be true. Thx in advance... Ilja, We have just shipped a QFE to fix this mess, you can get this by contacting product support directly with the information you have posted. You can verify that the behavior is what you expect by using our latest community tech preview drop which contains this fix: http://www.microsoft.com/downloads/details.aspx familyid=f914793a-6fb4-475f-9537-b8fcb776befd&displaylang=en Thanks, Angel ...Show All

  • Windows Forms Deployment from a website

    Visual Studio 2005 Professional: I successfully used a Setup project to deploy my Windows project from a CD. Now, I would like to have users download it from a website. Do I simply compress it to a zip file and upload that to the website You should be able to stick it on the website and have people run the msi. You may have security issues that the zip file would work around but otherwise, zipping the msi package isn't necessary. Have you tried using ClickOnce Take a look at http://msdn.microsoft.com/smartclient/default.aspx pull=/library/en-us/dndotnet/html/clickoncevsinstaller.asp to compare the two technologies. Let me know if I understood your question... ...Show All

  • Visual C# Parametrized Query in Visual C# 2005

    Hello, I have a problem in setting a dynamic query in my application. Actually, I know how to work with a parametrized query and how to pass a value for one of the elements in my where clause, but I need to pass more than a value like other criteria or generally i need to change the structure of my SQL in the given query. My database is Oracle 8i. Does anybody know how I may address this Thanks You have two options here, you can make a stored procedure or you (what I think you are after) can add a fillby method. You can do this by bindingSource on the form and clicking the little [>] arrow that appears and then add query. This will load a dialog box where you want to click Query Builder (Bottom ...Show All

  • .NET Development SQLDataReader.GetOrdinal() fails rarely with IndexOutOfRange

    Hi everybody, We were developed some Web-Services that run against SQL Server 2000 with SQLDataReader that executing Stored Procedures in the DB. Most of time (95%) everything is running well, but sometimes (when exactly, we don't know) the same WebService that worked 200 times, fail. The code is simple:         public string myFunction( int ANumber )         {             string strRetVal = null ;             SqlDataReader myReader = null ;             SqlConnection MyConn = null ;             ...Show All

  • Visual C++ how to invoke a progress bar after firing a command button from a dialog box?

    dear all, i have made a progress bar which works as desired if placed on a dialog box. so no issue. but i wanted for a better user interface that the progress bar should only appear , once i press a command button for an action that takes some time to complete. (e.g say i press button A to do a task B which takes some time. so till task B is happening or giving a feedback that it takes time to coplete i fire a progress bar..) 2. solution i found out. i created another dialog box called as progress bar dialog box and created a progress bar for that .and wrote code on OnInitDialog of the dialog box m_progressbar.SetRange(0,100); m_progressbar.SetStep(2); m_progressbar.SetBkColor(RGB(255, 0, 0)); for(int i=0;i<50;i++) ...Show All

  • SharePoint Products and Technologies MOSS 3.0 vs. Sharepoint 2007

    Can someone explain the major differences between the two Thanks First off, it's MOSS 2007 and WSS 3.0. SharePoint is often used to generically talk about both, but there is no such thing as SharePoint 2007. Here's a link to an Excel spreadsheet that does a feature-by-feature differentiation between the two technologies: http://download.microsoft.com/download/1/d/c/1dc632e8-71e1-466f-8a2f-c940f1438e0a/SharePointProductsComparison.xls ...Show All

©2008 Software Development Network