There's no lack of choice when it comes to small business netbooks, so it helps to have a tech Sherpa to guide your way. Check out this guide, and you'll get the most netbook for your buck.
I have a Logitech Optical Mouse/Keyboard.
I have been using them just fine with the system drivers
for almost a year now.
I recently updated my Kaspersky software and rebooted.
Now the mouse is frozen in the middle of my screen.
I am not able to login to the Windows XP Pro box that
has the frozen mouse (because i can't work the mouse)
but…
Hi,
Can somebody tell me how to rename the DB server instance name and a DB name
in SQL Server 2005?
Right Now I Have
SERVER/OLDNAME
-- oldnameDB
I want to change the server instance and also change the db name.
I have tried:
EXEC sp_renamedb 'oldName', 'newName'
and that has changed the dbname as it appers in the tree directory. …
Hi.
I have a Logitech Optical Mouse/Keyboard.
I have been using them just fine with the system drivers
for almost a year now.
I recently updated my Kaspersky software and rebooted.
Now the mouse is frozen in the middle of my screen.
I am not able to login to the Windows XP Pro box that
has the frozen mouse (because i can't work the…
Hi.
I am new to StructureMap. I have downloaded and am
using version 2.6.1.0. I keep getting the below
error:
StructureMap Exception Code: 202 No
Default Instance defined for
PluginFamily
Company.ProjectCore.Core.IConfiguration,
Company.ProjectCore, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null
My Global.asax.cs…
Hi. Like the title says, I have the following exception:
Description: Event code: 3005 Event
message: An unhandled exception has
occurred. Exception information:
Exception type: NotSupportedException
Exception message: Explicit construction of entity type
'Company.Project.Core.Domain.Friend'
in query is not…
As the title says, I am getting:
Invalid length for a Base-64 char
array.
I have read about this problem on here and it seems that the
suggestion is to store ViewState in SQL if it is large. I am
using a wizard with a good deal of data collection so chances
are my ViewSate is large. But, before I turn to the "store-in-DB"…
Hi. I am very new to StructureMap and am getting the following error:
StructureMap Exception Code: 202 No
Default Instance defined for
PluginFamily
Company.ProjectCore.Core.IUserSession,
Company.ProjectCore, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null
It seems to be hitting the first interface instance on…
Hi.
I have a solution with multiple class libraries.
When I compile each individual library (and the web site by itself)
compilation always succeeds.
But, when I compile the solution as a whole, one of the library
references fails with a little yellow exclamation mark next to the
failed library. I am guessing this has to do…
Hi.
I am trying to establish upper / lower bound in my stored procedure
below and am having some problems at the end (I am getting no results
where, without the temp table inner join i get the expected results).
I need some help where I am trying to join the columns in my temp table #PageIndexForUsers
to the rest of my join…
Hi.
I am using a facade design pattern for a C# program. The program basically
looks like this...
public class Api
{
#region Constants
private const int version = 1;
#endregion
#region Private Data
private XProfile _profile;
private XMembership _membership;
…
Hi.
I am wondering how to do the following...
I have a registration system. When the user successfully registers, he is
then led down a series of data gathering pages (for his profile) and then,
finally, ends on his profile's home page where he can start to use the site.
All this happens without ever logging into the…
Hi.
I am using ASP.NET 2.0 and its various providers.
I have overridden most of the methods I need and
have the following custom providers:
ProjectMembershipProvider
ProjectProfileProvider
ProjectRoleProvider
In the design of my project, my intention was to
wrap the custom providers in a facade - style
design -…
Hi.
I am trying to get a handle on the best practice for code
organization within my project. I have looked around on
the internet for good examples and, so far, I have seen
examples of a web project with one or multiple supporting
class libraries that it references or a web project with
sub-folders that follow…
Hi.
I want to see what my insert statement would look like as if I was wiring
up an text-based ADO.NET command. How do I do this?
I have been following the below link:
http://damieng.com/blog/2008/07/30/linq-to-sql-log-to-debug-window-file-memory-or-multiple-writers
And have added the DebugTextWriter class to…
Hi,
Can somebody tell me how to rename the DB server instance name and a DB name
in MSSQL 2005?
Right Now I Have
SERVER/OLDNAME
-- oldnameDB
I want to change the server instance and also change the db name.
I have tried:
EXEC sp_renamedb 'oldName', 'newName'
and that has changed the dbname as it appers…
I have Windows Service written in C#. It starts two threads, one is pooling a Web Service, second is waiting on a Monitor object for a new job to arrive. Besides that, the main thread acts as a WCF service host using NetNamedPipeBinding. It lets the client application to register a callback and then sends…
OK, this may be a silly question but...
I have inherited a project and am tasked with going over the primary
key relationships.
The project largely uses Guids. I say "largely" because there are examples
where tables use integral types to reflect enumerations. For example,
dbo.MessageFolder has…
OK, this may be a silly question but...
I have inherited a project and am tasked with going over the primary key relationships.
The project largely uses Guids. I say "largely" because there are examples where tables use integral types to reflect enumerations. For example, dbo.MessageFolder has…
Hi.
I have a SHA1 password and PasswordSalt in my aspnet_Membership table.
but, when I run a query from the server (a Sql Query), the reader reveals
that the pass has returned as its cleartext equivalent.
I am wondering if my web.config configuration is causing this?
<membership…
Hi - thanks for clicking.
I am trying to get status feedback using an IFrame for file uploads. I am not trying to get progress or percentages -
just when a file is done uploading and if it was a success or failure.
THE PROBLEM is that I can't seem to get the server response
to…
Hi.
I need help with accessing class properties within a given class.
For example, take the below class:
public partial class Account
{
private Profile _profile;
private Email _email;
private HostInfo _hostInfo;
public Profile Profile
…
Hi.
I have been using Subversion for a few days now and have a question...
I have a folder deep in my subversion trunk
that I want to remove and replace with another folder.
I have read about this on here and tried:
Export:
I clicked on the folder I wanted to remove
I then…
I just want a general sanity check regarding database design.
We are building a web system that has both Teachers and Students.
Both have accounts in the system. Both have profiles in the system.
My question is about the table design of those Profile tables.
The Teacher…
Hi.
I am in the process of planning a database for a social networking project and
stumbled upon this url which is a (crude) reverse engineered guess at facebook's
schema:
http://www.flickr.com/photos/ikhnaton2/533233247/
What is of interest to me is the notion of…