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

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

JPC16

Member List

Svetlana Simova
Takashi Toyota
KaiserSozeTR
MaggieChan
RobZeilinga
glooey
tonofit
hazz
NozFx
brenzy
Siteadm
Thomas Pittman
andyhull
kfindev
Thor78
CallahD
reichard
stefaan_meeuws
efratian
SGriffiths
Only Title

JPC16's Q&A profile

  • SQL Server SQL Compact and OleDb Datasets

    I am considering using SQL Compact in a new project, but during my testing I run into the weirdest errors. I don't want to use the specialized SqlCeConnection, but rather OleDbConnection so the application supports any database (theoretically). I cannot get it to work with datasets though. In my small testapp, I can create tables, insert data and get data with raw sql sentences and OleDbCommands. But when I try to use a Dataset with DataAdapters, then I receive weird errors like: When I run DataAdapter.Update: System.Data.OleDb.OleDbException was caught Message="The given type name was unrecognized. [,,,,,]" Source="Microsoft SQL Server 2005 Everywhere Edition OLE DB Provider" ErrorCode=-2147217872 When I try to Conf ...Show All

  • SQL Server Performance problems when starting the NS-Instance

    Hello, I've migrated a notification service solution from SQL 2000 to SQL 2005. The solution works fine but when I start the NS-Instance on SQL 2005 the CPU goes up to 100% and stays there. I could not follow the migration advice on MSDN because the new SQL 2005 DB is on a different server than SQL 2000. So i figured out my own workaround. The solution works fine but I don't know why the CPU goes up on 100% !! Here's my migration szenario: 1. I made a backup of the two instance databases from SQL 2000 2. On a diferrent server I installed SQL 2005 3. I adapted the ADF-file (changed the notify syntax and in my case new server name and paths) 4. In SQL mmanagement Studio 2005 I created a new Instance with the adapted ADF-file 5. I Restored t ...Show All

  • Visual Studio Express Editions Two Questions - Webbrowser and animation

    Hi there, I have two questions you might know the answers to ... Is it possible for VB to click on current objects in a webbrowser (On the webpage) and if it is, can you please give me a snippet or webpage reference Is it possible to get moving animation on your screen If so please state how Thanks in advance, AliQ EDIT - EXTRA QUESTION Is it possible to move the mouse through code actually to move the mouse you could just recreate the point on the Cursor class without having to P/Invoke and make unnecessary calls Cursor.Location = new Point( x, y ) ...Show All

  • .NET Development Can the DNS class be used to access a specified DNS server?

    I need to query an arbitrary DNS server not just the default DNS server setup for my machine. This is similar to the capability of NSLOOKUP where you can use the SERVER command to tell NSLOOKUP to use a specific server. I couldn't find any interface to DNS that lets you specify an alternate server. Thats correct. Currently The Dns class does not support this because we use winsock. You will have to mimic this Nslookup behavior by P/Invoking into the native DNS NSP API calls that NsLookup makes for this functionality. ...Show All

  • Visual C++ "cannot use this type here without a top-level '^'"

    When I try to compile this code: // Connect.h : Declaration of the CConnect #pragma once #include "resource.h" // main symbols #using "Interop\Interop.Outlook.9.0.dll" // CConnect class ATL_NO_VTABLE CConnect : public CComObjectRootEx<CComSingleThreadModel>, public CComCoClass<CConnect, &CLSID_Connect>, public IDispatchImpl<AddInDesignerObjects::_IDTExtensibility2, &AddInDesignerObjects::IID__IDTExtensibility2, &AddInDesignerObjects::LIBID_AddInDesignerObjects, 1, 0>, public IDispEventSimpleImpl<1,CConnect,& __uuidof (Outlook::ApplicationEvents)> { public : ... I get this error: Outlook:: ApplicationEvent ...Show All

  • Visual Studio Team System ConverterException TF60087 Failed to initialize user mapper

    Hi, I've never had this problem of migrating to Team Foundation but today, its taken exception to my user name. Its saying that the user name in my usermap file is invalid. This is running the VSSConverter comman. The thing is, using the same user name and password to login into the Visual SourceSafe Admin, i have no problems opening the application. Am i doing something wrong Can i get some help ...Show All

  • SQL Server Copy Table and data for each table

    I Have to archive my transactional data in to the reporting database every day , where in I need to add new records and update existing records for every table in the database. How can I achieve this for every table in the database with out having to write a task or package for every table. The package has to be self maintaining such that when ever a new table or column is added to the transactional database it needs to be added automatically to the reporting database. Please advice. ...Show All

  • Visual Studio Tools for Office Microsoft Access Run-time

    Hi all, I have already purchased Microsoft Visual Studio 2005 Professional Edition. However, for one of my projects, I need the Microsoft Access Run-time. I know that Visual Studio Tool for Office has this feature. But instead of buying this whole suite, which basically only for that Microsoft Access Run-time while my current VS 2005 Pro Edition already has all the languages stuff, is there an add-on that I can buy to just get the MS Access Run-time Hi Monte, I think you'll have a better chance getting this question answered on the Access newsgroup: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.access.gettingstarted&lang=en&cr=US Folks on this forum are geared towards ...Show All

  • Visual Studio Sand Castle with ASP.NET 2.0 Applications

    Hello, I am developing asp.net 2.0 application and want to use sand castle for documentation purpose. Sandcastle takes in dll as the input. I am not compiling the application in to a dll but thinking of deploying the application on the server by copying the folder. So how do i develop the documentation. Kindly help me out. Thanks!! SqlNew Hi!!.. I am raja ..developing ASP Applications.. I think Every Website has its Own logo, to display on the broser header ,just beside the Title.. For Ex: Gmail is Having "G" as logo, rediff is Hacing "r" as its logo.. the doubt is , how to set that logo with the title..in the ASP.NET Pages... ...Show All

  • SharePoint Products and Technologies Getting the site content type coulmns failed

    That is the message what I see when trying to publish my InfoPath Form to the server. Everything worked fine with an ordinary site, but at this time I tryed to publish it in PWA. I guess there is no difference between them, but the issue still confuses me. The form library, which I created for this kind of templates has an " Allow management of content types " option set to Yes. Also I created a content type named Form and added a standard columns to it. But the problem still exists. Any suggestions are kindly appreciated. Sincerely yours, Andreas. I don't understand the nature of this problem, but I've managed to get around this problem by simply publishing the form template to anot ...Show All

  • .NET Development onClientClick

    hi I have a GridView with a template button column. I want to set visiblity of the button that is clicked to false using OnClientClick property. and I dont know how to reach the clicked button with code. thank you in advance ...Show All

  • Visual C# Visual Studio 2005 Locks / Freezes with devenv 100% - CSS Problem?

    I spent a few hours trying to figure out this issue and I narrowed it down to VS 2005 having a problems with CSS. In a project I started recently I have an ASP.NET page that anytime I go into design mode and drop a control on the page VS 2005 will freeze with devenv going to 100% and sometimesy VS 2005 crashes if it does not I have to kill the devenv process. This happens anytime I go to design view or drop a control on the page. I found that when I removed my references to my .css file the problem stopped and I could add controls and go into design view. Then if I add my css link back in the IDE freezes again. This code is no different that what I would have done in VS 2003. Can anyone help me out on this issue Thank you, Patrick Her ...Show All

  • .NET Development DirectoryServices 2.0 and DirectoryEntry.New(...)

    If I do this: dim de as new DirectoryEntry("LDAP string", Nothing, Nothing) Will the constructor use the current user's credentials I'm having an issue concerning the problem listed here: http://forums.asp.net/thread/1343670.aspx It should. This is a link to how I authenticate against the active directory with vb 2005. ...Show All

  • Smart Device Development How to deploy pocket pc application to device and necessary prerequisites before deploying

    Hi I wanted to test pocket pc application on device. But I have basic queries like, What are softwared I should install before testing on device vs.net tool provides an option deploy on to device, is the way to test or we should deploy on to device by making setup file. I have already taken vs.net 2005 and SQL Developer 2005 authorized( Licensed ) copies. Framework, SQL Mobile comes as part of VS.NET 2005, those are helps me to install on device or any other s/w is required Please suggest any one with little details, I would appriciate your time and reply. thanks, Is there a way to initiate uninstall in pocket pc using .msi And delete all files as well such as log files, config files and director ...Show All

  • Visual Studio Express Editions problem with .exe file of vb.net project

    why cant i open my vb.net project .exe file on another computer(were connected on a network) How can i make an installation file for my vb.net project so that i can install it on a remote pc. thanks very much The .NET Framework should be installed on the remote PC. Without it the PC will not be able to run .NET applications. Just install .NEt Framework Redist. package (download from microsoft). ...Show All

©2008 Software Development Network