drymedia's Q&A profile
Smart Device Development Read data from SIM (phone repertory)
Hi, I'm trying to read the entries of the phoneRepertory of a smart phone (accessing datas of the SIM card) here is my code : ------------------------------------------------------------------------------------- <StructLayout(LayoutKind.Sequential)> _ Public Structure SimPhoneBookEntry Public cbSize As IntPtr &nb ...Show All
Visual C# Visual Studio C# Beta 2 crashes when I save
Recently about 2 days ago the IDE started to crash whenever I save. I uninstalled it and then reinstalled it and it behaves exactly the same. When it crashes it shows the dreaded blue screen with the error: STOP : 0x0000008E (0x00000005, 0x00000000, 0xA7E11C38, 0x00000000) Has anyone encountered this Is there a solution - Dean I'm linking this to the bug on the MSDN Product Feedback. ...Show All
SQL Server Setting Device Info Settings
Hello- Is it possible to set the HTML device information settings ( such as StreamRoot, Replacementroot, HTMLFragment ) through the URL or by config files (like rsreportserver.config) I'm able to access settings such as JavaScript and Toolbar using the URL like this : rc:Toolbar=false , but it does not seem to be working for other settings. If these are not available via the URL is there a list of which settings are available and ...Show All
Internet Explorer Development Remoting from Embedded controls in IE
We are trying to moving a windows based application which uses remoting events to our Intranet. We used an interface approach and it worked fine in the windows world. Just to test it on IE I tried to create a simple remoting call but each time I try to create the remotable object on the client I get an "System.IO.FileLoadException: the Found private Assembly, 'Proxy', was located outside the application base", proxy being the name of the interfa ...Show All
SQL Server Input parameter to function in SQL query
I am trying to use a Execute SQL task in which I call a query and get back a scalar value. I THINK I have it set up correctly, yet I am getting a very unhelpful error message of: Error: 0xC002F210 at Determine Previous Trade Date, Execute SQL Task: Executing the query "SELECT[Supporting].[dbo].[fGetOffsetTradeDate]( , -1) AS [PreviousTradeDate]" failed with the following error: "Syntax error, permission violation, or other nonspec ...Show All
Visual Studio Tools for Office User-Defined Functions in Excel using VSTO 2005.
Hi, We want to write some user-defined functions in an Excel sheet using VSTO 2005 Beta2. Please kindly provide us some information or snap shot of the programing or the links which will explaing us about this..... Thanks in adavance Hi XLL's arent generally supported in Managed Code but there are some workarounds and products you can buy that wrapper the functionality to allow you to do this, a blog I have seen http://blogs.msdn.com/ ...Show All
Windows Forms About combox databound
Have a field such as "ProdoctID",i want to use a combox,user can select the "ProductName" in the combox to set the "ProductID" field. The database have a table named "Product" witch contain "ProductID,ProductName". this.ClassComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.StudentBindingSource, "Class", true)) ...Show All
SQL Server What should go in ContactInfo
Hello, In the interests of best practice...what should we put into ContactInfo property of a custom component and what format should it be in I'm not looking for suggestions. I know that the SSIS dev team (well Kirk anyway) have a definitive answer to this. -Jamie http://sqljunkies.com/WebLog/knight_reign/archive/2005/07/14/16068.aspx ...Show All
Visual Studio Team System Installation error : "...error occurred during the login process..."
Hello, I have selected SQL Server and Windows Authentication Mode and the Login properties ->Status section for the new SQL login is set to "Enable". I work with Windows 2003 Server (without domain), SQL Server 2005 during installation of TFS i get the following error in "msi log file": ================= Is WSS Installed : True ConfigDBName : Not Available ConfigDBServer : Not Available Virtual Server State: Nee ...Show All
SQL Server sp_send_dbmail generate ansi file attachment format
In sqlmail, it uses "@ansi_attachment=true" to set up your attachment as ansi format. is there any way to do the same in sql server 2005 We do not have it in Database mail today. There were some posting related to this and we have tracking bug for this issue. Please use the below link and vote on the existing bug. http://lab.msdn.microsoft.com/productfeedback/ Thanks, Gops Dwarak ...Show All
Visual Studio Open VSS from winforms app
I am developing a windows forms app. I want to allow the user to open VSS explorer on clicking a button. How can I do this thanks Hi, You can identify the VSS install folder for instance by reading the following registry value HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SourceSafe\SCCServerPath. (This gives the location of the MSSCCI dll ssscc.dll) Then, to launch VSS explorer you should run the "ssexp.exe" appli ...Show All
SQL Server Complex dimension question
I have two dimension; 1 is a 'Users' dimension which has information about users of our system, the other is a self-referencing dimension containing industry hierarchies. The Users dimension is linked to the Industry dimension by Industry ID. I tried adding the Industry hierarchy to the Users dimension but when I go to browse the hierarchy all I see is IDs of the DimUser table, so I think that I did something wrong. My goal is to add th ...Show All
Visual Studio 2008 (Pre-release) Can't install WinFX because of BITS service
Well, I gave up on the december CTP, and trying to install on XP. So I've moved to Vista (build 5271) and getting this development environment set up is so far even more fun :) I can't even get the first part installed - WinFX runtime - it keeps stopping saying the BITS service isn't available. But I've checked and the service is there, running, and so are all of it's dependency services. No errors in the event log about any problems with the ...Show All
Visual C# Custom Scrollbar
I want to customise the look of the HScrollBar, what is the best way of doing this Extending System.Windows.Forms.HScrollBar and overriding the OnPaint() method This is my first time trying to create a custom control. Thanks for you quick replies! I've overloaded the OnPaint function however it still draws the default scrollbar! it even does this when my OnPaint function is completely empty with no call to the b ...Show All
Visual Studio Team System How can I undelete a document from Project Portal?
If one were to [inadvertently] delete a file from the Team System Project Portal, how would one get it back J If you already deleted it, I'm not sure you can do anything, unless you've been taking regular (or scheduled) backups. Generally you have 2 options in this area: 1) Backup the server (i.e. in this case the Sharepoint databases on the data tier) 2) Backup the portal site using the Sharepoi ...Show All
