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

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

Mandip

Member List

Steven Syfuhs
Milzit
Vijay Chegu
pdns
MA2005
huysmans
IPInc
T72
Delphieur
unknown311
magicalclick
AaronBrock
LarryETL
Bluehunter
venablc
mendi
FloridaJohn
Tom Arn
Sinclair Schuller
toben88
Only Title

Mandip's Q&A profile

  • SQL Server Adding more observations on SSRS with SP2 CTP installed

    In the standard report manager I'm running a report with 5 parameter choices. The first 3 are determinants of the 4th, and the combined 1-4 determine the 5th. Although this works fine in my VS BIDS (sp1) with SQL 2005 sp2 CTP, when I deploy it to my sp2 CTP Report server, it throws an error as soon as I select the 3rd parameter. One or more data sources is missing credentials I found this answer from MS in another thread ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=923684&SiteID=1 ) and since it deals with my problem, wanted to pass it along to anyone else that is dealing with this problem. " This is a known regression with CTP2 that will be fixed before SP2 is released. The problem is not specific to ...Show All

  • Windows Forms Filling a ListView with a ImageList

    Hi all.... Probably this is the most basic question about Listview's stuff but I really want to know how can I fill a Listview with the images of an ImageList control by code ... I need to show some icons in a listview created by code.. not in design time... Thanks everyone..!! Please forget it!! Is just in the same line of code... lstvTables.Items.Add("content",0); the 0 is the index of the image in a ImageList Regards ...Show All

  • Visual C# How do you REMOVE or DELETE Items from Recent Projects list in VS2005 RC?

    I have been testing  VS2005 RC and as a result, I have built many applications. Most I am no longer interested in or use and would like to DELETE them from the RECENT Projects list, but I dont see how ! I have been achieving this by manualy deleting the project from IIS, but there's got to be a better way ! Any ideas cheers, yousaid Really, you shouldn't need to, but there is a way. If you continue to use Visual Studio with different projects, only the most recent few projects are shown.  So, those that you no longer use will "age off" the list, and be replaced by those that you do use. If you don't want to wait for that to happen, however, you can clear them out of the registry.  The MRU li ...Show All

  • SQL Server Implementing Transaction in SSIS Package - [Execute SQL Task] Error: Failed to acquire connection "<ConnectionName>".

    I have a simple SSIS package with three "Execute SQL Tasks". I am using ADO.Net Connection to execute SPs on a DB server. When I execute this package It works fine. So far so good. Now, I need to implement transation on this package. And problem starts now onwards. When I try to execute package after setting TransationOption = Required for the Sequence container which contains all the tasks, I get following error. [Execute SQL Task] Error: Failed to acquire connection "NYCDB0008.Export". Connection may not be configured correctly or you may not have the right permissions on this connection. "NYCDB0008.Export" is the name of the ADO.Net connection. I have been hunting for any solution but all in vain. I have tried changing all ...Show All

  • SQL Server Copy objects with DTS Import/Export Wizard?

    Has the functionality of copying objects using the DTS Import/Export Wizard been removed in SQL Server 2005 MSDN says this about the wizard: "With the DTS Import/Export Wizard, you can transfer database objects such as indexes, views, roles, stored procedures, and referential integrity constraints. For more information, see Copy SQL Server Objects Task ." But the "for more imformation" link describes adding a task to a DTS package to copy an object, not how to use the wizard to copy objects. It's been awhile since I've used SQL Server 2000, but as I recall it was possible to copy objects as well as data using the DTS Import/Export Wizard. Thanks, Ron I am getting very frustrated, for two da ...Show All

  • .NET Development process.close()

    If I use process.close(), does this terminate the process as well as releasing any associated resources Do I have to use process.kill() specifically if I want to terminate a process before closing it An example of what I'm talking about is below. Thanks, Derek. private void button1_Click( object sender, EventArgs e) { Process p = new Process (); p.StartInfo.WindowStyle = ProcessWindowStyle .Hidden; p.StartInfo.FileName = @"C:\WINDOWS\system32\notepad.exe" ; p.Start(); p.WaitForExit(10000); if (p.HasExited) { if (p.ExitCode != 0) { MessageBox .Show( "error: notepad exited with code " + p.ExitCode); } } else { MessageBox .Sho ...Show All

  • Visual C# Handle a meta refresh 0

    I have a method of using WebRequest and WebResponse to post login info to a page and once i do i am given a response with: <meta http-equiv="Refresh" content="0;URL=http://..ADDRESS_HERE..."> To which I can not figure out how to handle using the two fore-mentioned objects! How does one handle this type of meta tag If needed I can post my code! --- william After requesting and parsing the meta refresh, then just: WebRequest request = WebRequest.Create (" http://..ADDRESS_HERE..."); ...Show All

  • Windows Forms UserControl and text property

    Info: If you want to se the Text property in the Property vindow, add <Browsable(True)> Case Trying to use the property Text in a own made control, Inherits from "System.Windows.Forms.UserControl" I want to use the Text porperty, but it is losing its data added in the property window. It is newer saved). So I made another property called Text_, and it is working perfect. But way can't i use the Text property If someone has the solution, please tell me. Code example: Dim mText As String Dim mText1 As String Not working:   <Browsable(True)> _   <Description("Text")> _   Public Shadows Property Text() As String     Get       Return mText1     ...Show All

  • Software Development for Windows Vista Filter's deconstructor not called and output still active object warning window

    Hello, I have wrote a filter to act like the dump filter in the DirectSDK C++ sample. When I open up the GraphEdit.exe and put my filter as a rendering filter in the graph, it works fine. When I then choose to close the GraphEdit.exe application, an warning dialog tells me that ( I have 5 objects left active ). It's been annoying so I tried to figure it out. In the DllEntryPoint function there is a routine called: DbgDumpObjectRegister(); I use this routine and find out that there are really 5 objects of mine and not deleted in the deconstructor routine. My question is, I have the deconstructor routine but it didn't been called, why and How do I overcome this The dumped debugging message are the following: =====DbgInitialize()==== ...Show All

  • SQL Server Users and his roles

    How to generate script which can move users with his roles from one DB to another (SQL 2005) 1. open sql management studio 2. connect to the server 3. expand the databases 4. right click the database 5. choose task>generate scripts 6. generate scripts wizard appears. click next 7.choose the database 8. in the options set "script database login" to true 9. click next> choose user 10. check the login you wish to script ...Show All

  • Visual C++ msvcr80.dll Problem

    Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin hello delta579! You are a genius!I have been trying for months to locate the solution to this problem.well weeks.Anyways the techs at verizon and msn were absolutely no help. finally an answer to a question!Thanks.it is nice to run windoctor and only get 1 error for a change that related to hpqgreg32.dll. my  c:program files \hp\digital imag ...Show All

  • Visual Studio DSL tools and web applications

    Hey, Is it possible to use this DSL tools technology with web applications If yes, do you've any examples Regards Anders The DSL Tools team is currently working on a book: http://blogs.msdn.com/stevecook/archive/2007/01/02/happy-new-year.aspx But don't know what the scheduled release date is. Gerben. ...Show All

  • Windows Forms How to find out desktop resolution/size

    I need to anchor my window to the bottom right of the users desktop. I know there is Me .SetDesktopLocation(x, y) to set the window location but I need to know the desktop size, so I can then minus my window from these to pass in the correct x,y coordinates. Is this possible without the windows API these days Thanks!!!!!!!! Hi, Screen object and its various GetWorkingArea() methods will help you retrieve those sizes for individual displays. Dim primaryDisplay As Rectangle = Screen.PrimaryScreen.WorkingArea Dim displayByForm As Rectangle = Screen.GetWorkingArea( Me ) Andrej ...Show All

  • SQL Server Calculated field in a dataset

    Hi All, I have a dataset with the following fields Name Value ABC 100 DEF 150 GHI 180 Now i need to have a calculated field DIFF which will calculate the difference in the value of the current row and the previous row. The report should have the following fields: Name Value DIFF ABC 100 NULL DEF 150 50 GHI 180 30 Any pointers on how to achieve this requirement will help. Thanks in advance, Arun You can do this with a custom function. Place the following, in the Code section of the Report. Using Report Designer this is on the Code tab of the Report Properties Dialog. Private m_previousValue As Integer = 0 Public Function ComputeDifferen ...Show All

  • Visual Studio Team System Running web tests in windows vista

    Are web tests supported in vista currently I'm having some issues in recording webtests on a vista machine, it doesn't actually record anything but is working fine on my XP machine. Any info or ideas would be great. Thanks Are you running the Visual Studio 2005 IDE as an administrator I have recorded correctly webtest with Windows vista, more details: I have Windows Vista RC1, Visual Studio 2005 SP1 Beta installed. ...Show All

©2008 Software Development Network