abuck's Q&A profile
Microsoft ISV Community Center Forums Problems with BSM
Hi! Now we're trying to deploy a BSM-project. There're some comments and maybe questions. First of all I want to notice bad work with localized systems. English version of BSM requests 1033-folders. But russian version of SharePoint doesn't contain this folder (only 1049). As result some pages looks incorrectly (e.g. there's a problem with css in the page filter editor). The second problem is that the page filter doesn't work with members, which contains quotes. "There is a problem rendering this control". And not long ago we found out one more problem. Members with commas lose information before comma on scorecard. ...Show All
.NET Development Binary file I/O - use FileStream Class or BinaryReader/Writer?
I am doing binary byte oriented File I/O. with non-sequential access. I started using BinaryReader and BinaryWriter Classes. I soon discovered that those classes don't apparently do Seek etc. so I switched to using the FileStream Class. I cannot see much advantage in using BinaryReader/BinaryWriter when I can do everything I need to do with FileStream. When would it be beneficial to use BinaryReader/BinaryWriter and not the FileStream class Thanks, David Harrison yeah, since most of your access will be just reading and writing large sections of bytes its probably easier to use the stream directly ...Show All
Visual Studio 2008 (Pre-release) FileStream transfer
Hello! Which is the easiest way to transfer file stream from server (service) side to client side Thank you in advance. Best regards, Saso First of all, thank you once again for your fast responses. I examined in details your post, and noticed, that i have syntax error in my web.config file. Then i made it up and since that everything compiles without errors, but when i run client, the exception is still there. <Exception: Unsupported Media Type> Because i need IIS hosted application, i'm using proxy solution. Config files are the same as yours. Enclosed are ...Show All
Visual Basic exporting to a document
ok....here's the thing...is it possible to export the contents of a datagrid to a document in word or export the contents of a sql query to a word document for instance i want to do query a table with something like "select * from tablename" and the output to be exported to a document any help would be appreciated thanks in advance Word has it's own, complex file format. You can control Word via COM, you can also control the latest version via .NET. There is a Visual Studio tools for office CD, that's probably what you need. ...Show All
Visual FoxPro _screen.ContinuousScroll problem
I noticed this problem just this morning after spending many hundred hours debugging my app for the past few months when everything worked just fine. This is the setup which is hardly unusual. There is a function in a prg file and a Click method that calls it. There are a couple of print statements like: "coimng out of the function: "+numeric_id and such in the function(s) and one in the Click method. All output is character strings. The button is clicked many times during the debug. I get only one line of output out of the function but the rest of it is overlapping this first line no matter where it is coming from. The ...Show All
Windows Live Developer Forums why cant see all spaces from msn 8.0 betta
Help please solve my problem/ After install MSN Messenger 8 betta - when i Click on yellow star near my friend - i have message - we cant get to this space right now... This is not the appropriate forum for questions about Windows Live Messenger. This forum is meant for discussion about the MetaWeblog API provided by MSN Spaces. ...Show All
.NET Development Can't get a new table into my dataset
Can't get a new table into my dataset I created a new table Person in my Access 2003 database. However, I can't get it into my dataset. I tried refresh, the designer, and confiqure with the wizard, however the table Person doesn't appear. Is this a bug Or am I just being an idiot, as usual dennist Paul, <g> A copy of the .mdb was in the body of the project. How I missed it I don't know. I copied the database from /bin/debug to the project folder and all was well. Thank you very much. I also had help from the Office/Access/Queries newsgroup in creating a delete and append query. In the ...Show All
.NET Development How to use Process.OnExited()
I am using processes in my code that I need to generate an event when they are finished. I am assuming it has something to do with the System . Diagnostics . Process.OnExited() method, but the documentation on it is sparse. I use code similar to the following: System . Diagnostics . Process proc = new System . Diagnostics . Process (); proc . EnableRaisingEvents = false; proc . StartInfo . FileName = "H:\pebld\wookie.bat" ; proc . StartInfo . Arguments = tbox1 . Text . ToString (); proc . StartInfo . WindowStyle = System . Diagnostics . ProcessWindowStyle . Hidden ; proc . Start (); How do I know when this proc ...Show All
Windows Forms Test Certificate Signing problem
Hi, I have created a test certificate using VS 2005 and installed it in the Trusted Root Certification Authorities and Trusted Publishers. I have set my manifests to be signed by this certificate. Then I am publishing it into an intranet zone ie http://<machinename>/<appname> When i try to download the application from the same machine, I get a "The publisher could not be verified" prompt, and the publisher name is coming as "Unkown Publisher". Is this a bug, because I have the certificate installed on the same machine, even if I get the prompt why am I getting an "Unkown Publisher" as the publisher name Thanks, Kunal ...Show All
.NET Development SslStream client authentication fails
I have set up a client and server app for testing SslStream. Connecting and authentication works fine as long as a client certificate is not requested. When I call AuthenticateAsServer with the clientCertificateRequired parameter set to true, authentication fails. In the RemoteCertificateValidationCallback (on the server) the sslPolicyErrors parameter has a value of SslPolicyErrors.RemoteCertificateNotAvailable, the certificate and chain parameters are null. Debugging the client I am sure that I am passing a non-null certificate. I used MakeCert to create this client certificate signed by the same test authority that was used for the serve ...Show All
Visual C++ Wrapping legacy code as Web Services with .NET managed classes
Hi all, Could you tell me how to wrap legacy C++ code as Web Services using .NET managed classes Is there a lot involved Thanks, - Leo - Thanks! :) I'll have a look at the links! Any other links and tips are greatly appreciated! ;) - Leo - ...Show All
Software Development for Windows Vista PersistOnCloseAttribute
how can i use this class please give some code examples thank you in advance This attribute can be applied to the custom activities to create a persistence point after they complete which means workflow will be persisted after successful completion of this custom activitiy [PersistOnClose] public partial class Activity1: SequenceActivity { public Activity1() { InitializeComponent(); } protected override ActivityExecutionStatus Execute(ActivityExecutionContext executionContext) {   ...Show All
Visual C# Why is the C# team allowing this to Happen? and Why do they close threads on the topic?
Since PJ. van de Sande Closed the last thread I opened : Why is the C# team allowing this to happen I guess because he didn't click the link or he didn't like the topic. I brought the link information here..... So I ask again... Why is the C# team allowing this to happen If he closes it again, please respond here From the Blog link: From Tom Archers blog Why so many examples in Visual Basic We find another thing for us to ignore from MS when trying to do what they do, and not what they say to do. This blog from Feb I wrote touches on the VB.NET & C# mess discussed in the threads ...Show All
Windows Forms How to change a disabled textbox's forecolor?
When a textbox become disable. it's fore color changed to gray one. But I Realy need to change it's fore color while it's disable. Is there any way to do that hi, user know very well when something is grey then its disabled so its not good choice to change the forecolor but if you want to do that i don't think you can do that unless you used your custom control anyway you can achieve that but seting your textbox enabled changed to chick if the sender is enabled or not then you can replace it by lable for example and change any color you want in the lable hope this helps ...Show All
SQL Server SQL 2000 Create Date After SQL 2005 Install
I installed the June CTP SQL Server 2005 SQL on my workstation, which already had the SQL Server 2000 client install. Now, when I go to SQL 2000 enterprise manager and look at my DTS packages, the Create Date column shows only times - not the dd/mm/yyyy. It used to have the full date & time. Two co-workers experienced the same issues after they installed SQL Server 2005 also. Has anyone else experienced this Thanks in advance. If this still can be reproduced in the RTM version, please post a bug on the Microsoft Product Feedback Center . ...Show All
