Kevin Byrne's Q&A profile
Visual Studio 2008 (Pre-release) ServiceEndPoint.Binding
Is there a way to serialize a Binding so that I can deserialize it some where else and use it with a proxy. SomeProxy proxy = new SomeProxy(DeserializeBinding(bindingBytes or Xml), new EndPointAddress("....")) I can turn all the metadata into xml through ServiceMetadataExtension, but not all binding information comes across. On one of my binding I set the maxMessageSize to something other t ...Show All
Visual Studio Tools for Office Do I have VSTO?
Hi, This is probably a silly question, but I've searched around and haven't been able to find an answer. I have both Visual Studio 2003 standard and Visual Studio 2005 pro (on separate computers). Does that mean that I already have VSTO (I haven't been able to find any evidence of it), or is it something I need to get separately If so, how do I get it (and would there be any discounts available since I already have Visual Studio as well as O ...Show All
Visual Studio 2008 (Pre-release) How to get WinFX Browser Applications loading from public website?
We want to run WinFX Browser Applications from a public website. The following MIME type extensions have been added: . manifest application/manifest .xaml application/xaml+xml .application application/x-ms-application .wba application/x-m ...Show All
Windows Forms DataGridView column types
does anyone know how to implement a masked textbox or a datetime picker in a datagridview thanks Plus check out the following post thread where I've added code for a custom DateTimePicker column/cell: http://www.windowsforms.net/Forums/ShowPost.aspx tabIndex=1&tabId=41&a ...Show All
SQL Server How to automatically create a partition monthly using xmla with partition name formed by program?
Now we use SQL Server 2005 to develop a DSS for a Telecommucation Cor.We want to create cube partition automatically.Now we find some techniques to do this,including using job in sql server agent in SSMS and to execute xmla as SSAS command.But How to genereate partition name automatically in the xmla that is like 'partition-200603' according to the system date Thank you in advance! I haven't tried this myself, but you should be able ...Show All
Smart Device Development SIP button problem
Hi, I have problem with sip button in right-bottom corner of device screen. I Have form, that is not maximized and looks like messagebox, but in this case sip button do not shows I've tried use SHFullScreen function, but no effect Have any idea ...Show All
Game Technologies: DirectX, XNA, XACT, etc. noob heP
hi... i whant to start game development, were do i start... i dont whant to start makein AOE III but just some thing that gets me on the right track, and that i can see progression Dang, Andy beat me to it. I think he's trying to steal my job ...Show All
Visual Studio Express Editions Problems with Splash Screen and VB 2005 Express
I create a default splash screen using Add New item | Splash Screen and then I select it in the project properties. When I run in it the VB2005 environment, the splash screen shows as expected, but then gives an error message: NullMessageException was unhandled . before running the application. Without the splash screen the application runs fine. The exception detail follows. Has anybody any idea what I am doing wrong The funny thing is i ...Show All
SQL Server About Indexes & Where caluse
Hi, I am struggling with the sequence of parameters in my where clause. In my databse table i have index on Broadcast_Date(some table field).The Index also include some other parameters which might become part of where clause. The first field of the index is broadcast date. So I want to know whether it is always compoulsory to have broadcast date as my first field of where clause. Will it not scan the index if my where clause is ...Show All
Smart Device Development .Net CF 2.0 How to Run App when it get synchronized with PC ?
HI all, I wanted to start and run my application in back ground when PDA is connected PC it get synchronized with PC. Is there any provision to achieve this in .Net CF 2.0 Thanks Jayakumar A You may use CeRunAppAtEvent to run an app on the mobile side. You may use HKEY_LOCAL_MACHINE\Software\Microsoft\Windows CE Services\ AutoStartOnConnect registry key to run application on the desk ...Show All
Visual Studio Team System Team foundation toolbar missing in excel
I've installed vsts and the client etc, and also the "MS Visual Studio Tools for Office System 2005 Runtime Beta 2", yet I have no toolbar for working with Team Foundation server. I have Office 2003 installed, do I have to install office 2005 or is there something I'm missing Thanks Marvellous, that worked a treat. Found the following articles searching for xllex in case anyone else visits here: http://www.dotnet247.com/247reference/ ...Show All
.NET Development SocketStream Comunication is not working in the release mode
Hi people, I wrote a Server-Application using TcpClient and TcpListener then I use a GetSteam to make a StreamWriter and StreamReader, so my comunication between Client and Server works, but only in Debugkonfiguration not in Releasekonfiguration. In the Release the Server accepts the Client i.e. the Socket is created but I can not send messages by the StreamWriter or StreamReader, when ever I Flush the message. Is any thing I can do to ...Show All
.NET Development SEHException from External Component Error
I have the error "System.Runtime.InteropServices.SEHException Additional Information External Component has thrown an Exception. The Problem occurs when I try To instantiate an object which is contained in the header file that came with the 3rd party .dll I am using. The header for the file looks like this: #ifdef QUANTUM_EXPORTS #define QUANTUM_API __declspec ( dllexport ) #else #define QUANTUM_API __declspec ( dllimpo ...Show All
Visual C# proxy problem
Hi all, VS 2003, windows application that uses Internet. I create an application to merge pdf files downloaded from Internet (which give me one file for one page). I'm behind a proxy server. The problem is: when i request a file, the web site creates a temporary file with the page (xxxx.pdf, where pdf are numbers). So these files are also on proxy server and sometimes i have some error because (i think) the page is got from proxy server ...Show All
Visual C# Reading from xml file
Hi all I created a xml file using XmlTextWriter for saving new file information with size < xml version="1.0" encoding="us-ascii" > - <logfile> - <file> <FileName>C:\Anup\wms_20050604.log</FileName> <Size>877</Size> </file> - <file> <FileName>C:\Anup\wms1_20050604.log</FileName> <Size>877</Size> </file> &l ...Show All
