Software Development Network Logo
  • Visual Basic
  • Audio and Video
  • Visual C#
  • Windows Vista
  • Smart Devicet
  • IE Development
  • .NET Development
  • Windows Forms
  • Game Technologies
  • Visual C++
  • Visual FoxPro
  • Visual Studio
  • Microsoft ISV
  • SharePoint Products
  • VS Team System

Software Development Network >> allken's Q&A profile

allken

Member List

Álvaro Peñarrubia
chaoborid
Enzoe
birdman82
Norbifier
Seiggy
justin tighe
Kennon2005
retread
DOSST
spiritowner
Skiperr
adwins04
tarponboy11
rabbitoh
QWERTYtech
JohnGBunch
lucerias
PeterPan1120
curiousss
Only Title

allken's Q&A profile

  • .NET Development Convert to TIFF image.

    How to convert a PDF file content to tiff image using C# code Thank you Joris Arits . is it possible to convert 1) PDF file byte arry 2) byte array to image 3) image to PDF file i am using PDF4NET. if you give any sample code snippet means very much helpful to me. Thanks & Regards Seetaram.C ...Show All

  • SQL Server Stored procedure calling a webservice to clear the Cache

    Hi All, I am in a typical situation where my stored procedure must, at the end of its execution, call a webservice to purge the cache. Is it possible If so, can any give me some help in achieving the same To give you all a more clearer picture, we have a dotnet application which calls a stored procedure. After that, the same application calls a webservice to purge its cache. In case, after calling the stored procedure, before its ends, if some one closes the application, there is no way we can purge the said cache. If it is not, it is going create problems to us. Hence, my question above. An early response will be highly appreciated. Thanks Sekhar PC I'm not sure I am fully understa ...Show All

  • SQL Server PIVOT TABLE query !!

    hi , is it possible to do a pivot , where the number of columns is dynamic...i.e i dont know how many rows will be selected , and i want to pivot them and insert into a new (temp/tabletype)table...obv i dont know how many columns i need.... somethin like the example of books online pasted below , consider here that i need data for all employees (distinct empid) , then pivot it, for that i'll need 'select distinct empid from emp' in the pivot syntax 'FOR EmployeeID IN' . pls tell me if such thing is possible or there is a turnaround for my problem... SELECT VendorID, [164] AS Emp1, [198] AS Emp2, [223] AS Emp3, [231] AS Emp4, [233] AS Emp5 FROM (SELECT PurchaseOrderID, EmployeeID, VendorID FROM Purchasing.Purcha ...Show All

  • Visual Studio Team System Test Preparation script - One time execution

    Hi, Before I run any of the Unit Tests / Load Tests - I want to perform the following operations (only one time) 1) Create a Test Database on SQL Server (CreateDB.cmd) 2) Create stored procedures used in the Tests in that Test Database (CreateSP.cmd) 3) Populate the database tables with sample test records. (PopulateSampleData.cmd) 4) Run some cleanup scripts on all agents. (OneTimeAgentCleanUp.cmd) In the test configuration - there is a provision for "Setup and Cleanup scripts". The problem with that is that the scripts specified in "Setup and Cleanup scripts" are run everytime whenever a test is executed but I want to do the above operations only when I prefer to recreate the test environment. Currently we ...Show All

  • SQL Server How to give "public" access to cubes

    Hi, I'm deploying cubes over an intranet on web pages using OWC (OWC11). We can create roles to restrict access to dimensions or even the whole cube itself. On the intranet I must give access to everyone, that is users who are not registered on AS2005 Server. How can I give an Anonymous access over my cubes to my cube readers such that anyone can view the cube I've created a role named "public" in which I've added Anonymous Logon but OWC still denies access to non registered users. Thanks. Try and change RequireClientAuthentication Analysis Serverv property. The description of it you can find here: http://msdn2.microsoft.com/en-us/library/ms174771.aspx And here: http://download.microsoft.com/download/4 ...Show All

  • Visual Studio Team System Problems to create a Test

    HI, yesterday I tryed to create a Unit-Test for one of my components. I selected the component and go to the menu point TEST --> New Test. I select there in the drop down "New VB Test project " after that a can't enter a name or select a template. The templates are not show. I also tryed to create in an new solution an test project there I got the message that no templates available. After that problems a did a reinstallation and an repair that installation but nothing works. What is the solution for that problem There is something weird going on with the product you're trying to install or with your machine. You should see templates for test projects in followi ...Show All

  • .NET Development StreamReader.ReadLine() breaks at single carriage return

    The StreamReader.ReadLine() documentation states that "A line is defined as a sequence of characters followed by a line feed ("\n") or a carriage return immediately followed by a line feed ("\r\n").". That means a line should not terminate at a carriage return alone "\r". But it does. Complete console application follows. It is not possible to read a line from a file that contains a carriage return "\r". It breaks on every carriage return. using System; using System.Collections.Generic; using System.Text; using System.IO; namespace ReadLineBug { class Program { static void Main( string [] args) { const string fileName = @"C:\Tes ...Show All

  • Visual Studio Tools for Office word *.dot VSTO solution publish problem with IE - VSTO 2005 SE, word 2003

    I have created template solution, and publish it to my computer. Then i go on other computer in our intranet, add policy to my computer, and run template from Internet explorer. It doesn't work. When i try to run this from FireFox, it work. When i delete policy, template don't work. What should be done with IE to make this work I have try on IE6 and IE7. Thanx in advance :) Is there any difference in the Location URL you set that would allow Firefox to understand the URL, but not IE Are there any characters in your URL, such as % ()& ...Show All

  • .NET Development IO.Package not compressing every file in the package?

    I've been experimenting with the IO.Packaging capability (Package, PackagePart, etc.), and one oddity I've noticed is that not every "part" in the package is getting compressed. For example, if I rename the package file to .zip and open it up, the compression factor is 0% for many of the files in the package. When you create a package part, you specify the compression type to use (e.g. Fast, SuperFast, etc.). I'm setting this on every package part I add. In my example, my package parts consist of: a) some XML files (some are quite large), b) a binary file (.bin), c) some application-specific binary files (.abc). There doesn't seem to be any rhyme or reason to it. For example, it will compress some of the XML files, ...Show All

  • Smart Device Development Lost my Controlbox

    Once upon a time, I hade a nice little .Net CF application running on windows mobile 4. Thing is, now that i changed to a windows mobile 5 system, I can't see the controlbox anymore. Which mean right now I have to warm boot each time I want the close the soft... . Help me obi-Wan Kenobi, you're my only hope I am not quite sure I understand the problem here. Can you please clarify and post your question again Thanks. ...Show All

  • Windows Forms how to centered aligned MDI child window when maximized

    when child window is in normal mood, it could be centered screen, but when it is maximized then it is not centered, is there any trick i could centered it even  inmaximization moode. Thanks   When it is maximized, it fills the screen. Possibly leaving the toolbar visible, depending on its "mood". How do you want it centered and fill the screen too ...Show All

  • Visual Studio 2008 (Pre-release) [Help]Service call from a callback handler

    There are couple of client applications connected to the server. When one of client program submits the request to server, for instance, changing or deleting an entity, the server program will process related data, and then call back to all the clients (broadcast) to notify the data changes. To use less communication, in the callback, not the entire changed object is transferred to client. Instead, the callback simply passes the ID of the changed entity to client side. When client is interested in that change, it then ask server for the whole object; otherwise, the callback will do nothing. The reason for this is because some object is quite large in my system. Here is my issue. For example, client A submitted a request to server. After ...Show All

  • SQL Server Data-Driven Subscriptions

    Hi I migrated my system from SQL2000 to SQL2005, now my MDX reports don't want to work with the data-driven subscriptions. The SQL reports run fine. Any help, comments, or even suggestions will be very welcome. Kind Regards Carel Greaves What do you have in the RS windows service logfile <Program Files>\Microsoft SQL Server\MSSQL.#\Reporting Services\LogFiles\ReportServerService__<timestamp>.log at the time when DD subscription fires ...Show All

  • Visual Studio Express Editions activating a file on a remote computer

    how can i activate a file on a remote computer inside a lan connection i dont want the users to be administrators on this computer, instead i would like to insert the administrator user and password to the code. (the idea is to restart an application from a remote computer by any user who uses this program) there are 2 things in your code that i don't understand (maybe because i'm not fimiliar with v.b) 1. why do you use the process to run,theconnection as arrays and nos as strings and don't you need a loop to give them values 2. thescope already contains the path to the file and the connection options so what do you need "theclass" for and what does: "new Management ...Show All

  • SQL Server Qns on SQL Express Database

    Hi Is it possible to blank/null out all the data in a specific table in the database, executed in a button click event Hi, beginning with Sql Server 2005 the objects are stored in a schema. Schema can be owned by multiple owners. This is a switch in design between the "old" SQL Server 2k version. You might have a look in the BOL (Books Online - the help files of SQL Server) to see which actually changed. There is much information about it. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

©2008 Software Development Network