Eduardo Ballesteros's Q&A profile
.NET Development question about callcontext and singlecall server objects
Simple question - If a client adds data to the CallContext, will any remoted object on the server be able to get that data in the context of a future call Or is the CallContext only specific to the original "call" the client was making when it SetData() In other words, with single-call, server-activated objects I am creating new instances for each request (method call). Does each instance of the server-activated obje ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XBox - Managed Code
I’m just wondering if anyone knows if Xbox 360 supports any type of managed code (mc++, c#). We're about to develop an engine and we can’t find any information about this. We wanted to use c# for the scripting of the game so if anyone knows it would really help out. Thanks. Publicly available information is very sparse, if at all existant, for XBox360. I was reading online that even "regular" Microsoft employees ...Show All
Smart Device Development How to open/close GPRS connect?
Hi there, I would like to write a program for data socket with GPRS connection. My smartphone, Dopod 585, is as the client and PC is the TCPserver. To deliver string from smartphone and show it on PC is my current task. However, I can do that via USB connection but failed in GPRS. It seems to mean that both programs in client and server are correct but something wrong in GPRS connection. Maybe I need to write a program in C# to start GPRS conne ...Show All
Visual Studio How can I use %(RecursiveDir) and task batching together
I thought this would be simple, but I can't figure out how to recursively copy items to multiple directories. < ItemGroup > < Host Include = " localhost " > < Hostname > localhost </ Hostname > < Domain > $(NamDMZ) </ Domain > </ Host > <!-- Development servers --> < Host Include = " DevServer1 " > < Domain > $(NSRoot) </ Domain > < Hostname & ...Show All
Visual Studio VS2005 uable to get local help
I just installed MSDN subscriptions library to my PC from the DVD dated January 2006 (1.61GB). I can not get local help to work within Visual Studio 2005. I did read all the above threads but i am still not able to get MSDN integrated with VS2005 thanks, Mark markm@lanb.com . Hello Mark, MSDN subscriptions library (Januuary 2006 DVD) will not work with VS 2005. January 2005 library is bui ...Show All
SQL Server T-SQL not working for parameterized query
We have been using OLE DB for our connection types, but recently (after hearing some most compelling PASS/SSIS seminars) sounded like ADO.NET connection type was going to raise the performance. However, using T-SQL we get errors when we try doing parameterized INSERTs. Is this a bug (as of Sept CTP) or have we overlooked something P.S. Please don't suggest using stored_procs, we don't want use them yet.. Query: (Simplified for d ...Show All
.NET Development Winform accessing to a xml file in shared folder
Hi, how i can access to an xml file (in a winform application) over local network that is contained in a shared folder for example i want load an xml document with this path: \\192.168.0.54\mysharedfolder\myxmlfile.xml and send login credentials to avoid request of username and password to access.. Have someone a little code example Thanx Raffaele Hello Rafaele, Have you had any luck with the shared fold ...Show All
Architecture Message vs Service.
EmailValidation message vs EmailValidation Service. SOA is mostly about services and messages. Rather than create a number of services with different names would it be recomended if we create 1 generic service and have it request/reply messages. For ex: EmailValidation service. Instead of creating a service for email validation, create a validationService and have it process all the validation messages for the application. Just wondering how ...Show All
Visual Studio Express Editions Can't assign a property from a module
Hello I have a form called Mainform and a module called module1. On the form, there is a statusbar with a label and a progressbar. Now I have this code in the module: '// Place a progressbar an our statusbar Public Sub provide_status( ByVal text As String , ByVal complete As Integer ) Mainform.ToolStripProgressBar1.Visible = True Mainform.ToolStripStatusLabel1.Text = text Mainform.ToolStripProgressBar1. ...Show All
SQL Server SQL help
I need to get the all the row for the value 11 from the below table. Could you give me sql statement for this. create table teststring(a varchar(25)) insert into teststring values('11:02,05:BL') insert into teststring values('16:03,11:RS') insert into teststring values('13:01,04:LL') insert into teststring values('16:05,11:RS') drop table teststring Hi Guys, Your idea is correct but i feel this could be a p ...Show All
Visual C++ problems with debugging
i have installed 2003 .NET and Visual C++ 6.0. i want to debug a C++ code and also attach a process to the debugger. but i cant do it with Visual C++ debugger. i can do it with .NET debugger. the debugger in C++ is not showing any processes. can anyone help me with this. i want to use c++ debugger. i dont see any processes in VC++ debugger. the code is written in VC6. ...Show All
Visual Studio Tools for Office Deploy Shared Add-In ???
Hi everybody, I have a VSTO Project, a Word template with some features. And I have a shared Add-In also for Word. This has a new Menuitem wich opens the word template. On my computer everything works fine. But I when deploying it ... The VSTO Part works fine, when I run the template my actionspane apears and so on. But the Add-In seems not to work. The DLL is in the application folder... the registry seems to be ok (LoadBehavior is value 3) li ...Show All
Visual Studio Vista Beta 1
Is there a version of VS2k5 that will install onto Vista Beta 1 I get an error installing MSXML6.0 when trying the Beta 2 release. Thanks, Matthew A bug reported and workaround was filed here: http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx FeedbackId=2ed1acbc-0c30-4bd1-99de-3dff389fa885 ...Show All
Visual Studio Team System Need some help with Unit testing some code, please.
Hi folks, i'm trying to do some negative unit tests, that is, unit tests for bad scenarios, not just the good ones/happy path. so, i've got this constructor /// <summary> /// Default Constructor. /// </summary> /// <param name="username"> string: WebSerivce Authentication: Username. </param> /// <param name="password"> string: WebSerivce Authentication: Password. </param> /// & ...Show All
Visual C# HOW to Kill ActiveX application..
Hi, I'm developing a application which uses activex plugin (used to load map files) it works fine in .net the problem is while closing the application the application won't close properly i mean application will be in task manager and manually go to task bar and kill the application. I tried the manually Killing the app using process class in vb.net but the same thing is not working in c# . Is there some other method to kill the applicatio ...Show All
