icelava.net

INSERT neural.pulsation INTO public_brain FROM flesh_processor WHERE neural.retention < 0.1
Welcome to icelava.net Sign in | Help
in Search

Browse by Tags

All Tags » Visual Studio   (RSS)
  • C# Internal Compiler Error CS0584 CS0586 CS0587

    One of the ''fun'' things about working as an enterprise SI is being able to travel back in time. To eras long past and forgotten; left in the buried deep in the dust; unseen by modern civilization. We get to re-enter environments still operating with .NET Framework v1.0 or 1.1. ;-) It does not take long to understand that the technology ...
    Posted to Software Development (Forum) by icelava on September 13, 2008
  • How to add separators between buttons in Visual Studio toolbars

    How is it that I forget the steps to accomplish such a simple task so frequently? Do I have a poor memory, or is Visual Studio's method for adding separators beween toolbar buttons just plain unintuitive? I blame Visual Studio. Here are the steps to once and for all prevent me from forgetting 1. Open the Customize dialog box for toolbars.2. ...
    Posted to Software Development (Forum) by icelava on September 4, 2008
  • Woe to he who wants to know more about his build process

    Want to be a more knowledgable developer by setting Visual Studio's output window to automatically focus upon activating the Build process? So that you can observe real-time details on what happens behind the scenes with MSBuild and the compilers? Well, curses to you for wanting to know so much! You should remain an unmotivated uninterested ...
    Posted to Curse Diary (Forum) by icelava on August 21, 2008
  • Deploying database projects with data from CSV files

    I thought this would be a very common style of deployment. Why write thousands of lines of INSERT when you can prepare CSV data in quicker fashion and use the BULK INSERT command? Surely developers would want that. Well, the Visual Studio team apparently did not think so. They must have been rushing to push the fourth Team Edition for Visual ...
    Posted to Software Development (Forum) by icelava on March 26, 2008
  • Error WDP00002: missing section system.net

    So today, or last night rather, I finally got down to seriously look at this wonder trinket the ASP.NET team provided as a cool add-in project for Visual Studio - Web Deployment Projects. The one true feature that really had me excited was the ability to define multiple sections in web.config as replaceable, so different builds for different ...
    Posted to Software Development (Forum) by icelava on October 16, 2007
  • Manually inking indented code blocks, no more!

    I used to print out scrolls of program code onto paper on a frequent basis. And when I did that, it was testament the previous programmer has failed a rather important guideline about the craft of programming. Well, not anymore. Apparently the developers at SlickEdit faced the same type of frustration as I did, and decided to automate it directly ...
    Posted to Software Development (Forum) by icelava on April 24, 2007
  • Visual Studio 2005 and Vista: you are unable to attach to the process. you do not have permission to debug the process.

    The biggest hurdle to installing new software is the unavoidable demand (not just a mere requirement) to spend that sitting time to learn it considerably to be useful and productive with it. This factor is increased exponentially when it is the operating system that gets upgraded. After going through the Ironman journey of simply getting ...
    Posted to Software Development (Forum) by icelava on February 8, 2007
  • VS 2005 database CLR project deployment : An error occurred while gathering metadata from assembly

    My colleague hit a mysterious error message whenever she attempted to deploy the assembly compiled with our managed stored procedures to the SQL Server. An error occurred while gathering metadata from assembly 'Assembly.Name' with HRESULT 0x80004005. ProjectName It always failed at a particular stored procedure when it gives up, and she ...
    Posted to Software Development (Forum) by icelava on January 18, 2007
  • Timeout deploying assembly to SQL Server 2005

    Developers who begin to bloat the size of their assemblies destined for CLR-enabled SQL Server instances may be hit with the following timeout problem when attempting to deploy from Visual Studio to a remote server: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. This ...
    Posted to Software Development (Forum) by icelava on December 28, 2006
  • The elusive Script Explorer

    In catching up with my blog reading, I was intrigued by Nikhil Kothari's Script# project and decided to check out just how cool developing client-side DHTML logic in all of Visual C# IDE goodness can get. This is one flooring concept that has potential to drastically alter how web (ASP.NET) developers look at Javascript. Script# is, however, a ...
    Posted to Software Development (Forum) by icelava on December 27, 2006
  • Showing Visual Studio compilation output in command prompt

    Most of us have been taught to use the ''Visual Studio .NET 2003 (or 2005) Command Prompt'' launcher from the Visual Studio program group to setup the command prompt environment properly for .NET Framework SDK or Visual Studio work. With that a call to ''devenv'' from anywhere in the filesystem will have no trouble finding its way back to where ...
    Posted to Software Development (Forum) by icelava on December 20, 2006
  • unable to start debugging on the web server ?

    After developing and debugging ASP.NET sites for years now, I encounter a seemingly old yet rare issue that I have not been slapped with before. Running (F5) the web site off VS.NET 2003 yields the ''unable to start debugging on the web server. you do not have permissions to debug the server'' error message on my company laptop. Suggestion is to ...
    Posted to Software Development (Forum) by icelava on October 31, 2006
  • DataSet tabulation in VS.NET debugging

    Oftentimes debugging or code stepping involves crucial awareness of just what kind of data the program is currently dealing with. Visual Studio .NET by its stock self provides some Watch facilities to monitor objects and their properties while the program is midway in execution. Very useful, but terribly inadequate when needing to deal with ...
    Posted to Software Development (Forum) by icelava on October 18, 2006
  • When i suffer from poor spelling in code

    I can now rely on Mikhail Arkhipov's spell checker plug-in for VS 2005 and never fear straying too far. Thanks be.
    Posted to Software Development (Forum) by icelava on April 26, 2006
  • Obtain Intellisense for .config files in Visual Studio .NET

    If you ever wished (with tears) you had Intellisense to assist you with the myriad of options and settings possible in the web.config or app.config XML schema, get set to acknowledge RAD Software as your saviour. The bad news is, as explained in the article, you have to work a little each time you open and close the config files by respectively ...
    Posted to Software Development (Forum) by icelava on August 15, 2005
  • What The Font???

    Thank you Stephan Wissel, for recommending a great monospace alternative to the 8pt Courier format I use in Visual Studio and other text editors: ProFont ''Once you use it, you'll never turn back.'' Indeed. Download this 9pt-optimised font now for your editors: http://www.tobiasjung.net/profont/ ...
    Posted to Software Development (Forum) by icelava on May 27, 2005
Powered by Community Server, by Telligent Systems