Sergey Kuryata's Q&A profile
Visual Studio 2008 (Pre-release) WPF, WBA(Full Trust) - What are the differences?
I believe I am missing something here. What is the difference between WPF, WBA(Full Trust) applications,other than WBA with full trust runs in a web browser I think WPF is a windows application, either thick or smart client, WBA with partial trust is lke a Java Applet with WPF UI and WBA with full trust(Installed WBA) is like a windows application running in a browser. Is this correct viliescu wrote: Yes, ...Show All
Visual Studio Team System Possible bug(?): LinksControl as a required field
Hi all, I have a LinksControl field on my form and I made it a required field (Before a task can be added, it must be linked to an SCR). But even after I add a SCR to the control, it still doesn't recognize that the field is no longer empty; therefore, I can't save the task. Does anyone know if there is a workaround or if this is a bug Thanks in advance. Sorry for the problem you are facing. Link fie ...Show All
Smart Device Development Need to know the APIs for the following purposes
I am targetting smartphone 2003. I m using eVC 4.0. And the help here really isnt very great. I m not able to find the api calls for the following purposes : 1. To get the operator name.The one who provides the sim card. eg.Hutch,Vodafone 2. To get the country,state and city the phone is being used. 3. To get the location of the phone. Nothin related to GPS but the station the device is getting the service from. My phone shows the name of the to ...Show All
Visual Studio 2008 (Pre-release) serviceType information
Why is the serviceType specified to the WCF infrastructure in two places a) ServiceHost creation - constructor parameter b) An attribute of the service element in the config Am i missing something very basic here -Sendhil this is another example of declarative vs imperative... the infrastructure gives you the flexibility either to host the service declaratively, through IIS, for example, or host the service p ...Show All
Visual Basic PageSettings.PaperSize.Kind
PageSettings.PaperSize.Kind excusme bat speak english.. My problem vb.net report print page modification size to want.... ...Show All
Windows Search Technologies WDS & multiple Outlook profile
Is it intend to add the functionnality in WDS to enable the indexing for different Outlook Profile This functionnality was implemented with Lookout v1.3... Hi Misch, There aren't any current plans to start supporting multiple Outlook profiles, however, that isn't to say that the functionality might not appear at some point in the future. A number of people have been asking for this so I'll add ...Show All
SQL Server SQL Server express starting as NETWORK SERVICE!!
Hello All, I am installing SQL Server Express from the command line using the following parameters INSTANCENAME=MSSQLSERVER ADDLOCAL=ALL SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0 SAPWD=TEST After the install is done I start the service form the command prompt using start mssqlserver I see that the SQL Server service has started under NETWORK SERVICE account!!! when the documentation i Read on MSDN says it starts in Local System a ...Show All
Software Development for Windows Vista LoadDesignerLayout problem
trying to use LoadDesignerLayout to better present the layout of a statemashine workflow in the Workflow monitor sample. using ( StringWriter stringWriter = new StringWriter ()) { using ( XmlWriter layoutwriter = XmlWriter .Create(stringWriter)) { IList errors = null ; this .SaveDesignerLayout(layoutwriter, rootdesigner, out errors); string s = stringWriter.ToString(); XmlTextReader layoutReader = ...Show All
.NET Development software design patterns
Dear members, As part of a research degree, I am conducting an online survey on the use of software design patterns within software design projects, especially when used within the scope of integrating applications (e.g. web services, EAI etc). The aim is to investigate how use of software design patterns can facilitate software reuse and save time and cost with software development The study doesn’t assume the use / knowledge of ...Show All
Game Technologies: DirectX, XNA, XACT, etc. pixel shader computation: precision problem?
Hi, I do the following computation in a pixel shader: const float texel = 1.0 / 128.0; result = floor(In.texcoord.w / 16.0) / 64.0 + texel In.texcoord.w containes an integer value between 0 and 299, stored as a float, interpolated over the triangle, where each vertex stores the same value, so in practice there shouldn't be any interpolation happening. When I output result as a color, I notice distortions ...Show All
Visual Studio Tools for Office VSTO / ACCESS Developer Active X control - Removed
I just spent an hour on the phone with MS support after just purchasing the Office 2003 Access Developer Extensions (included with VSTO) trying to find out what happened to the additional Active X controls that used to ship with the old developer extensions before it was rolled into VS. (ie: Treeview control, etc.) It turns out MS just removed them and didn't bother to tell anyone, including their tech support or pre-sales support peopl ...Show All
Windows Forms Image size in milimeters
Hi, How can I get image (bitmap) size in milimeters Thank's Alexei Hi, I didn't mention that I want to make millimetres to pixels, sorry. How is that working I must have a small mistake. ...Show All
.NET Development How to limit the execution time for a web mothod call?
Hi there, Today we experienced a lot of timeouts for a web mothod call. It takes long time to reach the timeout error page. What I want to do is to set a time limit for the execution of the mothod call. If I do not get anything within this time period, I will do something else instead of going to the timeout error page. The code I'm using are ----------------------------------------------------------- set xmlhttp = Server.CreateObject("Mic ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Game Networking...
I've just been reading "C# Network Programming" by Richard Blum in order to get up to speed with networking (non-http, most of my C# experience is in ASP.NET). Now, he shows many examples of how to network in the book, and I've learnt some great things, but after reading Tom Miller's book, it's left me wondering how much is going on in the background of .NET and which approach is better for an MMO style game. In Richard's book he shows fi ...Show All
SQL Server Using custom assembly problem. Help!
I've created C# assembly which was included into Script Task code as following: -------------------- Imports DTX55AppDefaults.DTX55ApDefaults --------------------- The ScriptMain window recognize this assembly and can see all methods with no problem. The class View window see the assembly with whole list of methods with no problems. I build the code when ScriptMain window was open and save the code. Then I close window and run the package in Deb ...Show All
