Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

visual-studio-2008

Cannot find namespace ‘System.Data.SqlServerCe’

September 2, 2022 by Magenaut

I did include the System.Data.SqlServerCe dll, put using System.Data.SqlServerCe; in my code, but when I open the .NET page I get:

Categories ASP.NET, Q&A Tags asp.net, c#, sql-server-ce, visual-studio-2008 Leave a comment

Replicate VS2008 “Publish Web Site” from command line

September 1, 2022 by Magenaut

I am trying to replicate the exact functionality of this dialogue in Visual Studio 2008 in a build script:
alt text

Categories ASP.NET, Q&A Tags asp.net, msbuild, publish, visual-studio-2008 Leave a comment

Post Publish Events

September 1, 2022 by Magenaut

For normal (say Windows Forms) C# applications, to execute commands after a successful build I would use the Build Events->Post-build event command line in Project Properties.

Categories ASP.NET, Q&A Tags asp.net, c#, events, publish, visual-studio-2008 Leave a comment

Master Page Weirdness – “Content controls have to be top-level controls in a content page or a nested master page that references a master page.”

September 1, 2022 by Magenaut

This is weird. I added a brand new Web Application project to my solution in Visual Studio 2008.

Categories ASP.NET, Q&A Tags asp.net, master-pages, visual-studio-2008 Leave a comment

Where is the Global.asax.cs file?

September 1, 2022 by Magenaut

I am using VS 2008. I have created a new Asp.net web site project from File->New->Website->Asp.net Website.

Categories ASP.NET, Q&A Tags .net, asp.net, c#, global-asax, visual-studio-2008 Leave a comment

Why does app_offline.htm keep appearing in my web project?

September 1, 2022 by Magenaut

I regularly (every few days or so) publish my ASP.NET web project to the local web server.

Categories ASP.NET, Q&A Tags .net, app-offline.htm, asp.net, visual-studio-2008 Leave a comment

Setting the default page for ASP.NET (Visual Studio) server configuration

September 1, 2022 by Magenaut

When I build and run my application I get a directory listing in the browser (also happens for sub folders), and I have to click on Index.aspx. It’s making me crazy.

Categories ASP.NET, Q&A Tags asp.net, configuration, visual-studio-2008 Leave a comment

Change the requested url of WebResource.axd

August 31, 2022 by Magenaut

My web application (http://www.something.com/social/competition/) is currently requesting the WebResource.axd file like this:

Categories ASP.NET, Q&A Tags asp.net, c#, visual-studio-2008 Leave a comment

Click events on Array of buttons

August 31, 2022 by Magenaut

How can I get the name of the object last clicked on a panel? The trick is there is a big array of buttons on the panel (btn[1] … btn [200]). How can I check if I clicked on button b[180], or b[11] or even outside the panel (no button)? Also the buttons are generated at page load via coding.
Thank you. Anna

Categories ASP.NET, Q&A Tags asp.net, c#, visual-studio-2008 Leave a comment

ASP.Net Response.Close issue

August 31, 2022 by Magenaut

I am using ASP.Net + .Net 3.5 + VSTS 2008 + IIS 7.0 + C# to develop a web application. I find when debugging in VSTS 2008, if I call Response.Close() method in page_load (please refer to code below), there will be error (from IE when accessing the page) like can not connect to server.

Categories ASP.NET, Q&A Tags .net, asp.net, c#, iis-7, visual-studio-2008 Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page8 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress