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

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

banswaraboy

Member List

Rafael Mores
Tobias Alte
Xignal76
ghead
Lear Cabrini
JHarjung
David S. Anderson
Eddie Garcia
petedashwood
Carel Greaves
Krutika
wandasoozq
Scott Sheppard
AlexBar100
Zion_zii
M1tt
Enkht
Deldy
Samuel369
ahmedsaad4
Only Title

banswaraboy's Q&A profile

  • SharePoint Products and Technologies What Problem regarding to above question no one try to reply its cache does not work properly MOSS2007??????????

    Have any realy problem regarding to caching customization option like varybycustom param, varybyquerystring nad varybyheader please reply wathever question about cache in moss2007 ...Show All

  • .NET Development Dynamically instantiating a class at runtime using reflection

    Assume that I have two string variables as follows: string ClassName = "Currency"; string PropertyName = "ISOCode"; Further assume that the Currency class is defined in another Visual Studio project. The references and using statements are already programmed. How can I instantiate the class and access the property dynamically at runtime Please keep in mind that I can't do the following: Currency MyCurrency; I don't know at development time which of about 1,000 classes I'm going to want to instantiate. I need to get the class to instantiate from the value included in the string variable. Thanks for your help!!!!!!!!!!!!!!!!!!!!!!!! Take a look at this code. I am sor ...Show All

  • Visual Studio Team System TSQL Debugger is not working after installing "VSTS - Database professionals"

    Hi, After I have installed VSTS - Database professionals CTP5 I have found that TSQL debugger is not working any more. When I put breakpoint into the stored procedure and do "Step into Stored Procedure" the break point became disabled and the message is "The breakpoint will not currently be hit. Unable to bind SQL breakpoint at this time. Object containing the breakpoint not loaded." I'm absolutely sure that this was working normally before the installation of the CTP5. I'm guessing that something was done to the security settings by the installation package. I hope it is fixable. I'm running VS2005 and SQL Server 2005 Developer eddition and now SQL 2005 Express edition as second instance. CLR Stored p ...Show All

  • Visual Studio Express Editions Error while compiling

    Hello, i’m conpiling a programm but the and error has happened, this its the error: error C2440: 'initializing' : cannot convert from 'const char *' to 'char *' this it’s th code that make tha error:} UtlBoolean OsSocket::isIp4Address(const char* address) { // nnn.nn.n.nnn // ^==== dot3 // ^====== dot2 // ^========= dot1 char* dot1 = strchr(address, '.'); // <-- here it’s where the error happend someone knows what can i do here to sove that error ...Show All

  • Visual Studio Slipstream Sp1 into VS 2005.

    Because of the long duration (2-3 hrs on Vista Business), I think it would be a great idea to slipstream the SP1 into a new DVD, just like I can do this with XP. Is this possible and how can I do this Please read the following blog post from Heath Stewart: Slipstreaming Visual Studio 2005 Service Pack 1 ...Show All

  • Audio and Video Development video zoom

    I'm working on a small function that zooms the video (with optional panning) but using the code below doesn't seem to work, any tips addEventListener("controller_key_down",keyPressed,true); function keyPressed(evt) { Player.video.main.changeLayout(0,0,Player.createVideoScale(1,2),0,0,1920,1080,"00:00:00:00"); } The above code should have changed the video on any key press. Peter said " You can only specify 0 duration if the video is paused; otherwise, you need a duration anywhere from 1 frame to 3 seconds" but this is wrong. I think what he meant to say was "if paused you MUST specify a duration of zero. If playing, anything from 0 to 3 seconds is good. ...Show All

  • SQL Server Running an SSIS package as a job that connects to a DB

    I have a package that I want to run as a scheduled job in sql server 2005. The job runs fine in the studio. I am convinced that it is not a password or security issue as I set the protectionlevel to do not save sensitive data and can still run the job in the studio. The User running the job has SA privileges as does the SQL Server Agent. The job reads a flat file, runs it through a script and than inserts the rows into a table. The job runs successfully only if the flat file is empty. The job history says: The return value was unknown. The process exit code was -1073741795. The step failed. There are no OnError lines in the logging. Anyone have any Ideas or tricks to try. He ...Show All

  • .NET Development Allocating large array -> out of memory

    Heya, I tried to allocate a large byte array in C#, like this: byte [] buf = new byte [len]; (where len = 1gb) But I get an out of memory exception. I have 2gb of memory in my machine, so it should work Are there alternative/better ways to allocate large amounts of memory /Bo Is it possible to update any binary to use large address, including one that was compiled by someone else (no source available) and not even created in visual studio, like for instance say in Delphi ...Show All

  • SQL Server Key Maintenance and Stored Procedures

    Basically I would like to ask whether parameters can be used to pass the value of the 'symmetric key id', 'certificate' and optionally 'password' to a stored procedure that uses encryption functions. The reason this is appealing is that when encryption keys etc change over time (we have a requirement to decrypt data, destroy and create new keys, then encrypt data every time we lose a staff - don't ask), as we would be passing the value of keys, passwords and certificates as parameters to a standard stored procedure. Hardcoded Example (Working) USE PSS GO CREATE PROC insert_payer_ba -- define parameters @param_rec_id NVARCHAR ( MAX ), @param_bsb NVARCHAR ( MAX ), @param_account NVARCHAR ( MAX ), ...Show All

  • Visual C# return type of BSTR??

    I want to write a function in a class library which is the return type of the function is BSTR, how can i do that Can anyone give me an example source code Ya, There is no BSTR type in .NET.Use String in the class library. This'll be converted to BSTR , when the above library is used in VC++ client. Thanx, Ch.T.Gopi Kumar. ...Show All

  • SQL Server Stripping out numbers from a string

    Hi I have a field that starts with numbers and then has a description after if, eg. "123 This is the description for string 123" 1. How would I go about stripping out the first instance of number to leave the string as "This is the description for string 123" thanks. Bill From the problem described, we can't use any form of REPLACE, since that will take away all occurences of '123'.. We want to keep '123' in both parts, right Not take them away One way to split the string into two, is to simply substring it apart. The trick here is to figure out where to split - ie where is the end for the first substring, and where is the start for the 2nd substring It seems like this is what we ...Show All

  • Visual Studio Team System To check if a control has got a value set for a particular property

    We have custom controls as part of our product development. The custom controls have got set of unique properties apart from inheriting the base control's properties. For e.g. for our combo custom control, we have a property named 'ResID' which has to be set with a string value when the control is used. We want to build a FxCop custom rule that will find out if the property (ResID) has been set for the custom control. We have two methods in which the property should be set. I tried writing a rule that will first scan the class to see if it has got any custom controls and have them in a collection. I then scan through the method names and moment I encounter the method (inside which we want this property to be set), I pick out the instru ...Show All

  • Visual Studio Team System Reporting Services error (The permissions granted to user ... are insufficient for performing this operation.)

    Hi, I have a problem with accessing reports in Reporting Services from my Team Foundation Server installation. My user account is a member of the global domain group TfsAdmins and I have no problem accessing reports in any tfs project. The same goes for any other members in that group. The problem occurs when the users in the domain groups TfsProjectOneContributors or TfsProjectOneUsers try to access reports (same goes for any users that are not administrators). They all get an error message stating: “The permissions granted to user 'DOMAIN\UserName' are insufficient for performing this operation. (rsAccessDenied)” Now, this error message is fairly well described but almost every solution work t ...Show All

  • Windows Forms One or more errors encountered while loading the designer

    Hi, I was working on a simple Winforms C# project. I created a few of TableAdapters using the designer and attached them to datagridviews on my form. After realizing that i did not want one of the tables I went to the XSD designer and deleted it. After that the project still excutes ok but the form designer is unable to display the form in design view I get the following error: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. Clicking on each error will take you to the line of code that caused it.   I am not looking for a response to this problem (creating prototype, kicking the ti ...Show All

  • Windows Forms restrict Cell Navigation to certain column

    I have got a grid with CheckBoxColumn and TextBoxColumn. What I need is to restrict the cell navigation to TextBoxColumn field. Can any one help me. Reagrd Anil Well, I don't think you'd want it to be readonly if it's a checkbox. Obviously it's a checkbox for a reason and needs user input. I think what's being asked here is how to stop the user from selecting the cell using the TAB key, arrow keys, ENTER, etc... to move around the grid. Let me know if I'm on the right track. ...Show All

©2008 Software Development Network