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

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

possum77

Member List

Dave Aronson
EJG
mustangchik83
Cocktail
Blockp
BoulderGent
Nada Ali
Luke R
nhl66pens
jkristia
mauricepk
Budgolem
Kamal Hassan
Andrew Clifford
Dhurean
BJ2000
ivanc
RBear3
ghostsoft
M_Luka
Only Title

possum77's Q&A profile

  • Visual Studio Team System "AvoidNamespacesWithFewTypes" in Code Analysis

    The help on this topics indicates that the casue for this warning is: "A namespace other than the global namespace contains fewer than five types." I get such a warning in a namespace that has 11 types defined in it (10 classes and one interface). So why am I getting the warning which seems to apply only for namespaces having fewer than five types Is that a bug in code analysis I'd take a closer look at your binary. Are you not using any s ...Show All

  • Visual C++ C++/CLI code porting problem

    I'm trying to port a C++.NET (managed extensions) application to C++/CLI. However I'm not very strong with the syntax yet. What I'm trying to do is to create a wrapper for a C Dll file. To do this I'm using DllImport but I failed to found documentation on it's use. There are some problems due to changes of the syntax but I couldn't find out why yet. The C++.NET line looks like this:   [DllImport("my.dll", CharSet = Ansi,  CallingConven ...Show All

  • Windows Forms Terrarium server is experienceing temporty difficulities

    I'm new at this game, is anyone else getting this message, just making sure that I haven't done something wrong.  I'm using version 1.0.21.281 I'm sorry you are having so much trouble with setting the game up.  However, v1.1 ( ...Show All

  • SQL Server Setup Sql Server in Client Server Environment, access from PDA and laptop

    Hi, I want to set up MS Sql Server 2000 in client server environment. Basically I want to have my Database server in my desktop from where I can administrate, allow and restrict user access, and maintain the database. Then I want the ability to access the database from my laptop, and PDA using LAN, TCP/IP protocol. I also don't know if there is any client software, which only allow select, insert, update, delete capability from the client ...Show All

  • Visual Studio Team System Enabling Versioning outside of Source Control

    Hello there, When working on a Word/Excel/etc. document which was checked into the documents node of my project, I can check the version history of the file via ms office applications "file" menu. Doing so, Office (2k3) claims versioning for these files actually is not enabled. There is a URI which should lead to more information about enabling that feature but on my end, the link doesn't work. How do I enable the file ver ...Show All

  • Visual FoxPro How using barcode in VFP?

    Hi! Help me use barcode in VFP use ActiveX controls Where download it Thanks! I'm using USB or PS/2 attached barcode reader. Both readers work as a keyboard. It can be customized on the reader what to send before the barcode and after the barcode. For example if you need a TAB before the barcode and an ENTER after the barcode, it's a simple sonfiguration of the barcode scanner. To print barcodes I use ...Show All

  • Visual FoxPro How to set automatically 'OK' for a foxpro "update table messagebox"?

      Hi! When I add an old table (fox 3.0) in fox pro, the program get me the follow messagebox: "File 'TABLENAME.dbf ' will be updated in new file format, making it unreadable, to previus version of FoxPro. This can be reversed with 'COPY TO' command, and the old table will be saved as a .BAK file. Continue " and I have two button OK,  and NO! But I want that my program choose automatically the OK button! Is it possible Thank you ...Show All

  • Visual Studio Getting RID of Just-In-Time debugger

    Hello all. I installed Visual Studio, and had no problems. Except one. The Just-In-Time debugger. It seems to come up all the time now, and it has broken Winamp AND Cakewalk SONAR 5. I tried disabling it in Visual Studio's options, but that doesn't stop the pop up and the subsequent shut down of the program (which did NOT happen before). Any ideas ...Show All

  • Visual Studio Missing Icons and Bad Links in MSDN

    Hello. I'm having trouble with my installation of MSDN. Some of the little icons that should appear next to some of the links don't show up, and many of the links don't work. When the links don't work, I get a JScript error "Object does not support this property or method." If I attempt to debug it, it's always a simple, one-line, code block, such as; alink_301.Click() This is an example of what the missing icons look like. The little box ...Show All

  • Visual Studio Express Editions two problems - one is driving me nuts

    Ok, I posted this question in another forum but I thought I'd try here, too. I have an sql database with one table, I set the primary key on the table to ArticlesID. It is configured as the primary key. However, when I use a GridView control and try to add the sql to it, the Advanced SQL Generations are greyed out. I get the same result with a DetailsView thing. Any ideas as to what I'm doing wrong Do I need to change something in the web.config ...Show All

  • Windows Forms Redirecting from win forms to web forms

    Hi i have a pblm here. I have a win form hosted in IE. When i click on the submit button on the win form, it will do some processing and redirect to another web form, which i can't achieve. Is there any way that i can do so   ...Show All

  • Visual Studio Internet Connection in VS 2005

    Hi,       I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this   Thanks, Arshad Hmmm... not really.  We're using HTTP POSTs to make our web service calls.  Are you able to do HTTP POSTs (not ...Show All

  • Visual Studio Team System Remote Accessing of VSTS Source Code Control (SCC)

    Hi, We are having our TFS Server installed remotely(in US) and our machines (in India) were able to access the TFS Server. The problem is that we are not able to "Check in" or "Check out" the code from the source code control from Team Explorer  as the "Get Latest Version" and "Check out for Edit" menu options were disabled or through the command line method . So kindly let us know how to resolve this problem. How can we enable the sou ...Show All

  • Visual Studio Tools for Office Multilingual CommandBar?

    Hi, I am currently developing an add-on to Word using VSTO that adds a custom CommandBar. As it is directly constructed in the code, how can I have multilingual texts on the buttons Thanks in advance. Hi, You should use a resource file to set the text of the commandbar buttons. Here are some links to articles that might help you: Developi ...Show All

  • Visual Studio Tools for Office VSTO 2005 Beta2 Publish

    When attempting to "Publish ..." a Word document VSTO project I am getting a warning stating:  C:\Program Files\MSBuild\Microsoft.VisualStudio.OfficeTools.targets : warning MSB3110: Assembly 'WordDocTest.dll.manifest' has mismatched identity 'WordDocTest.manifest', expected filename: 'WordDocTest.manifest.manifest'. I can get the Publish to work for WinForms projects in the same fashion so my IIS seems to be setup properly.  I get a 4 ...Show All

©2008 Software Development Network

powered by phorum