Software Development Network Logo
  • Windows Forms
  • Windows Live
  • Visual FoxPro
  • Visual J#
  • Visual Studio
  • Windows Vista
  • VS Team System
  • Visual C#
  • SQL Server
  • VS Express Editions
  • Visual C++
  • .NET Development
  • Game Technologies
  • Microsoft ISV
  • Smart Device

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

ganesh_bestone

Member List

Daticus
zorleo
SpiderX81
Frank I.
Dhero
Me Myself and I
Gokay
MarkD84
B. Schwartz
PhilipMorley
Worko
De los Palotes Juan
bobhug
Orenk9
Jeremy Thake
Gabest
Juniorbl
jose mondaka
lilithinzion
tblizzard
Only Title

ganesh_bestone's Q&A profile

  • .NET Development Regasm error: Access is denied.

    I have a .NET COM dll that works fine, but when I make changes and try to install the new version using regasm sometimes I get this error: RegAsm error: An error occurred while saving the exported type library: Access is denied. Any suggestions on why this happens and how to avoid it Thanks very much ! Can you give any example process file name. What is hosting process name Thanks ...Show All

  • SQL Server Is it a bug of SQL Server 2000 SP4?

    Database backup file: http://www.keepmyfile.com/download/c58b2a565144 Environment: SQL Server 2000 SP4 Problem: The following two statements returns different number of records: Exec GenPeriodical1 102, null, '20050601', '20050630', null, null, 0 SELECT * FROM dbo.OtherFee (null, '20050601', '20050630', null, null, 0) WHERE flow_id = 102 This problem wasn't found in SQL Server 2000 original version and SQL Server 2005. Any help is appre ...Show All

  • SQL Server Interactive Sort within a Matrix

    Can't seem to make any kind of interactive sort work within a Matrix. Is it possible I've got the interactive sort to work in a Table. In a Matrix, the sort buttons come up, but they don't have any affect on the presentation of the data (columns). In the matrix, I think I've used every possible combination of Current Scope, Choose Data Region or Grouping, Detail Scope and the second Choose Data Region or Grouping. Any help or suggestions w ...Show All

  • Visual Studio Express Editions can anybody help me???

    hi, hello everybody i want to know how can insert ,delete , Modify ,and find the record from my database which in microsoft access http://www.google.com.au/search hl=en&q=C%23+access+database&meta = There are tons of examples on how to do this on the web. ...Show All

  • Software Development for Windows Vista Using a Parallel activity in a custom Composite activity (Beta 2)

    This may have been covered elsewhere, but I've been unable to locate a reference to the behavior I'm seeing. Using WWF Beta 2, I have created a custom composite activity. Inside the composite activity, I have placed a parallel activity with one code activity in each branch (the code activities are trivial - they each write a line to the console). In the overridden Execute method of the composite activity, I do the following: 1. Check fo ...Show All

  • .NET Development wizards for my database interface?

    Im here again with the same problem. I need to create a database interface very quickly. The database is an Access 2003 file, and Im using visual studio.net 2003 (c#). The database has this table: Client - ClientId      AutoIncrement - FirstName   Text - LastName   Text - Document   Number I like to create this form: [ComboBox: ClientId] [TextBox:    Firstname] [TextBox:  ...Show All

  • Smart Device Development Debugging and deployment problems on WM5.0

    Hello I have a couple of questions I can't figure out on my own. I've written a program that runs fine when I use the PocketPc 2003 emulator. It also builds for smartphone 2003 and both smartphone/pocketpc WM5.0. The problem is that it doesn't run on other emulators than the pocketpc2003. When trying to run any of the other versions I get: Data Abort: Thread=9798b6a0 Proc=80fc7010 'PhotoEditor.exe' AKY=00008001 PC=000988cc(PhotoEditor.exe+0x0008 ...Show All

  • Windows Forms when right click at the text box,...

    when right click at the text box, there are "copy", "paste",..., "Right to left reading order" , "Show unicode control characters" and "Insert unicode control character" Is there anyone know how to remove the lowest three i.e. Right to left reading order", "Show unicode control characters", and "Insert unicode control character" thanks in advance ...Show All

  • SQL Server How to add a Windows User Login to a database using T-SQL

    Hi All, I'm trying to add a new Windows User to a database using T-SQL. I tried the sp_addlogin system proc, but this doesn't allow backslashes (presumably because it only allows creation of SQL Server logins). I couldn't find a sproc for this, what's the best way to achieve it Thanks, Simon. ...Show All

  • Visual C# Why all these get/set-methods instead of public variables?

    I've started to use classes to structure up my programs and all tutorials i've read says that i should do like this: class Spelare {    float positionX;    public Spelare()    {       positionX = 100f;    }    public float PosX    {       get       { & ...Show All

  • .NET Development 405 method not allowed

    Hi all, I'm trying to upload an image from a mobile to my pc, using the HTTP (POST) method. I get a response from the IIS5.0 server "405 method not allowd" Does it mean that I cann't use this way or I have to do some configurations to the IIS to accept that. Please help Best regards... This typically means the given HTTP verb is not allowed for the paticluar file type or folder. Please s ...Show All

  • Visual Studio How do I create an application.extension.config file using MSBuild?

    Hi, I'm using MSBuild to build an executable program (exe) from VB.net source code. How do I get MSBuild to output an ApplicationName.exe.config file Thanks, Damian MSBuild does not generate .CONFIG files on its own.  The only thing it can do for you is copy an existing .CONFIG file from your project to the final bin directory.  So, if you have a file in your project called "APP.CONFIG", then MSBuild will copy this file ...Show All

  • Visual Studio Team System [RC Upgrade] Unexpected Error: Deserialization failed: The 'EditionID' element...

    Hi, I got the following error when running "TFSUpgrade.exe imisfnd1srv /verify": Verifying connection to OLAP Server UPGRADE FAILED Unexpected Error: Deserialization failed: The 'EditionID' element in the 'http://schemas.microsoft.com/analysisservices/2003/engine' namespace is unexpected. Any ideas Thanks, Eli. I ran the tool locally from the Team Foundation Server and it worked... :-) ...Show All

  • Visual C++ How do you develop an interface for an existing C++ program?

    Hello Everyone, I have a large and complex program, which to be honest I dont fully understand, that I have to develop an interface for. I understand how the program works to an extent, but the level of C++ used in the program is way beyond me. It has to do with genetic programming, programs writing programs, so I dont think that im going to be learning how to do that anytime soon. Although I am alot better with VC++ than C++ and can ...Show All

  • Visual Studio Adding Settings and Resource through extensibility

    If I double click on Properties in a C# project, I can see the properties for a project. Initially, there are no Settings/Resources in the Settings/Resource tab. However, I can click a link in each of those tabs to add Settings/Resources to Properties. How do I do that through extensibility There is are Settings/Resource.Designer.cs classes that are added so I don't think I can just stick the Resources.resx or Settings.settings file i ...Show All

©2008 Software Development Network

powered by phorum