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

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

MadamJ

Member List

__ButterFly__
BradO
WolfgangEngel
Option
TwoSixTwo
walter_verhoeven
EdLost
Vivek Natani
Stéphane Beauchemin
Richard Proudfoot
Andy Champ
jh0483
David Botz
MShetty
ALFKI
Malleyo
Cyber Sinh
Binco
aztec2_step
RobertKangas
Only Title

MadamJ's Q&A profile

  • Visual Studio Team System changing Default Collation in Project Properties of database properties

    I created a new project and mistakenly set the default collation for the project to SQL_Latin1_General_CPI_CS_AS instead of SQL_Latin1_General_CPI_CI_AS to match the Server default. When I attempt to modify the project property, a Warning dialog is displayed stating "If you change the collation of the project, your sql files must be reloaded. Are you sure that you want to change the collation of the project " with Yes/No buttons. I am not sure what reloading the sql files means, but it does not sound good if I need to do anything to manually associate all the sql files back into the project. We are currently avoiding changing the Default collation property of the Project by setting the Deployment default collation property ...Show All

  • SQL Server Configure Report Server with SQL Server Express with Advanced Services.

    I'm having a world of trouble with the Reporting Services Server. The install went fine. I went in to configure the Report Server and when creating the Report Server and the Report Manager virtual directories I get the following error: "The virtual directory could not be created. The previously set virtual directory will still be used." The problem with this is that I have not previously set a virtual directory. When clicking on the link I get the additional error information: "System.IO.FileNotFoundException: at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, Invok ...Show All

  • Visual C++ DWORD_PTR

    I checked and tried what you both said. The declaration of windows.h was ok. I tried to compile the simple app with only a declaration of a DWORD_PTR #include <windows.h> int main( int argc, char **argv) { DWORD_PTR i; return(0); } Here's the errors (i disabled the precompiled option (/p) for this list) Thanks again Output Window Compiling... StdAfx.cpp Note: including file: c:\hydrotel\code\hydrotel_2004_07_09_console_avec_dll\hydrotel_2004_07_09_console_avec_dll\stdafx.h Note: including file: C:\Program Files (x86)\Microsoft Visual Studio 8\VC\atlmfc\include\afxwin.h Note: including file: C:\Program Files (x86)\Microsoft Visual Studio 8\VC\atlmfc\include\afx.h ...Show All

  • SQL Server Monitoring a folder for a file - start ssis

    Hi I want my package to monitor a directory for a file and when it detects one it will start processing the file. Any help would be appreciated Regards Ants You can use the WMI task to do this. There is a sample in BOL. Or, you can download the fileWatcher Component. http://www.sqlis.com/default.aspx 23 ...Show All

  • Visual Studio Express Editions ...

    How do I check if a URL is valid indeed I have and given a response to it - the PING class only pings the webserver, not the webpage but now also see from your last post after reading mine, you edited your post to include a URI checker but the user wants to know how to check if the webPAGE exists ...Show All

  • .NET Development What happened to App.Config files in VS 2005 ?

    I'm not sure where the proper place for this question is, but I have been using Visual Studio 2005 for a little while now, and I noticed that there are no more app.config files. What happened to them What replaces their functionality Is there any good documentation you can point me to on where this went Thanks Nay, the CF does not natively support config fie however there do exist home grown solutions to do this such as this one on Code Project . ...Show All

  • Visual C# Vb.Net in C# application

    hi all Is it possible that we can use vb.net Form in a c# application , i have a Vb form and i want to integrate in my c# desktop application i am using visual studio 2003 with Framewrok .1.1 Thanks Zubair Sure you can do it, Compile that VB code into dll (Class Library Project), add a reference to that created library in C#. And you can use that! Any further help needed Best Regards, Rizwan ...Show All

  • Visual Studio Problem with a new resource (image)

    hello. A question please. I have MS v6.0. I have a problem when I want to insert a resource (image) in the project. It asks to do a full check out of the project. Is that normal Any idea > Must I do a full check-out of the project each time I want to add a resource Thanks... Yes. You must checkout the project file so that Visual Studio can write the location of the new resource. You can see this yourself by diffing the project file before & after adding the resource. ...Show All

  • Visual Basic Web Browser Popups

    Hello everybody, I have created a successful webbrowser in VB Express Edition 2005, with all controls (back, forward, stop etc..). Yet when a link is clicked which opens a new window on a website, it always opens in internet explorer... how can I prevent this from happening Thankyou Ben I understand that but what I am have the problem is when a link is pressed on the web it opens in Internet Explorer, I dont put the link in for it to navigate to the webbrowser. What line of code do I need As you can tell im a n00b to this! Thanks so far, Luke. ...Show All

  • Windows Forms prevent clicks from being queued when form elements have enabled=false and Me.Cursor=WaitCursor

    All-- Please help. I want to prevent clicks from being queued when form elements have enabled=false and Me.Cursor=WaitCursor. Right now, I have the code below and everything works EXCEPT the fact that the clicks on the button when the GroupBox.Enabled=False are queued and are actually executed as soon as the GroupBox.Enabled=True is set. So, what can be done to prevent the queuing of those clicks Please advise. Private Sub Button1_Click( _ ByVal sender As System.Object, _ ByVal e As System.EventArgs _ ) Handles Button1.Click Try Me .Cursor = Forms.Cursors.WaitCursor Me .MainGroupBox.Enabled = False 'do some work Catch ex As Exception Me .HandleError(ex) ...Show All

  • Visual Basic codes to start reader

    i am using the vb.net 2003 to write a rfid programme. i would like to ask lets say i have a button start reader. what codes do i put inside to startup the reader   are this codes correct Private Sub startReader() Try rdr.start() 'tmrInView.Enabled = True Catch ex As Exception MsgBox(ex.Message) End Try End Sub thanks ok. so as long as i put this codes under my start button it will call my reader what about the codes to end reader how do i write it thanks ...Show All

  • SQL Server Service Pack 1 -- account information could not be verified

    When installing Svcpack 1 ontop of my 9.00.1399.06 RTM Developer Edition I get the following error everytime: --------------------------- Invalid Login Information --------------------------- Your account information could not be verified for one or more instances. Ensure that you can connect to all the selected instances using the account information provided. To proceed further deselect the instances to which connectivity cannot be established. --------------------------- OK   --------------------------- I have followed all possible suggestions on the following post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=358003&SiteID=1 but nothing works.  I'm running as the local admin on t ...Show All

  • Visual Studio MSBuild behaviour is different from Normal Visual Studio Builds

    I read somewhere that VS 2005 uses MSBuild internally to build projects, But I found one discrepencey between build outputs by VS and MSBuild Try creating a simple project, declare a Datatable, or a DataSource variable and remove the default added reference to System.Xml under project properties Public Class Class1 Private data As DataTable End Class Try to build it, it will give error that it needs System.Xml, now to get rid of error you need not add reference to System.Xml, do following: add another project in the solution, and rebuild, it builds fine. Strange....isn't it I know another added project has default reference to System.Xml in it, but how can it affect the building of earlier project Whatever ma ...Show All

  • Smart Device Development CAPICOM Usage on WM5.0 & CF 2.0

    Hi, I have created a wrapper over the capicom.dll which microsoft is providing as a dll. I am able to use it properly on the .NET FrameWork. When i try to use it on WM 5.0 Emulator it is giving me class not registered error. I had created wrapper using tblimp.exe which microsoft suggets to do it. Is there any thing specific procedure to follow for CF or am i missing somthing Please help me out on this I’m not quite sure I follow… I don't see problems in the link. On the contrary, it describes a solution. ...Show All

  • Visual C++ Dependency UML Design

    I am new to C++ and UML design. I have been given a UML design which shows a dependency between two classes. I was wondering how is that coded in C++. You should start reading something on UML design. I recomand columns written by Robert Martin. http://www.objectmentor.com/resources/listArticles key=author&author=Robert%20C.%20Martin (look up for those about UML) ...Show All

©2008 Software Development Network