How to run a x64 Power Shell snapin in ASP.NET from VS ?
Mon, 9 Jun 2008 01:52:01 -0700
How to run a x64 Power Shell snapin in ASP.NET from VS ?
My code always return a exception message: "No Windows PowerShell Snap-ins
are available for version 1" When Loading Exchange Powershell Snap-in
Everything works fine when my solution is deployed and if I run the code
from a console app.
Thx in ad ...
|
technik farmaceutyczny http://medyk.zgora.pl/index.php?option=com_content&task=view&id=83&Itemid=38
Fri, 6 Jun 2008 01:21:44 -0700 (PDT)
technik farmaceutyczny http://medyk.zgora.pl/index.php?option=com_content&task=view&id=83&Itemid=38 ...
|
DateTime.ToString()-Method doesn't recognize regional settings after
a while
Thu, 5 Jun 2008 07:28:03 -0700 (PDT)
I am using the native SqlClient from the 1.1 .net-framework to connect
to Sqlserver 2000. The database-connection is programmed in Visual
Studio 2003 in C#.
The database-connection is stable for a while, but after 10-20 days my
connection isn't using the cultural info anymore.
I am using German in my region ...
|
How to change database in SQL
Thu, 5 Jun 2008 15:02:21 +0200
Hello!
I'm writing application, that will check databases states on a lot of
servers. I'm using VS2005 and .NET 2.0.
At this moment I have code, that is trying to connect to every database in
my configuration file. I'm creating new sqlconnection with specified
database name, getting answer about state (awa ...
|
Why wont my app run if the manifest is embedded?
Thu, 5 Jun 2008 00:56:00 -0700
I have an app that when executed will only find and load VS 2008 dll's if the
manifest is not embedded. The resource ID of the manifest was correct for an
executable. ...
|
release crashes debug does not
Wed, 04 Jun 2008 12:49:01 -0400
When I build with Release my program crashes.
When I build with Debug it does not! Aack!
FWIW, the error report file contains
<?xml version="1.0" encoding="UTF-16"?>
<DATABASE>
<EXE NAME="PlaylistScheds.exe" FILTER="GRABMI_FILTER_PRIVACY">
<MATCHING_FILE NAME="PlaylistScheds.exe" SIZE="106496"
CH ...
|
VS2008: [VB.NET] How to make a RadioButton List to default to none
Wed, 4 Jun 2008 09:32:09 -0600
Hello:
I have a groupbox control with 3 radiobutton. How do you make this
radiobutton to default to nothing.
I've tried the radiobutton1.checked = false and even set it to nothing but
it still defaulting to have a value checked.
Any idea?
Thanks,
JOel
...
|
|
|
VS2008: "Listbox.items.contains" return a false value
Wed, 4 Jun 2008 08:35:23 -0600
Hello:
I have a code the checks an item in the Listbox if alreadty existed using
the "Listbox.item.contains(value) ". The code works if the item collection
are hard coded, but when I use a dataset with an XML as datasource, it
returns false even though I have the item showing in my listbox. Please find
attach ...
|
VS2008 installed on test VM but MS\VS2008 dll's not found
Wed, 4 Jun 2008 00:02:00 -0700
I've VS2008 installed on my test VM but this one app complains of missing
dll's (msvcr90d.dll, msvcp90d.dll, mfc90ud.dll) All the other apps and
services run OK and depends.exe has no problem sourcing the dll's from the
WinSxS directory. I've included the app's embedded manifest below. The
correct versions ...
|
Weird debug memory report message
Tue, 3 Jun 2008 19:28:47 -0400
I'm trying to locate a memory leak. When I request a debug memory report at
the end of my program, I get these messages:
Detected memory leaks!
Dumping objects ->
{105} normal block at 0x003F6AF0, 5 bytes long.
Data: <I4 0 > 49 34 20 30 00
Object dump complete.
I noticed I was missing an include of crt ...
|