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

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

jjuser

Member List

Sandra Geisler
Seven Know
Sr Rob
Jillaint
M-Studios
AntProgrammer
Mr.Sun
Cinni Patel
jchmack12
ElRomano
Neil Kronlage
Natebone
JanineL
Jaffi
Sabrecat
rlsharp
stewart05
L M
Keith Sirmons
Full_Metal
Only Title

jjuser's Q&A profile

  • Visual Studio Team System Project Creation Failed: Retrieving MSF methodology failed

    When I create a new project, I get the following error: Time: 04/26/2005 01:29:28.162 Module: Engine Event Description: Project creation failed Exception Type: Microsoft.VisualStudio.ELead.Common.Exceptions.ELeadException Exception Message: Retrieving MSF methodology failed Stack Trace:    at Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.EngineStarter.DownloadAndExtractTemplate(Int32 methodologyIndex)    at Micr ...Show All

  • SQL Server Using Xml data columns in Report Models

    I am working on a project where I need to expose some Xml data columns to a user that will be using the columns in Report Builder. I need to give the user the ability to query the nodes within the Xml data column. After creating the Data Source View, then opening up Report Builder - when I try to add the Xml column to the filter, I get a yellow warning icon next to the condition... Does anyone have any ideas on how to accomplish the task Cra ...Show All

  • Visual Studio MsBuild on server without VSTO

    We are using source safe to store our project files. Cruise Control is going to be our continous integration tool. Here's my questions : 1 - Is there anyway to use MsBuild without VSTO to build our project 2- When we try to install VSTO we have an error message because Office 2003 is not installed on the server. Is there a way to install it without having to install Office We want to have the less possible program running on the serve ...Show All

  • Visual C++ ftp question

    I am trying to write a simple method to download a few files from an ftp server but can't seem to figure out how exactly to use the FtpWebRequest Class or find any decent tutorial. Thanks Chrismanster wrote: I am trying to write a simple method to download a few files from an ftp server but can't seem to figure out how exactly to use the FtpWebRequest Class or find any decent tutorial. Thanks The M ...Show All

  • Visual Studio Team System Error during creation new project in Team Explorer

    When I try to create new project in Team Explorer, I receive error: Project creation failed with error: "Initialization failed for plugin(s):'Microsoft.Pcw.wss','Microsoft.Pcw.currituck'" with following log: 08/08/2005 11:50:53.648 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://as-cmp-1:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0.0300432 seconds 08/08/2005 11:50:56.05 ...Show All

  • Visual Studio Team System Importing Database Schema

    Hi, I have been tryng to import a database schema to a project which has about 3000 objects (tables, sp's, functions etc) it's taking ages (over 20 minutes and still waiting). The first attempt failed, are there any logs I can look at / switch on to see if there are any problems with the import process. Thanks It's fininshed took about 30 minutes to import, is this the normal kind of performace for this size of DB or is there so ...Show All

  • Windows Forms Table Locking

    Hi: In a datbase application,i have a balance table.i want to lock whole table in ado.net transaction.So that no user can insert,edit or delete from that table.Because in transaction this table is affecting 5 to 6 times.Can it be done in ado.net or& ...Show All

  • Visual C# Raise event from IE hosted windows user control and catch it in the Web Form that’s hosting the control

    Hi. I have a web app that uses a IE hosted windows user control. I would like that, somehow, lounch an external event from that hosted control that I could catch in my web form’s code behind. If possible, please send me a small sample project ( bozesan_mihai82@yahoo.com ). But, of course, I would appreciate any suggestions! Thanks in advance! Hi! Launch event from client side to catch in the server side You need t ...Show All

  • Visual C# Error during reflection - dependancy not found

    Hi guys, When attempting to create an instance of a type, in an assembly I am getting an error saying that a referenced assembly, or one of it's dependencies cannot be found. I decompiled the assembly using the ildasm tool and copied all the referenced assemblies into the same folder but it doesn't seem to have fixed the issue. Any thoughts I'm getting pretty desperate, as if I can get this to work I'll have finished a major project. Th ...Show All

  • Visual C# 101 Samples for Visual Studio 2005

    Hi, I wonder if anybody can maybe help me. I recently downloaded the "101 Samples for Visual Studio 2005", from the following link http://lab.msdn.microsoft.com/vs2005/downloads/101samples/default.aspx I wanted to test and see how Datasets work in the new SQL Express. The application that I was testing is called "Reading and Writing Images from a Database", and is located in the Data Access folder. When I run the application, I can select a new ...Show All

  • Software Development for Windows Vista Network DTC issues

    Hi, I'm having the same problem too and there's no VPN involved in my situation. The client machine (XP SP2) has the firewall turned off and security configuration settings are as per the earlier message (Network DTC Access on, remote clients allowed, inbound/outbound communication allowed, no authentication required, running as Network Service) . The error is: Problem:fail to invoke remote RPC method Error(0x5) at dtcping.cpp @303 - ...Show All

  • Visual Basic Not Focusing!

    I want RichTextBox1 in Form1, my startup form, to be focused when Form1 is loaded. But for some reason, it isn't getting focused! I'm trying to do: Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load RichTextBox1.Focus() End Sub If you move the code to the Form1_Shown event it should work fine. Hope that helps, Jonathan Aneja The VB Team ...Show All

  • Visual Studio Team System Project creation failed with error:"Initialization failed for plugin(s): 'Microsoft.Pcw.wss', 'Microsoft.Pcw.currituck'"

    During creation new team project from Visual Studio 2005 I get Project creation failed with error:"Initialization failed for plugin(s): 'Microsoft.Pcw.wss', 'Microsoft.Pcw.currituck'" message with log: 07/08/2005 10:43:00.938 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://as-cmp-1:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 07/08/2005 10:43:00.938 | Modul ...Show All

  • Visual Studio Team System Reports show no data - but it's there! Really, it is.

    After moving my single-server TFS installation to new hardware, rather than moving the Reporting services databases and messing with encryption keys and instance IDs, I simply re-creating the reporting sites for my projects using the TfsUploadReports tool that's in the RTM migration kit. That all seemed to work fine, except for one thing:  the reports aren't showing any data!  I can see all my work items from Team Explorer, as well ...Show All

  • Windows Forms ActiveDocumentHost Control in Whidbey

    The ActiveDocumentHost control has been removed in the Whdbey final release, which was there in whidbey beta release. And I heard that the control will be released as a sample from Microsoft. Is anyone aware of any probable dates for this sample I'm not aware of a date for the sample, but there's an Office Framer Control at http://blogs.msdn.com/erikaehrli/archive/2005/08/26/hostofficeinnet.asp ...Show All

©2008 Software Development Network

powered by phorum