serialize/deserialize object under different name spaces
Tue, 22 Jul 2008 04:08:00 -0700
I have a class which is exposed by web services as part of different
namespace. Now I want to serialize it and deserialize object of class 'C1'
under namespace A1 to class 'C1' under namespace A2.
How can it be done?
Thanks ...
|
VS2008 SP1 RTM
Mon, 21 Jul 2008 20:20:30 +0200
Hello,
Do you have an idea when VS2008 SP1 will be RTM ? I have to create a new
image of my PC and I'd like include SP1 RTM.
Regards,
...
|
MMC snap-in for .Net 2.0
Mon, 21 Jul 2008 10:11:01 -0700
I need to install the MMC snap-in for .Net 2.0 on a server that does not
otherwise have the SDK installed. Does anyone know exactly what files out of
the SDK I need to copy and register to make this work?
Thanks!
...
|
Silvertlight with Webservices Help!
Mon, 21 Jul 2008 13:48:14 +0100
Hi,
I am trying to comsume a webservice from a silverlight 2 beta 1 application.
The webservice simply takes a byte[] paramter (which is actually a
serialized image file).
When I tested this from a 'normal' client, I just call my webservice method,
e.g. ws.UploadFile(fileBytes);
But in Silverlight I ...
|
store list passed by reference
Mon, 21 Jul 2008 05:13:22 -0700 (PDT)
Hello All,
In a c# project I'm managing a List of objects of a custom class.
private List<MeshXNA> _Meshes = new List<MeshXNA>();
I then have a couple of different custom controls that display
information about the objects in that list (not only 3d).
I would like to achieve that the different controls cou ...
|
DataTable NewRecord, Delete, then AcceptChanges
Mon, 21 Jul 2008 05:10:00 -0700
Assuming that I have a table with a single, auto-generated primary key and a
TableAdapter/DataTable that references it, what would happen if I add a new
row to the DataTable in code, Delete it, then pass it to the TableAdapter's
Update method? Would calling AcceptChanges have an effect on this?
I'm buildin ...
|
system.cannotunloadappdomain
Mon, 21 Jul 2008 02:48:17 -0700 (PDT)
My system is Windows 2000 SP4 and .NET 1.1
After i upgraded to .NET 2.0, error occured.
Error from Event Viewer:
Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1000
Date: 7/17/2008
Time: 5:48:07 PM
User: N/A
Computer: AACMSAPP1
Description:
aspnet_wp.exe (PID: ...
|
|
|
WM Security Upgrade
Sun, 20 Jul 2008 18:17:05 -0700
I have been downloading audio books from the library. When I download the wm
security upgrade it says it has downloaded but the play button never becomes
active to press on it in order to finalize the download.
Can anyone help me?
I have vista and media player 11. I also trying to burn the books at mp3
spe ...
|
log4net error with RollingFileAppender
Sun, 20 Jul 2008 09:07:31 -0700 (PDT)
Hello,
I have setup log4net with rolling file appender as per the config
below:
<appender name="RollingFile"
type="log4net.Appender.RollingFileAppender">
<file value="V:\SSIS\Logs\PackageExecution.log" />
<appendToFile value="true" />
<maximumFileSize value="100KB" />
<maxSizeRollBackups valu ...
|
FormView Webcontrol Databinding
Sun, 20 Jul 2008 13:10:42 +0500
Hi
Is the FormView webcontrol and the corresponding Sq;DataSource controls
designed to update/insert/delete records in the database with any
code-behind or is coding a must.
When adding Parameters i do not see the controls in the form if i select
"Control" , i have controls (TextBoxes) in InsertTemplate, ...
|