BrianMcCashin's Q&A profile
SQL Server FixedHeader JavaScript Bug?
Hi I have a report with a table containing 26 columns, the tableheader is fixed when scrolling (nice) and I have set the leftmost column to FixedHeader. It is possible via paramters for the user to select which columns that should be visible. But when some columns not are visible then I get a script exception after rendering, 'children.0.style' is null or not an object, resulting in no fixed headers at all. If I remove som columns so that there is only 18... it works. Seems lika bug to me Where can I supply bug reports, I also have one upgrading bug concerning code page Regards Hi, no sorry no fix. No one contacted me and now I have left that customer so... can't send no .rdl. I hope someone else finds the proper solution an ...Show All
SQL Server Network Error (dns_unresolved_hostname
Dear Sir, This is commanly i am facing the problem Network Error (dns_unresolved_hostname How to solve this problem pls advise me. my mail id : meshaikgous@hotmail.com meshaikgous@yahoo.com I am awaiting for u r reply asap. Thank u very much. yours faithfullly Shaik. Gousoddin Normally, such issue is a network configuration issue. You need to contact your network admin ( provider) in order to solve such issue. You can provide result of the following commands to them "ping servername" and "ping -a serveripaddress". ...Show All
Windows Live Developer Forums Developing Messenger bot
Hi. I'm developing Messenger bot. It will be based on .NET 2.0 and be using DotMSN library to handle messenger protocol. I'm trying to enable activities handling in this bot. Right now I'm able to get data from activity sent using SendData method of Channel. But I need to send data to activity client from my bot. Could anyone help on this I've sniffed messenger packets and it seems that there is direct TCP connection for data exchange. Is there any docs on that protocol Thanks. You should make your own Activity or you could use an existing activity to do it. I know there's one for the BuddyScript SDK that you could use (search the forums for that), or there's also one for the incesoft SD ...Show All
Visual C# rsa public key for c# .net
Hi. I have a problem. I try to traslate a Public Key Rsa to a valid format to use in ImportCspBlob. but this code don't work. I find solucion on internet but don't work. http://www.mcse.ms/archive113-2005-6-1681898.html I don't know format for public key rsa for .net and i don't find documentacion. I use framework 2.0 visual studio 2005 I don't know what i need to do... help me please! using System; using System.Collections.Generic; using System.Security.Cryptography; using System.Text; namespace ConsoleApplication2 { class Program { static void Main( string [] args) { string RsaResult = null ; //questa e la loro chiave rsa pubblica string PublicKeyRsa = &q ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DreamBuildPlay is up!!!
Now go register!! Actual contest details to come the week of Feb 5th Plese, Someone at Microsoft.... the drembuildplay site, even though the competition should be global, does not allow non-US people to register. I don't live in the U.S., so I can't choose any state, the zipcodes in my country are 6 digits long, and the telephone numbers are not in the US format. Edit: didn't see errolian's post before i posted this. P.S. did I mention I passed from neutral state, to exalted state and then down to low-morale state in about 2 minutes .... does this make me emotionally unstable ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Vista install problems
XNA won't install on Vista RC 1 5736. I'll try on a daily build tomorrow in the office. Are you going to support Vista in December SiW wrote: Anyway, installing the VC# SP1 beta does indeed allow me to install GSE beta 2, so I'm satisfied. For now ;) It's _possible_ to install XNA GSE 2 on Vista. Some people, like yourself, have been successful. Personally, I've found that running the installer with elevated (Administrator) permissions will yield a successful install most of the time. Your mileage may vary. The key point here it: It's an _unsupported_ configuration (and it's likely it will be unsupported at the 1.0 release timeframe as well ). The blocking problem isn't with the XNA produc ...Show All
Visual Studio Express Editions Object and Property Descriptions
I am making a managed dll in C++ to use in later projects for C++, VB, and C#. When ever you click on properties of MS user controls in the design portion IDE it tells you what that property is, ect. I would like to know how describe properties in the same manner. Also when you look at an object in the object browser it gives you a summary; I would also like to know how to define these summaries in C++. Thanks in advance for any help Maybe VCE doesn't support it. Check your build log, my last line reads: "Creating command line xdcmake.exe /blabla". ...Show All
Windows Forms Add-in for Outlook not displaying on other users PC’s.
Hi. I have just completed my first add-in for outlook 2003-2007 and installed and tested it on my machine where it works as expected (creates a custom commandbar and adds a button to it which triggers an event). When i right click my tollbar area i can see that my custom toolbar is checked and available. However when i install the application on other users computers the installation says everything went ok and it finishes, but when i open outlook on their computers its not there and neither is it available under the toolbar menu. We are using XP Pro and my PC uses the Office 2007 beta 2 and theirs are Office 2002. Thanks in advance Johan Yes, they all have .NET 1.1 installed. Just to make sure i installe ...Show All
Visual Studio Express Editions register
I do not know how to get to the help file in visual 2005 so I can Register. How do I get it started and what do I click on In order to register you need to start the Express edition of Visual Studio that you have, click on "Help" in the toolbar, and then click "Register Product". Let me know if you need additional help! ...Show All
Visual C++ Newbie struggling to use dlls
Hi there Recently, I baught a usb interface card ( Velleman K8055 ) to try learn how to write programs for basic IO projects. The card came with a dll containing all the functions the card can perform. I have only had a year of experience programming in c and have no idea how to use dlls. How does one link a program to a dll and call its functions in VC Regards Jarryd I do have both a header file and a .lib file. I added the header, but how do I include the .lib file Thanks for the help Jarryd ...Show All
Visual Studio Express Editions Benefit Portal not available
I been waiting for the benefit portal for C# and C++ Express but i only get page not available all the time. And i been waiting for like almost two weeks now, but i only get this page error. I can download the VBE ebook but the c# book never showed up. Its been 2 weeks now. I even registered again after service pak 1 and got a second email telling me I could download it, but it never showed up. ...Show All
Visual Studio Express Editions A Mute comand ???
hi its a simple lil thing all i need is when a picture or button is clicked an double clicked the volume of the computer is muted Simple as :) i've searched and cant figure this out not using windows media player or anything just the computers Master volume to = 0 :) The above code didn't quite work for me. So a tiny change and now it does... Dim APPCOMMAND_VOLUME_MUTE As IntPtr = IntPtr.op_Explicit(&H80000) Private Const WM_APPCOMMAND As Integer = &H319 Declare Function SendMessageW Lib "user32.dll" (ByVal hWnd As IntPtr, ByVal Msg As Integer, ByVal wParam As IntPtr, ByVal lParam As IntPtr) As IntPtr Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Add EffectAnnotation.GetValue() Method.
I have posted the following suggestion in the XNA feedback. Please bump it if you agree. The EffectAnnotation class only contains Type specific GetValue methods, and it exposes NO WAY to tell what type an annotation is. Furthermore, the GetValue methods throw an exception if you call them, and they contain a different type of data. Add the following members to EffectAnnotation please to solve this problem. // gets the value of this annotation as an object. public object GetValue(); // gets the type of value this annotation contains. public Type ValueType; Thanks for the reply. Any answer on passing Matrices with the "ref" keyword Please please please make the XNA Math library as fast as the ...Show All
.NET Development Showing Console from Service
Hello All, I have an Console Application that i converted into a service. Somehow i want the service to show logging on Console. Is this possible. Well there is no console when the process is running as a Service you could of course create your own console - but one is not provided for you by default. in addition, the service needs to be configured to be able to interact with the desktop - otherwise even if it creates a console no one actually sees it. So in short, while this is theorically possible you need to consider a possible alternative - perhaps logging to a file instead of to the console ...Show All
SQL Server Error:1418 during Mirroring
I am trying to do mirroring using SQL Server Ent. 2005 SP1 on two machines. I was able to create end points on both the machines at the port no.s 5091 and 5092 respectively. I have all the security setting settings for both the users. I am getting error no. 1418 while starting mirroring sessions. Can anybody tell me how to troubleshoot this error There are some troubleshooting hints in the paper: http://www.microsoft.com/technet/prodtechnol/sql/2005/technologies/dbm_best_pract.mspx ...Show All
