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

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

Penmore

Member List

Morad
Alex Guion
Lo, Kuei-yang
herman_d
CytoTech
KeiRedBike
DonBaun
SAStumpf
albertvanbiljon
Guk
Ravenet
Clemens Kolbitsch
hellomoin
CyberSongs
Antoniodya
Tom McAnnally
MadsBrodersen
Michel Peres
Fuzzy
Chris Becker
Only Title

Penmore's Q&A profile

  • Visual Studio Express Editions How to register manually?

    After installing Visual C++ Express Edition I tried to register via internet but didn't succeed. When contacting MS they sent me an email like this This is a multi-part message in MIME format. ------_NextPart_251488089_boundary Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: base64 CkhlbGxvLCAKClRoYW5rIHlvdSBmb3IgY29udGFjdGluZyBNaWNyb3NvZnQgT25saW5lIEN1c3Rv bWVyIFNlcnZpY2Uu.................................................. ...Show All

  • Windows Forms TableAdapter no update?

    Hello! I have create an application with vs2005. I work to a sql server 2005. I have problem to bind my control, modify my dataset but when i try tu update my tableAdapter, my data are not updated. I have create my TableAdapter by design.My code: this .suppliersTableAdapter.Update( this .desktopInventoryDataSet.Suppliers); I have not error. Have you got any idea Best regards, Wavemill S ...Show All

  • .NET Development Access Denied with System.Security.Principal.WindowsIdentity.GetCurrent

    Hi, I have an asp.net page which has a method which call a .Net dll register like a COM object (with regasm). This dll open a word document and load some data, one of this data is de logon name of the user, now I have the next error message: System.ApplicationException: Access denied. at System.Security.Principal.WindowsIdentity._GetCurrentToken() at System.Security.Principal.WindowsIdentity.GetCurrent() This is in a Windows XP. ...Show All

  • .NET Development Microsoft ADO .net 2.0 Provider for Oracle

    My question is: Is there one available I can't find one at all!!!   Also, what other requirements are there Oracle client v 9+ I expect. I'm not sure what comes nad doesn't come with the C# Express addtion. When you try to add a reference do you see System.Data.OracleClient Dion. ...Show All

  • SQL Server After Install of 2005 still 2000 Engine!

    I have installed the new SQL Server 2005, but I see my local database as version 8.9.193, means SQL Server 2000. I do not know why setup did not upgrade it. What do I need to do now  I think some new options are now working because of that... Was your SQL Server 2005 installation successful   And did you do an upgrade, or a separate instance installation   Check to see if you have a second instance of sql server runn ...Show All

  • Smart Device Development How to get contact name by number?

    Take the emulator's number for example. I save the number 4250010001 as a contact named "Self". How can i get "Self" by the number "4250010001" And how can i get "Self" by "+14250010001" How to match them You can use the function IPOutlookItemCollection::Find to find the contact by number. For example, if you gave (425) 001-0001 as the Work tel numbe ...Show All

  • SQL Server SQL table properties reporting

    This is a very simple question to which I haven't yet found an answer. I've just started working with SQL Server, and would like to print out a report listing the properties (Ie. field types, length, description, etc.) of all of my tables. How do I do this Thanks in advance. There are probably far better ways to do this, and (disclaimer) I don't think MS would recommend querying the systems tabl ...Show All

  • Visual Studio Tools for Office Manged outlook add-in issue

    So I am having an issue with some code, that checks the mailitem.sendername and then moves it to a folder and then flags it. Just something simple, am using a switch statement to do the job... the code is as following: void ThisApplication_NewMail()         {             Outlook.MAPIFolder _inbox = this .GetNamespace("MAPI").GetDefaultFolder(Microsoft.Office.Inter ...Show All

  • Visual Studio Tools for Office Error on Visual Studio Tools for Office "v3" install

    Hi everyone!!! I was really excited with the release of the "v3" June CTP, and i directly go to download it, follow the instructions and then an error raised saying this: "Error 1937.An error occurred during the installation of assembly 'Microsoft.VisualStudio.Tools.Applications.Contract,Version="8.0.0.0",PublicKeyToken="b03f5f7f11d50a3a",Culture="neutral",FileVersion="8.0.50727.146",P ...Show All

  • SQL Server Security levels of CLR code when deployed to another server.

    Hi, My question kind of covers a couple of areas. I have written some SQL 05 CLR code that produces a single DLL file. I have specified that the code is 'Safe' e.g. it will not be carrying out any external assembly access or other file accesss. The code simply contains some stored procedures that will update/instert etc data from the database. The question is, how do I actually deploy the code to a a remote server Do i simply take t ...Show All

  • Windows Forms Online Application Problem

    Hi, I have a win form application which deploys a COM DLL on the client machine, registers it and calls a function from it. The COM DLL was in my bin folder of the application and i had added a reference to it to generate the interop dll. Then i had copied the COM DLL to the corresponding version folder in the virtual directory where i had publised the application. Then I added these files to the manifest using the mage ...Show All

  • Windows Forms Imitate DataGridViewTextBox behaviour to add rows

    I'm currently developing custom datagridviewcells and facing the following problem: When entering the last row in a databound datagridview (the "new row") and focusing a DataGridViewTextBoxCell the editmode is initialized and the grid waits for input. After typing the first char, a new row is created and the row is bound to that row. I need to imitate this behaviour WITHOUT typing. I developed a custom datagridviewcell w ...Show All

  • Visual Studio 2008 (Pre-release) Service calls a Service an fails

    Hi. I have a client that calls a service that then calls another service and fails. I get an: Unhandled Exception: System.ServiceModel.UnknownFaultException: There was no endpoint listening at http://localhost:4242/Alba/AdminService/ that could accept the message.  This could be caused by an incorrect address or SOAP action, among other things. If i call the second service directly by a client or call it in the Main() part of the first s ...Show All

  • Visual Studio Team System Team Build, static analysis

    Upon attempting to do a team build on a solution with static analysis, I get an error, "In order to perform Code Analysis on managed binaries, MSBuild needs to launch FxCop. MSBuild is unable to locate the FxCop binaries. Make sure Visual Studio Team Edition for Software Developers or Visual Studio Team Suite is installed and run MSBuild from within the "Visual Studio Command Prompt" or specify the path to FxCop by setting the FXCOPDIR environme ...Show All

  • Visual Studio RootComponent in IDesignerHost

    I am trying to access the Form in the current DesignerHost thru a macro. The following code almost works, but the accessing the RootComponent gives Remote Exceptions. Sub DesignerTest() Dim host As IDesignerHost Dim rootForm As Form For Each w As Window In DTE.ActiveDocument.Windows If ( TypeOf w.Object Is IDesignerHost) Then host = w.Object If ( TypeOf host.RootComponent Is Form) Then MsgBo ...Show All

©2008 Software Development Network

powered by phorum