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

Software Development Network >> Visual Studio

Visual Studio

New Question

Action Pane Dissapears with Spellchecker
J# + .Net installations has destroyed the "ease of use" factor of my product!
Automatically generate an embedded manifest
macro to build MSI project - get popup when I set Version property
How to receive command event from data templated menu items?
OneWay Databinding not working if we modify target value
PackageLoad failure - SetSite
Cascading Deletes
My view on views, Repositories, Multi-user acces etc.
SelfHost WCF example on 2 machines

Top Answerers

thanksforhelp
David Botz
boston123
ljCharlie
RAMPRAKASH
Evgeny Popov
Charoite
dilit
Mansoor Adnan Ali
madenci
VB Center
Only Title

Answer Questions

  • AndyL Increasing the wait timeout for the VSS2005 Internet Web Service and IDE plug in

    Is there any way to adjust the time out parameters on the server and/or client side when using the Internet provider What's happening is that occassionally the connection between the developer and the server is a very slow one, and the plug in gives up (often at the worst of times), resulting in bindings getting confused. My client has also discovered that the server (Windows 2003) needs to be rebooted about once a week in order to keep the web service speed up. VSS2005 starts running slowly, they reboot the server, it speeds right up. VSS2005 is the only application hosted on the server at the moment. Thanks The timeout Barry talked about is set on the client machine, and affects how long will the client wait to receive the ...Show All

  • Sundaar Language Services and Extending the C# Compiler, Lexer/Parser

    I would like to add some of my own keywords and Types into the already existing C# language service. I'm using the SDK Example.ManageMyC as a template to create my own language service but I'd also like to use C# code in my source files. Can this be done My code type is presently embedded in string parameters to C# classes, the strings are then manipulated at runtime, I want to provide a way to also edit my code in the same texteditor as the C# one. One workaround I'm thinking might be to create C'# wrapper classes for my language which generates the string, which is then passed to the C# class inst. e.g. MyCSharpClass myCSharpInst = new MyCSharpClass(); myCSharpInst.Name = "SomeNameString"; myCSharpInst.Constraint = "new ...Show All

  • Suman Ghosh Error "Operation is not valid due to the current state of the object"

    I'm trying to use the ReportViewer control (in remote mode) in a winform app. Everything works great until I try and change the ReportPath of the control (in response to a TreevIew after select event ) when the currently visible report is a report that has been drilled into from the original report specified in ReportPath e.g. ReportViewer rv = new ReportViewer(); /* other code */ rv.ServerReport.ReportPath = "/Report1"; rv.RefreshReport(); User then clicks on a link in Report 1 that jumps to Report 2 (still within the same control). Now if you try and set the ReportPath to anything you get an "Operation is not valid due to the current state of the object" being thrown by the internal set_ReportPath method. As ...Show All

  • Rahul Garg Exception trying to call service with UserName security

    I've been struggling with this for quite a while, hopefully someone can point me in the right direction. Here's the details of how I have things setup currrently. **************CERT INFO*********** Created the certs with: makecert -sk testRootCA -sky signature -sr LocalMachine -n "CN=RootTrustedCA" -ss TRUST -r RootTrustedCA.cer makecert -sk testServer -ss MY -sky exchange -sr LocalMachine -n "CN=ferrari" -ic RootTrustedCA.cer -is TRUST -e 01/01/2008 ferrari.cer Moved the CA cert to Local Computer/Trusted Root Certification Authorities Moved the other to Local Computer/Personal ****************Hosting Info************** Hosting in IIS 7.0 on Vista Ultimate RTM (tried self-hosting first - same error) ...Show All

  • Kannan.B VS2005 Registration Benefits - not allowed access to Registration Benefit Portal

    I just registered my copy of VS2005 Standard Edition that I received at the VS2005 Launch. One of the benefits of registering is free icons, components, etc. When I try to go to the Registration Benefit Portal to download them I get a page stating that the page is missing or I lack authorization. Is there a trick to this -Chris I am having the same problem with vs2005 c# express. It says the page is not up or I do not have authorization. Here is the url for the portal that is NOT working: http://go.microsoft.com/fwlink/ LinkId=52054 I just installed VS C# Express and recieved the e-mail you mentioned - now the site is up. However, once I fill ...Show All

  • Zachovich Smart Tag for convert to template

    Sitting here following an O'Reilly book, and it tells me to click on the smart tag for Login, and click "Convert to Template". Make a change and then click "End Editing". The problem I have is I don't have this option, I get Reset. Why would you be allowed to edit a template if you can't save what you did Does anyone know what is happening ...Show All

  • Slugger25 Issue with Trial Crystal Reports XI Release 2 + ASP.NET Application (VB.NET)

    I have a asp.net application written in vb.net. I recently downloaded a trial version of Crystal Reports XI Release 2 and created a number of test reports. On my local development machine, I can open and use these reports. The problem is that when I move my app and the reports to the web server running Windows 2003 I am getting the following error: CrystalDecisions.CrystalReports.Engine.InternalException: Failed to open the connection. Details: [Database Vendor Code: 17 ] Failed to open the connection. C:\WINDOWS\TEMP\rptMessages {D859C1D2-06C5-4B49-9251-DC5A537900E1}.rpt Details: [Database Vendor Code: 17 ] ---> System.Runtime.InteropServices.COMException (0x800002F4): Failed to open the connection. Details: [Database Vendor ...Show All

  • Marleen Class.forClass(String className) does not find class in GAC upon restarting IIS

    Hi all, I was wondering if anyone here can help me out. I have a web app that is hosted on IIS. This web app makes calls to a dll that was compiled from J# source code. Within the source code, the following call is made: Class.forName("com. ...") //this contains the namespace name along with the class name. The class I am trying to get above can be found in a dll that is in the Global Assembly Cache. The first time I deploy the application, everything seems fine. Once I restart IIS and attempt to hit the web app again, Class.forName throws a ClassNotFound exception. I can work around this by instantiating the class in the aspx file. Does anyone here know what might be the problem. It seems like once IIS is restarted, ...Show All

  • Tryst page count in ReportViewer-Bar -> 1 number too little

    hello there. i render my reports in local mode in a WinApp. when the report got rendered in the reportviewer the report has three pages. in the status bar of the reportviewer i only see "1 of 2" pages. after scrolling or pressing the "next-page-button" the pagecount corrects to three. i suppose that the reportviewer adds repeated (repeat on each page) objects only one time, not three times like in this sample. is this possible is there an update for that We are aware of this problem and are working on a fix for the next release. If you need an update sooner than that, please contact Microsoft support: http://support.microsoft.com/contactussupport/ ws=support ...Show All

  • LeahGarrett Doubt regarding Logon method of "mapi" namespace.

    Dear all, I have the following code: CApplication m_app; COleException e; if ( m_app.CreateDispatch("Outlook.Application", &e ) == TRUE ) { m_mapiNameSpace.AttachDispatch ( m_app.GetNamespace("MAPI") ); return PIM_OPERATION_SUCCESSFUL ; } else return; // Create a variant containing NULL COleVariant varEmpty ((long)DISP_E_PARAMNOTFOUND, VT_ERROR); // Create a variant with profile username COleVariant varUsername("user", varShowDlg((long)0); // create a variant with password COleVariant varPassword ("userpasswd" ); // Logon to the user profile m_mapiNameSpace.Logon(varUsername,varPassword, varShowDlg, varEmpty); It will display the message box (with OK and ...Show All

  • jmarkmcdow WCF Client blues (MSDN Subscriber)

    Hello.  I have been trying to write a WCF client to consume a java-based web service secured by Apache WSS4J but have not been successful.  The web service requirements are: 1. Must be accessed via https (i.e. SSL). 2. Request must use SOAP 1.1 format. 3. The SOAP Body in the request must be signed, with the BinarySecurityToken (X509 certificate) embedded in the headers, per WS-Security 1.0 spec. 4. However, the web service itself does NOT sign the responses.  So, the client must NOT expect the response to have any WS-Security headers in it. First off, how would you implement your WCF client given the above requirements   If only someone can answer this question, I'd be in heaven.  ...Show All

  • silvana113 Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack

    I'm new to this forum. I hope you can help me. I'm using the Enterprise edition of VS 2005. When I debug my project an exception is raised - 'Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack'. I can't find anything about this on-line. I suspect this message is hiding the true exception. Does anyone know what this message means Regards, Andy Ham I have received the "Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack" but only when I am trying to perform a redirect from within a try catch block. If I move the redirect outside the block it works fine. I created a bool value ...Show All

  • SunilN how do i reinstall component MSACM32.dll

    How do i reinstall component MSACM32.dll ...Show All

  • 4lb3rt Button in the Chrome area?

    I am trying to find something that will help me figure out how to create a button in part of the chrome, like the office 2007 ribbon button in the top left hand corner. Any ideas how to do that or suggestion on where to look Thanks Too bad that setting the window style to none and the allowstransparency to true (which enables one to use rounded corners on the window, disables hardware rendering on XP. I use Jan-Cornelius Molnar ’s way (HW-acc intact  on XP)of making the corners rounded instead, but..this isn’t quite as flexible as one would like, and the corners aren’t as round/antialiased as they were using the other technique from Alex Yakhnins example(HW-acc disabled on XP). Here’s an imag ...Show All

  • adorer VSTO 2005 SE Add-in project templates missing

    Hello, I've had VSTO 2005 installed since June without any issues, but now that I've installed SE, I still have the same project template icons that I had in the original version. The only add-in template I have is Outlook 2003 and no separate directories for "2003 add-ins" and "2007 add-ins". Please help. Thank you for your time. J.S. That fixed it. Thank you so much!!! There are two installation packages, one for the design time tools and one for the runtime. The design-time tools are not called "second edition" in the title--that download has the full "official" name of the download. So if you look for "second ...Show All

666768697071727374757677787980818283

©2008 Software Development Network

powered by phorum