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

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

Revoldo

Member List

GaneshPalwe
narsimanv
kexh
Harald Hedlund
Pankaj.Patel
keith113
Loom
pins
juanborde
sridhar_msd
Felix Verbitsky
urbal
SaqibRokadia
JonasSvahlstedt
P.J.Ganesh
JessieLiu
Graeme Foster
Zaka Khan
GnomeKing
Ravikant
Only Title

Revoldo's Q&A profile

  • SQL Server SQL Server 2005 SP1 installation woes!

    I am having problems installing SP1 successfully. So far I've tried it on two separate Windows 2003 server boxes running SQL Server 2005 Standard v9.0.1399. The first upgraded successfully all over services except the SQL server itself. Reporting services then failed due to database version mismatch but that was easily fixed. The other box doesn't have anything other than SQL2005 and components were upgraded but the database upgrade failed. I got the generic "send this error to microsoft" message. I've tried other suggested fixes on this board but none have worked so far. The Logfile seems to go haywire at about this ...Show All

  • .NET Development WSE 3.0 Problem

    Hi, I am using WSE 3.0 Oct CTP. I have following problem:- Unable to instantiate the WSE class created by adding the web reference. There is an issue with respect to the loading of configuration. I get the following error:-- An error occurred creating the configuration section handler for microsoft.web.services3: That assembly does not allow partially trusted callers. The component that you have performed the Add Web Reference with is partially trusted. In order to call the WSE runtime dll, you have to be a full trusted application or component. This is beacuse WSE does several calls to native securit ...Show All

  • Visual Studio Team System Ignoring certain DependentRequests return codes..

    Hi all, I am having an issue parsing dependent links that I think has been mostly covered by a few other posts but a solution was not suggested at that point. In post 62544: How to Ignore Web Test Errors there was a suggestion to turn off ParseLinks. This seems a little extreme in my case as I have a request that pulls in about 30 links. One of these links is to an ad server which is called with a URL and no page at the end.. Because there is no html or the like it tries to parse the directory and receives a "403 Forbidden". I would like to just ignore this link in the list of dependent links. I have generated code for the tests but am un ...Show All

  • Smart Device Development WM 5 on emulator

    How do I run WM 5 on the emulator do I need to get the WM 5 image if so then where can I get it and what is the installation process Thanks. Carl, I have the same problem on one of my machines, the other machine(s) work fine. Did you get a resolution ...Show All

  • Visual Studio Problems with SetDataSource

    hello, i have created some reports with crystal. Form_Load of my Form : [code] // my Class loads a DataSet AntragReparaturs antrag1 = new AntragReparaturs(); DataSet set1 = antrag1.Report_RepAnnahme_Kunde_GetData( this .antragsID4Edit); // Instance of my report Report_RepAnnahme_Kunde rep1 = new Report_RepAnnahme_Kunde(); // SetDataSource on DataSet rep1.SetDataSource(set1.Tables[ 0 ]); crystalReportViewer1.ReportSource = rep1; [/code] this works fine on my development-machine, but on other computers SetDataSource failed the error message is [code] System.MissingMethodException ...Show All

  • SQL Server Previous(Expression, AggFunction, PreviousScope, AggScope) ??

    Hi all, We are trying to produce a report using a matrix that would show percentages to the column groups in the cells (ratio to parent along the columns): Colgroup = 1 Colgroup = 2 … Col1 Col2 Col3 Col4 … Rowgroup= 1 Row1 3 / (3+9) 9 / (3+9) 1 / (1+6) 6 / (1+6) … Row2 … … Rowgroup = 2 Row3 … … Row4 ...Show All

  • Visual Studio Express Editions Minimize to system tray

    Hi, Im looking for a solution to minimize my form in the system tray and restore it from the tray. I found alot of sites that use the 'DrawAnimatedRects' function that windows use to minimize and maximize window-forms. All this codes were in c++ or vb6. Is there anyway to use this function in vb2005 Here is an Example that i found at http://www.activevb.de/tipps/vb6tipps/tipp0182.html Option Explicit Private Declare Function SetRect Lib "User32" (lpRect _ As RECT, ByVal X1 As Long , ByVal Y1 As Long , ByVal _ X2 As Long , ByVal Y2 As Long ) As Long Private Declare Function DrawAnimatedRect ...Show All

  • Visual Studio Express Editions How to save Files with a "SaveFileDialog"

    I don't Really know how Can someone tell me how Like you type a string in a textbox and you press a button called "Save" then you want to select the folder you want to save the .txt at.    Thanks It's a two step process: a) Get the file name and file path: The SaveFileDialog doesn't save anything: it simply allows your user to navigate to an allowed folder and enter a valid filename. The dialog box looks like every other save file dialog box in every other application so your users (usually) know how to use it. b) Actually save the file: Once they have used it, you can get the file name, and pat ...Show All

  • Windows Forms Using MS Office to do a mail merge

    Ok I know that I have a large number of questions here.  Please, I need all the help I can get on this one. I have an application that is putting data into an Excel spreadsheet.  I have also created a mail merge document to read that data into a form letter.  How can I do the following 1.  Open Word 2.  Open form letter&n ...Show All

  • Windows Forms WindowsMediaPlayer-Panel like application in Winforms ??

    Is there a chance to create managed WinForms application that have appearance of small panel sitting in taskbar tray (exactly like WindowsMediaPlayer panel or QuickLaunch panel) If not possible directly in WinForms: any ideas or pointers to where to start when doing this in Win32 If it is not clear what "appearance" I mean, look at http://development.atlantis.cz/userimages/MediaPlayerPanel.PNG Thanks for any tips Regards, Pazu Regarding Win32 implementation, I have found a basic page speaking about this: http://msdn.microsoft.com/library/default.asp url=/library/en-us/shellcc/platform/she ...Show All

  • Visual Studio Tools for Office actionspanecontrol v.s. usercontrol

    I am new to vsto 2005, and have a few questions. 1- is task pane and action pane the same thing 2- in creating a word project , I can do : this .ActionsPane.Controls.Add( new UserControl1 ()); this .ActionsPane.Controls.Add( new ActionsPaneControl1 ()); is there only one actionpane for a word document, can we add more and how 3- what is the difference of usercontrol v.s. actionspanecontrol thanks. The ActionsPane item is the same as a UserControl item. The reason we added the ActionsPane item was for discoverability/visibility reasons. Yes, both lines of code will work. Yes, there's only one A ...Show All

  • Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&

    Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e&   this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 ..   JSB PS: this error pisses me of, i need to restart VS.IDE every 5 minutes. i think this is too bad for a recent relesase product ( its full of Bugs ).   Hi, João, This is a good opportunity (in the ...Show All

  • Visual Studio 2008 (Pre-release) Plans for Windows Mobile Pocket/PC?

    Does Microsoft yet know their plans for Windows Mobile/PocketPC (.NET Compact Framework) for WCF The current netcf distribution doesn't contain non-soap/non-ws support (e.g. binary/tcp remoting), I'm wondering what kind of functionality we might be able to look forward to on a netcf version of WCF. Thanks! Yes, it would be nice to have a stripped-down version of WCF (like WPF will have WPF/E). What you can do right now is to use MSMQ integration binding because MSMQ is supported in .NET CF 2.0. I have tested it and it works (see a previous thread in this forum "Integration with MSMQ on .NET Compact Framework 2.0"). ...Show All

  • Windows Forms opening a form from a different application domain.

    I have two application running, say App 1 and App 2, both hitting different DBs. App 1 has only one form. I need to open this form from App 1 in App2 (This form has to maintain the DB info of App 1, while opening up in App 2).  It will be of great help if I can open it with in the context of App 2's MDI. Is there any way this can be acheived. Thanks in advance. R In App2 create a project level reference to App1 then you can access any public members of App1 from App2 Public MyApp1Form as New App1.Form1 ...Show All

  • Visual Studio Crystal Reports Memory Leak Suggested Fix is not a fix....

    Hello List! I have an open Bug on MSDN that is really affecting our business, and it started happening when we moved to the RTM of VS2005 .Net 2.0 on our servers. We use NON-Embedded Crystal Reports (I have approx 100 of them) and they all have different security levels and accept many different parameters.  I have written a front end that takes care of security and passing the proper parameters to the report etc. The problem is this.  There is an acknowledged memory leak and supposedly a workaround for it (but it does not work) for example I have one report (single page) that allocates 6-7 MB of memory when it is loaded up to d ...Show All

©2008 Software Development Network