Tagged Questions
2
votes
1answer
202 views
Visual Studio 2010 Silverlight Project Opening in Browser as file:// instead of localhost://
My main project I'm working on for some odd reason opens up in the browser as a file:// now instead of from localhost:// like it used to. I am unaware of any settings I changed to make it do this, and ...
2
votes
1answer
178 views
Isn't it too fast for an ASP.NET page to download in 0 ms?
I'm currently measuring the time spent to load a web page from a C# program.
The Visual Studio solution has a console program and an ASP.NET website with just one page. The website is hosted on ...
1
vote
3answers
194 views
ExecuteScalar returns null or DBNull (development or production server)
I'm trying to add a column to an existing DataRow in C#. Afterwards the column will be filled with a single value from my database.
DataRow dr already exists and column "COLNAME" also exists.
comTBP ...
1
vote
1answer
53 views
How to stop 1 solution from starting ALL your websites?
I am working in a solution with about 30 projects.
All projects are build for 1 specific customer(hence the same solution) but not all of them depend on each other.
We have for example a back-end API, ...
0
votes
0answers
11 views
Low framerate with HTML5 Video on Parallels + ASP.NET development server
We're developing an ASP.NET MVC application that involves playing videos. We decided to adopt HTML5 - in our context we deemed it OK to ask our users to upgrade their browser if necessary.
I'm a Mac ...
0
votes
0answers
66 views
return url from paypal sandbox
This is the code I found on the internet for the checkout button which uses paypal sandbox.
My problem is how do I return to my main page? I'm using ASP.NET Development Server so the port is ...
0
votes
3answers
1k views
Asp.net Dev Server using wrong version of the framework?
Currently developing an ASP.NET WebApplication with VS2008. I stopped development for a few weeks, and when I came back, my project is exhibiting the following problem:
The whole project compiles ...