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

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

veryhotsausage

Member List

Vipul Patel - MSFT
rhunt
Patrick24601
mr hamed
Valerio
rtmos
MICROMAURICIO
kppraki
Khanh.p
thomp361
wistful_donkey
russk
RichardBlewett
Claudio Rossi
m.mirzakhah
Tony The DBA
Prakash.A
argodev
jim_cool
L. Lysaght
Only Title

veryhotsausage's Q&A profile

  • .NET Development webcast on remoting

    anybody knows any webcast on Remoting using vb.net.If yes pls let me know. thankX. there are lot.... http://www.microsoft.com/events/webcasts/calendar/monthview.aspx ...Show All

  • Smart Device Development Trying to send a message to a control, whats wrong with this code?

    Good day, I'm trying to send a message to a control using this code... but somethings wrong with it...  Is this even possible Thanks. Code Below:   [DllImport("coredll.dll")] private static extern IntPtr GetCapture();   numericControl.Capture = true ; IntPtr Hwnd = GetCapture(); numericControl.Capture = false ; Message msg1 = Message.Create(Hwnd,0x0201,(IntPtr)(1),(IntPtr)(1)); MessageWindow.SendMessage( ref msg1); You can try to call the mouse_event instead: http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcepoint/html/_wcesdk_win32_mouse_event.asp ...Show All

  • Visual C++ error LNK2019:unresolved external symbol

    Hi guys!! I have a big, big problem. I'm using Visual C++ 2005 and i'm tryng to compile 2 projects one is a library .lib and in the other one I put my function Main: this is the code: Proj1 : .h #include <iostream> using namespace std; template<class T> class Test { friend ostream& operator<<(ostream&, Test&); template<typename T> friend ostream& operator << (ostream&, Test<T>&); }; and in .cpp : #include "TestMicro.h" template<typename T> ostream& operator<<(ostream& os, Test<T>& tt) { return os; } PROJ 2: Main function #include "TestMicro.h" int ...Show All

  • .NET Development C# CodeCompiler errors

    Hi, I am trying to compile dynamically generated C# source code. However, I am having trouble getting the code to work properly due to referenced assemblies not being found. I have tried setting the CompilerOption "/lib:path_to_find_assemblies" but then get a compiler error CS2008 No inputs specified. I have set the CompilerParameter property GenerateInMemory to true, but the compiler still writes the assembly to disk. Also it seems as though one can't specify where the generated assembly should be created. Here is a snippet of my code:             CSharpCodeProvider provider = new ...Show All

  • SQL Server Problems with SQL 2005 Export Wizard

    I am trying to transfer data from SQL Express to SQL Server 2005. The data is from Paypal Commerce Starter Kit from ASP.NET site. I have tried several options (Optimize for many tables, Run in Transaction). However the data is not exported. This is the error I am getting: TITLE: Operation stopped... ------------------------------ The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails. --------------- ...Show All

  • Visual Studio Render LocalReport to EMF for printing

    Hi,    I'm trying to render a LocalReport in EMF format, but I get an zero-length string array at the   out string[] streams    parameter. Warning[] warnings; string encoding; string mimeType; string[] streams; reportViewer1.LocalReport.Render("IMAGE", "<DeviceInfo><OutputFormat>EMF</OutputFormat></DeviceInfo>", out mimeType, out encoding, out streams, out warnings); I get an zero-length string array at the   out string[] streams    parameter, am I doing anything wrong Thanks, Juan The return value of the Rend ...Show All

  • .NET Development Reading TextFile and execute command for SQL

    Hi. I was not sure where to post this, if it should be here or in the SQL subforum but I thought it would be here since it is an IO thing. OK, I am creating a "management" panel for a WinForms app, C# .NET 2.0 and running SQL Server 2000 SP4 Now I have generated an SQL Script from SQL to create a database. This works fine, as I have copied the text into clipboard then pasting it in the Query Analyzer, did a syntax check and executed the script, works perfect no errors. So I then save this to a textfile. My application will create the database. In order to create the database, it needs the script commands. So I u ...Show All

  • SQL Server Pre-Execute AcquireConnection method call fails inside Sequence Container (transaction required)

    I've created an SSIS package that contains a Sequence Container with TransactionOption = Required. Within the container, there are a number of Execute Package Task components running in a serial fashion which are responsible for performing "Upserts" to dimension and fact tables on our production server. The destination db configuration is loaded into each of these packages using an XML configuration file. The structure of these "Upsert" packages are nearly identical, while some execute correctly and others fail. Those that fail all provide the same error messages. These messages appear during Pre-Execute [Insert new ...Show All

  • SQL Server SQL Server 2005 Express fails to install on Windows XP Home Edition

    Hi all. I've been trying to install SQL Server 2005 Express on my XP Home laptop computer but it always hangs detecting iis. Is there a way to fix this Thanks anyone. Jose Guay Hi, IIS shoudln’t be a problem, did you try to shutdown the IIS first and install then SQL Server Express (although I didn’t had this issue yet) HTH, jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Forms Express Editions!?!? What?

    I just saw the latest Microsoft This Week Newsletter in my email banging on about VS.Net 2005 Express Editions.  As I understand this from reading the mail it's cutdown versions aimed at students and hobbyists.  The question is will these editions replace the Standard editions of the current products like the ones I use Yes I am a student and hob ...Show All

  • Visual C++ CGdiObject error C4482

    While compiling a project that 100% clean compiles under VC6, I am getting the following error: e:\program files\microsoft visual studio 8\vc\atlmfc\include\afxwin.h(259) : error C2248: 'CObject::operator =' : cannot access private member declared in class 'CObject' e:\program files\microsoft visual studio 8\vc\atlmfc\include\afx.h(540) : see declaration of 'CObject::operator =' e:\program files\microsoft visual studio 8\vc\atlmfc\include\afx.h(510) : see declaration of 'CObject' This diagnostic occurred in the compiler generated function 'CGdiObject &CGdiObject::operator =(const CGdiObject &)' There is no reference to the line o ...Show All

  • Visual Studio Express Editions Using Classes and Structs

    I am confused on using Classes and Structs. Can anyone shed light on what MS has changed about them example this code generates a ton of weird errors #include <windows.h> class CIGECORE { public :     LPSTR sAppTitle;     int iPosX;     int iPosY;     int iWidth;     int iHeight; };   That would be Gdi32.lib.  FWIW, I just googled GetStockObject, the first link is MSDN, and the MSDN page at the bottom tells you what to link to ( if you ever have these sort of troubles again ).  I tried a couple from ...Show All

  • Windows Forms datagridview checkbox column bound to bit field

    I have a datagridview checkbox column bound to a bit field in sql server.  When I try to update the table using: this .c_request_itemTableAdapter.Update( this .DataSet.c_request_item); I get the error: Cannot insert the value NULL into column 'item_type', table 'C:\\VISUAL STUDIO 2005\\PROJECTS\\ENPATH1\\ENPATH1\\ENPATH.MDF.dbo.c_request_item'; column does not allow nulls. INSERT fails.\r\nThe statement has been terminated. The table supplies a default value of (0) for the field.  the checkbox column in the dgv has the following properties: FalseValue = false IndeterminateValue = false TrueValue=true then under the DefaultCellSt ...Show All

  • SQL Server SQL Server 2005 Database Diagrams

    This question has been asked several times on this forum, but none of the answers I've seen have worked for me. I just upgraded from SQL Server 2000. The error I'm getting is: does not have a valid owner. To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a valid login, then add the database diagram support objects. This is a new database I created in SQL Server management studio. It's set to 90 compatibility level. I've tried the "alter authorization" command, which works, but it has no effect (the error is still returned). The o ...Show All

  • .NET Development Process.StartInfo.Arguments

    I am trying to GET the arguments that were used to start a process (console app). But it always seems to be returning empty string. Is there a way to get the command line arguments that were passed to start a process Example: Lets say I opened "notepad" using a file name on the command line. Then I need a way in .NET to get the file name value that was passed to this process. string sProcessName = "notepad" ; foreach( Process oActiveProcess in Process.GetProcessesByName ( sProcessName )) { // Get the parameters passed to the process when it was started Console.WriteLine( " => " + oActiveProcess. ...Show All

©2008 Software Development Network