Milind Vengurlekar's Q&A profile
SQL Server Deserialize ACL problem
I'm developing a custom security extension to Reporting services. In my authorization class I have a problem to deserialize the ACL (secDesc parameter). I have many examples and I’m doing the same excepted for one thing I’m not in form authentication but I’m in windows authentication. The problem is in the method 'DeserializeAcl(byte[] ...)'. I encounter this kind of bug : BinaryFormatter versions incompatibility : Excpected version 1.0, rec ...Show All
Visual Basic VB EE 2005 Reading/writing text box content to a text file?
Hi coders How do you capture the content of a text box filled in by the user to a text file, appending new content and opening that file into the text box each time the application opens and showing the last entry first Thanks in advance...newtWales You have everything you need in the System.IO namespace. And there are many tutorials avalible on this subject. All you have to do is search for them ;) ...Show All
Visual Studio Team System Still having problems
Hello, Now I get errors on creating a smart device project! Some more dll to delete cheers Hans This sounds to be a good question for the Smart devices forum we have: http://forums.microsoft.com/msdn/default.aspx ForumGroupID=11 ...Show All
Visual Studio Team System Error 28100.Error loading Event web service.
Hi, During installation I got "Error 28100.Error loading Event web service.". Any idea what is going wrong TFS is being installed on a Virtual Machine. Please feel free to contact me if you need any more information. Thanks, Bart ps. Is it possible to upload the setup log I went back to some lessons learned when installing tfs beta 2, one of which was to install wss before sql server (even though ...Show All
Windows Forms Sending emails with C#
Hi, I have a little problem in sending an email with c#. I was trying to use System.Net.Mail but can't seems to add the System.Net. Mail. Do i have to add a reference or something before I add this to my project. Please advice. Thank you, -VJ hi, Is your problem solved what is the error that you are getting Thank you, Bhanu. ...Show All
Visual Basic new, need small help
what is the diference when I declare; dim temp as String or dim temp as String() what does the () do to the class to the instance maybe a stupid question but I can't find any answers thank you in advance Maybe something like this: ' Declare and initialize string array Dim x() As String = { "Foo" , "Bar" , "Zoo" } ' Assign a new string array to an existing string array variable x = New Stri ...Show All
Visual Basic Format Prompt text in an Excel "InputBox"
I have been using VB to automate processes of data entry, and make the spreadsheets somewhat "chimpanze proof" on several spreadsheets that are used by both myself and others. I would like to make the 'prompt' text that is displayed with an 'InputBox' larger but I have not been smart enough to figure how to do this. If anyone has solved this problem I would appreciate some direction. Pat.................... ...Show All
SQL Server async_network_io wait during replication
I have re-initialize some subscription. After generated snapshot successfully, the synchronization view showing 'The process is running and is waiting for a response from the server.' and I found the replication process is under 'async_network_io wait'. The job has run for more than 8 hrs. Any idea to improve it Thanks in advaise. Are you running the sync agent (like merge agent/distribution agent) in continuous mode If yes, it will show r ...Show All
SQL Server How to/is it possible?...
Hello, Im new to reporting services,sitting here with the "hitchikers guide" book, and got some unanswered questions. What im trying to do: I have finished the report layout, it has a table with 6 columns for holding client specific information. Each client of mine will then get this report emailed to them. The sending of the report to each client is not a problem, i understand how to fetch the email addresses to send to, from my mssql database. ...Show All
SQL Server Please Help : visual studio 2005 beta 2 + SQL Server 2005 + C#
Hi, I have the Microsoft.SQL.Server.2005.Enterprise.July.CTP. I have installed it on Windows Server 2003 Enterprise Edition. After installation I found that Microsoft Visual Studio 2005 Beta 2 installed with it , but when I Opent it I can't create C# prject since you can't create anything other than 'Business Intelligence Projects'. I need to write a programs using C# so How can I do that with SQL.Server.2005.Enterprise.July.CTP T ...Show All
Visual C# how can i create a class or struct and assign it a string value?
Im new for c#, and I was wondering how you get the same result of the class string. Example: string str = "some string" always i've been thinking that this is unique for String. but then came SqlString and you can do the same (maybe there are meny classes with the same aproach) Example: SqlString sqlStr = "some string" You can declare the object and then assign inmediatly a string value without creating the instance (new SqlStr ...Show All
Visual C# singleton
How do i make a singleton object so i do not have to make a new instance of a form Simply add a static function like this to your form and change the form type when needed: //Static instance that is stored and referenced out to callers private static Form1 m_FormInstance; public static Form1 GetInstance() { //If we do not already have an instance crea ...Show All
Windows Forms DirectShow Filter deployment via ClickOnce and Reg Free COM
I have a .NET application that depends on DirectX 9.0c, .NET 2.0. It uses an ActiveX (.OCX) which uses DirectShow filters(.ax) and COM InProc dlls. I was wondering if i could use ClickOnce + Registration Free COM as a deployment strategy for this type of application. I was planning on using the BootStrapper for downloading pre-requisites I thought i would use ClickOnce + Reg Free COM to download the .OCX and COM dll. How can i downlo ...Show All
SQL Server Reporting Services 2005 Catalog table
Hi Can someone please point me in the right direction to find all the possible values and their meaning for the Type column found in the Catalog table. Thanks JW We don't document the tables structure for the RS catalog. If you want to interract with the report server, you should use the SOAP APIs. Thanks Tudor ...Show All
.NET Development Problems when load balancing ASP.Net Web Services
Hi I have two web servers running Windows 2003, and DotNet 1.1. These web services all work fine when you connect to either of the web servers and use them one on one with the client. I add an F5 load balancer to the mix, the web service calls begin to fail with the following error message: "The underlying connection was closed. An unexpected error occurred on a receive" I have been hunting around on the net looking for a solution ...Show All
