KCReed's Q&A profile
Smart Device Development Emulator times out when accessing sscesa20.dll
When I access http://server/folder/sscesa20.dll from the server and a pocket PC (wirelessly) I get "SQL Server CE Server Agent", good. However, the emulator can connect to external web sites such as msn.com, but times out when I access http://server/folder/sscesa20.dll . I suspect it is an authentication and/or network card (virtual) configuration of the emulator. Any help would be appreciated. Sorry, this forum is for the new Devic ...Show All
.NET Development BindingNavigator Exception Handling
How do I handle exceptions that are thrown during a move method of the BindingNavigator For example, the BindingNavigator is bound to a BindingSource that is based on a DataTable that has a required column. If that required column is DBNull when the BindingNavigator.MoveNext is called, NoNullAllowedException is thrown. The exception is thrown within the BindingNavagator, and makes it's all the way back to the applications unhandle ...Show All
Windows Live Developer Forums Problems with Messenger Beta 8.0
I received an invite to messenger beta and I’ve intalled in my computer. When I connected I realize that all my contact were gone !!! And appear a message saying that I have do add more contacts !!! This problem is related to my passport My email is from gmail. Can be that Anyone knows Thanks. Rodrigo, It sounds like you experienced server problem with the beta server network. You should log in ...Show All
Visual C# Security threat while adding project item from Item template
Hi, I am adding new file as a project item to my existing VSTA project from a Item template. But there are two issues that are hammering on my app. First one: The file opens in designer mode since the class has been derived from a FORM class partially but there is no actual form there. Is theere any way i can open that in code editor for first time itself when it is added. I tried setting OPEN propert of the peroject item. bbut it do ...Show All
Visual Studio 2008 (Pre-release) The request for security token has invalid or malformed elements
(Using the May 2006 version) I'm trying to build up a service that will use federation and an STS, eventualy it will use custom tokens. My needs apear to be quite similar to the "CustomToken" sample, however that same does all the configuration in code rather than in config files. I'm able to call my BizService from my test client when I use (simple) wsHttpBinding, but when I try to get the STS invloved by using wsFederati ...Show All
Visual Studio Team System MSF 4 CMMI Implementation
Hi guys, Any idea how can i get printable version of MSF for CMMI. I am planning to get several copies of the same and distribute it to my team members. your help is appreciated thanks I have created a tool that generates single html printer-friendly documents from Process Guidance source files. Maybe it's helpful for you! Download it from: http://staff.southworks.net/blogs/mariano/archive/2006/ ...Show All
.NET Development Good architecture?
I have to write a rather small project quickly, and I am trying to keep every clean and OO. I am fairly new to .NET. I'd like your comments on my proposed solution. Request: Display a list of summary information (hospitals) with some columns of information next to each one. The columns represent how many database records are present, and some other math is done is show statistics of parts based on whole. No record detail is needed, just summary ...Show All
SQL Server Transforming Old Data to a new database with different relationships
Long Story Short: Older 15 year old non-relational database (Progress) which started flat tabled and evolved slowly, incorporating artificial relationships. Data is dirty (abandoned tables, fields, rows, hats, etc). We're constructing a new SQLServer2005 version and we need to transform the data over. We've created About 20 tables (of about 60...) and made them relational. We've researched datatypes, how to make faster queries and a sma ...Show All
SQL Server how to install SQLDMO without install SQLserver?
Hi, I want to using SQLDMO futures and I want to connect to remote SQL server but i don t want to install SQL server. Can I install SQLDMO without SQL server Thank you. Hi, can I use this MSI for using to connect to MS-SQL2000 I need install MCMS and SW reports: This feature cannot be selected for installation as the following pre-requisite(s) are not installed: SQL-DMO (from SQL SP2) or above. I have MSWin3k and installation of MCMS 2002 ...Show All
Visual C# How do I return a string from a csv file?
Hi, I am trying to search a csv file until it hits a null value. The csv file is set up in such a way that I can search line by line until the first cell is blank (MB/Code). At the moment I just want to find this null cell and get the program to return the value, and then I can find the Res-Code and do some further calculations. Below is an example of the file I am searchi ...Show All
Visual Studio Team System Catch and Exception Handling
Sub test() Try Dim x As Integer x = 10 x = x * 15 Catch ex As SystemException Console.WriteLine("SystemException") Catch ex As InvalidCastException Console.WriteLine("InvalidCastException") End Try End Sub The problem here is that the catch for SystemException comes before the catch for InvalidCastException. Since SystemException is a parent class for InvalidCastException, th ...Show All
Visual Studio Team System Is it possible to get the connection string from the app.config file for the DataSourceAttribute?
Hello, I would like to be able to change my DataSource Attribute connection string to access the app.config file. The problem that I am running into is that the connecting string must be a constant. Do you know of any work suggestions Currently it is something like this. [ DataSource ("System.Data.SqlClient", "Server=TestServer;DataBase=TestDB;User Id=sa;Password=", "ChildSearchCriteria", DataAccessMethod .Sequential)] &nbs ...Show All
Visual C# Mixing inherited classes and interfaces
Hello, a former c++ dev in my team is a bit worried by the following code which implies inheriting interfaces, and having inheriting implementations as well. public interface IMyInterface { /* */ } public interface IMyChildInterface : IMyInterface { /* */ } public class MyImpl : IMyInterface { /* */ } public class MyChildImpl : MyImpl, IMyChildInterface { &n ...Show All
Software Development for Windows Vista Properties of Workflow in Designer
I think from the previous threads I somewhat figured out that properties that you add to your workflow (e.g. from SequentialWorkflowActivity ) are not of the same "kind" as those are that you add to your Activity (e.g. from SequenceActivity ). While the latter show up in the designer's property-editor, those of the workflow do not. With activities I can have any sort of properties, even in categories, that I define Category attribute. ...Show All
Windows Forms Can't connect to database while deploying from Internet zone...Please help!
Hello All I have an application that works fine when deployed from the MyComputer zone(c:foo\foo.exe) but for some reason when I deploy it from the Internet zone(http://127.0.0.1/foo/foo.exe) it does not connect to my mysql database. What security permission object(s)& ...Show All
