Andrej Burger's Q&A profile
Software Development for Windows Vista CardSpace Without Certificate
Hi. I would like to make a website with a cardspace authentification, but I don't want to use certificates. I want a single autenticacion mode, like any forum or community. My question is, if i can do it and how . Somebody know if there is a sample in the web because i have not been able to find anything. Thanks. Hi Rui, First I just want to give a little context since this is a slightly different topic then this thread originally was about ( SSL requirement for web sites to use CardSpace ). The question is about the SSL requirement on the mex endpoint that publishes policy for a managed card security token service, or for resource STS’s that chain between the RP and idp (there is no SSL ...Show All
Smart Device Development MSMQ PPC win ce 4.2(Reader thread terminated)
Have observed a strange behavoiur in MSMQ . Senario : Have two applications one on Pc and one on the PPC (WM5). which interact using MSMQ. sending and receiving of messages works fine when the ppc is online(or in network uses a wifi connection). One case where in ppc being online , i send a mesasge from the host(PC) and it is recieved on the client(ppc). Now i go offline or out of network coverage then send a mesage from the Host(PC). The message queuing admin on the pc shows a status "wating to connect", with the sent message in the outbound queue. Now i get online or come into network after 10 - 15 mins time gap (ie after the message is sent from the PC.) ,On the PC the message showing up on the outbound queue dissapears and ...Show All
Visual Basic Starting/Stopping Processes Problem (vb, visual studio 2005)
Ive been trying to create a small application to start and stop "spoolsv.exe" (and some other processes) as I want to be able to stop it when I play games or run other demanding applications. Without going into services.msc I have had both the Start and Stop commands working on their own but when I integrate them into the actual project only one will work. Start Process Code Private Sub StopProButton_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Dim myProcesses() As Process Dim myProcess As Process myProcesses = Process.GetProcessesByName( "spoolsv" ) For Each myProcess In myProcesses myProcess.Kill() Next End Sub This Works fine on ...Show All
Visual Studio Not finding external dll when compiling Web development project
I am trying to create a web development porject that compiles my company's new web based application. It compiles in VS2005 but when i compile it using ms build I get the following error: /ProgramName/Stuff/MoreStuff/EvenMoreStuff/AndSoOn/schFoo.aspx(6): error ASPPARSE: Could not find 'libCompanyComponents' or one of its dependancies. The system cannot find the file specified. Now libCompanyComponents is a DLL in a different directory that has been added as a reference in VS2005, but is obviously not being seen by msbuild (or so i am reasoning) My question is: how do I get msbuild to see this file in its current location and use it if the directory structure is as follows: D:\CompanyDev\Product\ | |_Components | | | |_libCompan ...Show All
Software Development for Windows Vista GdiPlusEffects.h missing in February 2006 SDK
I downloaded the new Feb CTP Windows SDK and the compiler complains about missing GdiPlusEffects.h. This file is included conditionaly when GDI+ version at least 1.1 is detected. Where can this file be found The workaround is to edit GdiPlus.h and change the GDIPVER from 0x0110 to 0x0100: // Define the Current GDIPlus Version #ifndef GDIPVER #define GDIPVER 0x0100 #endif Chris, thanks for the reply. Now _that_ makes GDI+ useful, doesn't it This means I cannot use GDI+ in my software. I'll use another graphics library instead. I take it the effects APIs were published by mistake and MS did not intend to make them available for 3rd party developers, right Regards, -- Gleb ...Show All
.NET Development Security handling based on Role of User and Destination of Service Call
I can't seem to find enough information to solve this problem. Scenario: - There are two web services: ServiceA and ServiceB both have two web methods AA(), AB() and BA(), BB() respectively - There are two in memory associations: "ServiceA" is allowed to be accessed by "Domain\Administrators", "ServiceB" is allowed to be accessed by "Domain\Users", which can change at any time during runtime. - The services are hosted via: SoapReceivers.Add(...,...) not ASP.net on IIS - WSE3 is enabled on both the server and client, for use with Kerberos tokens withing an intranet environment with Active Directory. My Intended Solution: - Upon receiving a web method call from a client the call is analysed. The ...Show All
Visual Studio Team System How to rollback bad check-in?
How I can rollback files checked in a source control The only things I found that I can specific version before the bad check-in but when somebody will get latest version he/she will screwed again. And also I have all kind of problems when trying to modify and check-in those files I loaded from previous changesets - Source Control detects that newer version is available in database and offers me to merge the changes. Which I am obviously do not want as newest check-in is a bad one. How can I remove this bad check-in from the top of the stack I think that TS shelving is an overweight attempt to replace twisted rollback functionality. Subversion would let me handle 90% of situatios which shelving ...Show All
SQL Server Replication via Web, new subscriptions and snapshots
Hi everybody, I'm quite new to SQL 2005 and I’m trying to understand some key concepts regarding replicas. I need to develop an application with characteristics similar to the Sales Order Sample for Merge Replication, on the client side it should run with the express version of sql server and also the synchronization should only work via web. I try to run the sample but I got an exception in the CreateSubscription method on invoking publisherConn.Connect(); TITLE: Microsoft.SqlServer.ConnectionInfo ------------------------------ Failed to connect to server XXX. ------------------------------ ADDITIONAL INFORMATION: Login failed for user ''. The user is not associated with a trusted SQL ...Show All
Visual Studio Express Editions how can I know when key is press on the keyboard without textbox?
Hi, I want know if the user touch the keyboard and what key he press. I so that there is an option with a textbox but I want sulotion without a textbox (clean from design.) Regards, Yaniv Hi, set form's KeyPreview property to True and handle KeyDown event: Private Sub Form1_KeyDown( ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase .KeyDown If e.KeyCode = Keys.A Then MessageBox.Show( "A was pressed" ) End If End Sub Andrej ...Show All
Smart Device Development Today Screen Plugin with C# for WM5
Hello... I am programming for Windows Mobile PPC 2005 using Visual Studio 2005 in C#. I would like to create a Today Screen plug-in for an existing application that i've made. Is this possible with C# beacause all the documentary is about C++... Thank you very much for you time... P.S. I'm interesting only for windows mobile 2005 Periklis Ilya, that's very encouraging! But, from your "guide" i can't understand what i have to do... Is this possible to explain with more details what should i do from the time that i have downloaded the "sample" file and i've installed it... I use Visual Studio 2005. (You are very helpful so far and i thank you for this...) ...Show All
Visual Studio Express Editions Connecting to Access Database
I have vb2005 express installed on two different computers and I have copied the same project on both computers into the exact same directories on both computers. I can connect to the database on one computer but not the other one. On the machine that will not let me connect tothe database the connection wizard will not give me the option to browse for the file when i change the connection type to a Access database type. I am beginning to suspect that I have two different versions of vb2005 express, although nothing that i can find indicates a different version. However when I go to the options menu there are quiet a few differences. Does anyone have any information or suggestions about this Reid Wi ...Show All
Visual Studio print option in ReportViewer control in local processing mode
Since printing is not possible in ReportViewer in local processing mode is there a way to add print functionality to the ReportViewer for local reports. Can we add a print icon to the tool bar and raise an event programatically to print the report with out preview . I like to have print option to reportViewer in local processing mode can u please suggest me how we can acheive it.Is there any way we can add javascript so that we can have print option. ...Show All
Visual Studio Team System Bottom Up Estimation in MS project
I'm looking for documented bottom up estimating process and templates that can be used in MS Project. Any guidance would be appreciated. I have some advice on how to do this in MSF for Agile Software Development. In the "Guide Project" workstream, there is a feasibility analysis. It says, find your velocity and use that to project how long your project will take. Hope this helps, Randy ...Show All
Visual C++ Problems converting vs2003 project to vs2005
I recently convert a solution with 11 or so C# and C++ projects from vs2003 to vs2005. I ran into a host of issues and I've managed to work thru all of them but this one. CmdProcess.obj : fatal error LNK1215: metadata operation failed (80131192) : There is no additional information after the colon. Any thoughts on where to beginning looking for the problem Take a look at these previous posts dealing with similar issues: http://forums.microsoft.com/MSDN/Search/Search.aspx words=metadata+operation+failed&localechoice=9&SiteID=1&searchscope=forumscope&ForumID=29 Hope this helps you get started! Thanks, Ayman Shoukry VC++ Team ...Show All
Visual Studio Team System What does Build and Deploy Mean?
Can anyone tell me what it means to 1) Build a project Building say a C# app means to rebuild all the source files to create an executable. It's not clear to me what it means to rebuild my database project. 2) Deploy a project I suspect this means more than just synchronizing my database project to some target database. Thanks - Amos. Howard, I would say that if your process works for you - then you are using the product correctly. I've been using DBPro as long as anyone and I'm a firm believer that having a proper process in place is integral to the proper use of DBPro. Its up to you what that process is. -Jamie ...Show All
