About 13,000 results
Open links in new tab
  1. trying to send via smtp2go.com's api, but receiving a bad request

    Nov 12, 2018 · In this case, the C# DTO object model does not match the JSON; the to field is an array. Visual Studio has a tool that converts JSON to class libraries. Copy the JSON. In Visual …

  2. Visual Studio is behaving weirdly - social.msdn.microsoft.com

    Sep 15, 2011 · Also, please right-click the .cs file in Solution Explorer, choose Open with. Did the CSharp Editor be set as default? If not, please set the CSharp Editor as default and try again.

  3. How to publish metadata for WCF service hosted in IIS

    Aug 16, 2016 · I have written simple WCF service and hosted in IIS, and open the .svc file through browser, it says " Currently Service is disabled as shown in the below screen shot". …

  4. Could not load type '_Default' - social.msdn.microsoft.com

    Jul 9, 2007 · To do this, open computer managment, expand the IIS node, expand the websites node, find your website in the list and right click on it, choosing properties. There should be an …

  5. New Plug and Play Problem - social.msdn.microsoft.com

    Feb 9, 2010 · Here's the contents from the Pos .Net log file from the point where I create the PosPrinter object. It seems like the Epson service object is trying and failin to locate some …

  6. Text Template Code Generation Fails in VS 2012

    Dec 10, 2013 · The generated Model1.Context.CS file only contains a single line with "ErrorGeneratingOutput". I've submitted this as a bug to Microsoft under the Visual Studio and …

  7. Visual Studio deleted my files!!! - social.msdn.microsoft.com

    Mar 28, 2007 · What happens when you open VS and try to access your project via File > Recent Projects menu ?

  8. The socket connection was aborted - social.msdn.microsoft.com

    May 23, 2007 · my ServiceSession is a class that implements my other class UserSession. They are in another cs file and they are both [Serializable]. I create the proxy channel, no problem, …

  9. how to give window title in window.open javascript method

    Dec 2, 2011 · The 'url' is the url to open the report. and I have written this function in .aspx page which is opening as popup window.

  10. #if and InitializeComponent - social.msdn.microsoft.com

    Aug 20, 2008 · If you don't want your code to be overwritten, don't put it in the Designer.cs file. Instead, add a delegate to the Load event to handle your custom code for controls.