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

Software Development Network >> Arun S's Q&A profile

Arun S

Member List

kfsoft
Meliphar
Caliendo
Felipe Heidrich
MagnusJ
shyagam
UncleSam89
Pankaj11
chubbysilk
RhysDavies
thezepp
jean at spear
Hipolito Lopez
DrLectEr
srividyaramesha
JavaBoy
Peacebringer
thedo
dev_bih
Alexander Marinov
Only Title

Arun S's Q&A profile

  • SQL Server Noise words

    Could someone tell me how I "turn off" the noise word filtering for SQL server My problem is that I use the neutral language (defaults to english) and it strips out some words I do not want stripped from my queries. So in this particular case, I would like to be able to turn off noise word filtering altogether. Ideas Noise words are stored in a text file, by default, it is in C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\FTData\ Just edit the noiseNEU.txt for neutral language. Delete the word in the file. You may need to restart sql server and recrawl your index. ...Show All

  • Software Development for Windows Vista TIP Txn resolution (*ONLY* failed to notify)

    Hi, It appears that DTC is not fulfilling its end of the bargain when it acts as coordinator in a distributed TIP transaction. I deliberately killed my Transaction Manager after it had successfully returned a PREPARED response to the DTC. I then pulled the plug (literally) on the network connection. After bringing my TM back up, it began waiting t3$tip_unresolved_search_detent seconds between attempts to obtain the outcome of the txn from DTC. I then restored the network connection, and to my astonishment, DTC just sat there content that my loyal Resource Managers (Rdb) were enforcing the ACID properties of a true 2PC and locking all affected rows. After some many minutes of inaction, a net stop/start msdtc was able to force a com ...Show All

  • .NET Development Passing a Form handle to a class constructor

    I'm just starting to use Managed C++ and .NET. I'm still in the early learning stages. Basically, I have a Window Form that has a value for MyClass to use. I thought I could use the following code to pass the Form1 handle to the Myclass constructor. First, the compiler says MyProgram is not a namespace. I've placed the using namespace into the MyClass.h, but this dosesn't help I think it may be a chicked before the egg kind of thing, but want to make sure I'm not missing something. Currently, I have a private member method within the Form1 class called setMyClass( ^Form1 ) which works but this doesn't seem very OOP to me. //---MyClass.h--- #pragma once public ref class CMyClass { public: CMyClass( MyProgram::Form1 ^hFor ...Show All

  • Community Chat Creating a new game engine. Anyone want to join me?

    I am creating a whole new out of the box idea at a game engine. This engine doesn't use directx at all. Instead it uses the picturebox control. I started making this engine yesterday. How it is going to work is that there is like 50 picture boxes per level, and they are black and blue and tiled so you can see where they start and end and stuff. But anyways, what you do is click on the picture box, and choose your sprite, and you have a tab with a properties and actions tabs, and you could choose what key makes it go up and down, right and left. To assign it a sprite, you simply click on the picture box, and an open file dialog comes up to choose the sprite. I havent added collision stuff yet, but I will. since it is like version -0.0000000 ...Show All

  • Visual C++ "MICROSOFT VISUAL FAILURE"

    I have been using VS2005 with C# successfully. When I change to C++ I get the following message: "MICROSOFT VISUAL FAILURE: Package 'Visual Studio Class Designer Package' (GUID={DD1683A7-5A4C-4234-81B3-A4CC91DBEAC9}). Please contact package vendor for assistance." I bought this from Microsoft (it is an academic edition). What do I do First an apology: although this makes no difference (I think), when I first tried you advice I left an extra " at the end. Now that I have removed it, the reply is less gruff: "This action is only valid for products that are currently installed". As to reinstalling VS, what I tried to do is "repair" it. From the length of time that it took (about 2 ...Show All

  • Visual Basic How do I remove selected items from a listbox using a for each loop

    I am stumped on this,when the teacher explained it in class it made sense but when I try it at home I can't figure it out.I am not asking you to do my work for me,I am just asking for a hint something to get me started in the right direction. Thanks well you cannot remove the items within a for each loop like what you maybe wondering as you cannot remove, or add items, when going in a for each loop and checking to see if the current item is selected you would remove the items selected and the SelectedItems returns back the collection of items selected. Once got, use a foreach loop on this and remove the items: for each currentItem as object in Me.theListBox.SelectedItems Me.theListBox.Rem ...Show All

  • Smart Device Development Multiple instances of an application - bad

    I have an application running under WindowsMobile5.0. I have used the code below to make sure that I only get one instance of the application (I'm talking to a SDIO module - don't want more than one instance). It works fine after the first instance is up and running. However, if I tap the application name in the 'File Explorer' multiple times (4 or 5), I end up with the application launching 2 or 3 or 4 times. I have not yet found a way to prevent this. The reason this causes a problem is that the spinning processing icon doesn't appear immediately after the first tap. It is not obvious that the tap was accepted and it is not uncommon for the user to tap a second time and this can cause the problem. static class Program { [DllIm ...Show All

  • SQL Server choose from SQLDMO /SMO

    in my classic ASP 3.0 application I would like to back up and restore SQL Express database. Should I use SQLDMO or SMO Whats the difference Thanks for your answer.I am using SQLDMO for backing up and restoring Sql Express database. While Restoring if i have any users connected to db ,restore fails.. Whats the solution for the problem Do i need to Stop SQL Server ,restore and start again ...Show All

  • SQL Server Encryption & Decryption

    Database Security, we are going to use AES 256 Symmetric Encryption. We will be using RSA for Asymmetric Key Encryption, 1024 Bits. We got the code working for the seond case but for the first, WHEN: CREATE SYMMETRIC KEY sym_Key WITH ALGORITHM = AES_256 ENCRYPTION BY ASYMMETRIC KEY asym_Key GO THEN: -- Msg 15314, Level 16, State 1, Line 1 -- Either no algorithm has been specified or the bitlength and the algorithm specified for the key are not available in this installation of Windows. What can be the way out to be able to create the AES 256 Symmetric key. AES is currently supported by SQL Server 2005 only on Windows 2003. If you are using Windows 2000 or Windows XP, you do not have acc ...Show All

  • Visual Basic Error Message that I can't resolve...

    I am fairly new to writing in VB and in reality it is actually my first true language that I am trying to learn. I am currently writing a small application for where I work that will be used internally by only a couple of people. The purpose of this project is to record and maintain records for troubleshooting calls. This is in essence a CYA (cover your *ss) ploy that also helps us maintain with compliance rules. So essentially what I did was create a small program that would refernce back to a database out on one of our servers. This was supposed to be something that I assumed would be very easy, and at first it did seem to be working properly. Now I have run into a problem that I do not have a solution for. The following is the error I g ...Show All

  • SQL Server ms sql 2005 delete record problem

    I'm facing problem when delete a record in the ms sql 2005 . The error message i got is stated below: No rows were deleted A problem occured attempting to delete row 1304. Error: .Net Sql Clint Data Provider Error Message: Possible index corruption detected. Run DBCC CHECKDB. Correct the errors and atempt to delete the row again or press ESC to cancel the changes. just certain record i can not delete and face this problem. i detach the database and attached in the ms sql 2000, and select the same record to delete. there is no problem at all. i wander is it ms sql 2005 bugs can anyone tell me how to fix it .. how to to use the DBCC CHECKDB thanks alot.... P/s : if i posted at the wrong section jus ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Reference rasterizer

    My graphics card doesn't support Pixel and Vertex shader so i won't be able to do anything interesting with XNA, it's what i have heard. So i started thinking: will i be able to utilize the reference rasterizer (only to learn XNA) XNA supports reference rasterizer in addition to the HAL rasterizer We added an explicit check for a SM 1.1 hardware device with DDI9 drivers for v1.0. So you need to have hardware (even if you are using the reference rasterizer) in order to create the GraphicsDevice. ...Show All

  • Windows Forms Pleease clarify Help authoring tools in Visual Studio 2005

    I have a c# application that I want to add help to. Looks like HelpStudioLite and Help 2.0 is only for adding help to the VS IDE. So, it looks like I want to use Help 1.x and Help Workshop or a better third party program. Right VS help docs refer to Help Workshop and creating a help project. There doesn't appear to be such a thing (a help project) in VS 2005. Am I missing something here If I can produce a .chm file in another app how do I hook it up to my VS 2005-created app Sorry if this sounds basic, I just can't find any specific documentation on how to do this. Thanks to all who may help. http://www.microsoft.com/downloads/details.aspx FamilyId=E82EA71D-DA89-42EE-A715-696E3A4873B2&dis ...Show All

  • Visual Studio Team System Off Topic- Forum Function ?

    Is it just me or when replying or creating a post at the bottom when the checkbox is checked for Alert Me does it not actually turn on the subscription. I have to hit the alert me button after I post. Is it just me PS - gripes about bugfix rates aside, you can get pretty good response to these questions in the "Site Feedback" forums at the top of the list. ...Show All

  • Visual C# Help needed !!!

    Hello, I am doing a project in Visual C#. 1. I want to know how to create an exe file for a Visual C# project. 2. I am using Sql Server 2005 to store my database.I tried to add a new table into the database via code, the project is compiling properly without an error, but then the table is not created. Pls help me with a solution to the above said problems.... I need them urgently.. Sorry for troubling you!! Regards, Sweety An exe for a Visual C# project is created when the project is built. You can find it in either the bin/Debug or bin/Release directories under the main project directory. Probably you'll find it in bin/Debug. As for your SQL Server question, compiling the ...Show All

©2008 Software Development Network