Skip123123's Q&A profile
Smart Device Development RadioButtonList?
Hi all, I have a group of radio buttons. Sometime during the program I would like to find out which is selected. I have read up on it and RadioButtonList looks like the way to go. Unfortunatly I can't seem to find this tool in the Compact Framework. Am I just missing it somewhere You are not missing it... the RadioButtonList class is a web control and not available for Windows or Mobile applications. You could construct your own handling mechanism so that each time a RadioButton on your form’s Checked state changes that you could update a flag that notes which RadioButton was the last one checked... otherwise you could simply iterate through all of those in your container and find the one that is checked. ...Show All
SQL Server JDBC for Sql Server Analysis Services 2005
Is there any way to access Sql Server Analysis Services 2005 via JDBC ...Show All
SQL Server Error in SQL Server 2005 CLR Assembly
In the past we've days we've had an assembly that had worked previously which now fails with the error: Failed to open malformed assembly 'System.Data' with HRESULT 0x80070008. There have been no changes to the .NET framework at the server level, all other assemblies on the server continue to function and the assemly does work when deployed to another server. The assembly has been recreeated from scratch yet the error persisted. In another attempt to narrow down the cause we moved the system.data.dll to another server in an attempt to see if the particular DLL was the issue, however the other server had no issues. I'm assuming that the error we're getting has some cause other than with System.Data.dll.Does anyone have any ideas ...Show All
Visual Basic stringbuilder or string within structure to match a C++ struct..??
********************** C ++ 6.0 ******************************************* typedef struct sSegment { char szName[128]; } sSegment; int EXPORTED GetSegment(long lSegmentIndex, sSegment* pSegment) ********************** data marsaling in vb.net ******************************************* Public Declare Function GetSegment _ Lib "EVaRT40.dll" _ (ByVal lIndex As Integer, ByRef objSegment As Segment) As Integer ****************** ...Show All
Visual Studio Express Editions Query help using Express
I'm not sure if this is the correct fourm to ask this question, but I'll ask and see what happens. I'm new to SQL and am taking a database process & design class. I'm using SQL Server 2005 Express for my DB. I'm having trouble writing a query to combine the results of a join. I have a table that lists members of a club and also a table that list their guests. I need to write a query that comines the list of members and guests for a specific event attended by both. I come up with a result that has a column of guests names and NULL in a row that coresponds to a column that lists member names, and NULL in the member name column where a guest name is. Here's my query: . SELECT DINNER_ORDER . Diner_ID , DINNER . Dinner_Description , ...Show All
Visual Studio Team System Team System Warehouse Problems
Hello, About five days ago I started seeing a bunch of errors in the Windows Application Event Log. I've been searching for solutions for the past few days with no luck so now I'm posting here. Here's the errors I'm getting in order: ============================================================== Event Type: Error Event Source: MSSQLServerOLAPService Event Category: (289) Event ID: 19 Date: 9/20/2006 Time: 9:56:27 AM User: N/A Computer: TEAMSERVER Description: Errors in the metadata manager. An error occurred when loading the Changeset dimension, from the file, '\\ \D:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Data\TFSWarehouse.0.db\Changeset.200.dim.xml'. For more information, see Help and Support Center at http://go.m ...Show All
Visual Basic My.Computer.Network.IsAvailable
Hi, I want to use My .Computer.Network.IsAvailable in my app to test for network availability, however the .Net framework sees a Sonicwall virtual adapter used for VPN connections as a valid network connection. (The PC has the Sonicwall global VPN client installed which is used to connect remotely to the network. The VPN adapter's status is always Connected) Anyone encountered this problem before (with Sonicwall or another VPN product) and found a good solution Thanks for any help! Ronan you can also use the networkinformation class to query for the type of connectivity: Public Enum NetworkInterfaceType As Integer Member of: System . Net . NetworkInformation Summar ...Show All
Visual Studio Team System Connecting to TFS failes
Hi, I have one server which exposes TFS to the Internet via HTTPS and it requires a certificate. I have two client-computers, one can access the TFS, the other can't. The one that failes shows the following output, when using the following commandline in a folder that has a workspace associated with this server: Commandline: tf get /recursive /noprompt > tf_get.log 2>tf_get_error.log Error: Team Foundation Server server.com does not exist or is not accessible at this time. Technical information (for administrator): Client found response content type of 'text/html', but expected 'text/xml'. The request failed with the error message: -- <html><head><title>Error</title></head><body> ...Show All
.NET Development problem converting string to datetime datatype
This code has been working for 2-3 mnths; now when we have moved both the site and the backend to a new server it throws this error... "Conversion from string "29/02/07" to type 'Date' is not valid." Dim username As String Dim reqrddate As Date = Format(CDate(txtrequireddate.Text), "dd MMM yyyy").ToString Dim nhi As String Dim eventnum As Integer Dim accnum As String = "" Dim reqstdate As String = txtrequestdate.Text Dim delivery As String '= "" Dim ward As String = txtward.Text Dim i As Integer Dim Item As String = Nothing Dim j As Integer Dim acclength As Integer <--more code --> Dim sql As String = "insert into requests ( [User_name ...Show All
Visual Studio Team System Backup for a single team project
Hi we are using a single server for multiple team projects (each is a different group). we currently have a full & continues backup for the whole DB. The problem is that if we need to resotre only one TP it will have to include all the others as well. Is there a way to set a backup for only a single TP and if not what's the best practice for handling this situation thanks, Guy Currently there's no way, but it's something we're targeting for a future version. http://blogs.msdn.com/vstsue/archive/2006/06/16/634415.aspx ...Show All
SQL Server Unable to establish connection with sql server using Microsoft Enterprise Library 2005
Hi All, I have downloaded Microsoft Enterprise Library 2005 from microsoft.com. I am trying implement Data Access Layer with visual studio 2003. I am able to access some functions of the DAL but I am not able to establish connection with SQL Server 2000. Will anyone tell me the solution for the above issue. Thanks & Regards, Bijay Hi Jens, Thank you very much for your reply. I am not able to edit the entLibConfig file because it is not in readable format. It is in encrypted format. I have defined the below mentioned code in "bin/dataConfiguration.config" file of Enterprise Library 2005. I am using vs2003. What is the use of web.config in this context <instances> <instance name=& ...Show All
SQL Server "Command text was not set for the command object" Error
Hi. I am writing a program in C# to migrate data from a Foxpro database to an SQL Server 2005 Express database. The package is being created programmatically. I am creating a separate data flow for each Foxpro table. It seems to be doing it ok but I am getting the following error message at the package validation stage: Description: An OLE DB Error has occured. Error code: 0x80040E0C. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E0C Description: "Command text was not set for the command object". ......... Description: "component "OLE DB Destination" (22)" failed validation and returned validation status "VS_ISBROKEN". This i ...Show All
Visual Studio Express Editions Unable to read data from the transport connection:
hi, i am trying to send email using VB2005 but i am getting this Exception. "System.IO.IOException = {"Unable to read data from the transport connection: net_io_connectionclosed."}" while from same machine i am able to send email with same SMTP server from OutLook Express. what could be the reason objSMTPclient.PickupDirectoryLocation = "C:\Inetpub\mailroot\Queue" Try objSMTPclient.Send(objMailMessage) ' Should be linefeed after try Catch ex As Exception End Try If this is just a typo I don't know what's wrong, otherwise you should edit that. Grtz, Tom. ...Show All
Visual C# How can I show a contextMenuStrip when a user right click a mainMenuStrip item?
Hello, Can you please tell me how can I show a contextMenuStrip when a user right click a mainMenuStrip item Exactly like Internet Explorer Favorite menu and Firefox Bookmarks menu. Thanks in advance. Sorry for the wait. I have been on a business meeting trip. As far as what you are doing....do this: pass in the control or button control that you want the context menu to associate to, and a point. So: // Point where the mouse is clicked. Point p = new Point(e.X, e.Y); this.myDesignTimeCreatedContextMenuStrip.Show(the toolbar control object, p); ...Show All
Smart Device Development dll plug-in function execution
If I have several dll's which are multiple plug-ins to a main application. I execute a dll plug-in function that matches what I find in the control file. I'm using a doubly linked list to navigate the menu's and havethe nodes of the linked list tell me the names. I use a control file of tags like XML sort of that describes menus and fields for a 2 line 16 character display and only have 4 buttons that can do a - select, cancel, up, down - to manuver and execute functions in several different plug-in's. How can I execute a method dynamically from a event like a button being pressed on the main application in one of the plug-in's. Any ideas I have multiple plug-ins. I need for the plugins to be abl ...Show All
