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

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

Airex

Member List

Asistacular
Nikolay S
RTN
odujosh
PlanetCoder
JerPC
Alex
W_F
Craig Paterson
japreja
RanA69826
Caleb Vear
heavenly
jbella
Nasut Peraah
venutm
marrik
Alemir
Mike Richer
MrBillNJ
Only Title

Airex's Q&A profile

  • Visual Studio Express Editions CS0246: The type or namespace name 'Constants' could not be found

    I'm using Visual Web Express and i'm including a c# file named Constants to access the common functionalities. The C# file is included in App_Code directory and when i access the c# file using the code below it shows the error: Compiler Error Message: CS0246: The type or namespace name 'Constants' could not be found (are you missing a using directive or an assembly reference ) public partial class _Default : System.Web.UI.Page Line 20: ...Show All

  • Visual Studio Partial rebuild of a target?

    Hi I'm using batching on a custom task to call the GNU C-compiler to compile a bunch of files, something like this: <ItemGroup>    <SourceFiles Include="*.c"/> </ItemGroup>   <ItemGroup>    <IntermediateFiles Include="@(SourceFiles->'$(INTDIR)%(Filename).o')" /> </ItemGroup>  <Target Name="Compile"    Inputs="@(SourceFiles)"    Outputs="@(IntermediateF ...Show All

  • .NET Development Problem with Disposing pictures, objects, anything.

    Maybe someone will know my solution. I'm a newbie to visual c++ programming. Anyway my dispose method never works for any objects. My code for example would be to create a picture here's the very top private: System::Windows::Forms::PictureBox^ pictureBox1; heres the initialize components this->pictureBox1 = (gcnew System::Windows::Forms::PictureBox()); (cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->pictu ...Show All

  • SQL Server Query Visual FoxPro .dbf files from SQL Server 2005 (64-bit)

    I need to query a foxpro database from a new SQL Server 2005 (64-bit) instance Running on a 64-bit Windows 2003 Server. I can't find an ODBC driver, only the OLE DB one. I install the OLE DB and it creates the appropriate registry settings, but it doesn't show up. Please help, I'm probably not on the right track, but I don't know where to go from here. Any and all attempts at helping are greatly appreciated. Thanks, jim ...Show All

  • Windows Forms Conversion issue: Image>Byte array>Image

    Heres the code I have: Dim objTheStream As MemoryStream = New MemoryStream Dim objPhoto As Image = pic_PhotoToUpload.Image() With objPhoto          .Save(objTheStream, System.Drawing.Imaging.ImageFormat.Jpeg) End With Dim objByteToSend(objTheStream.Length) As Byte objByteToSend = objTheStream.ToArray() Dim objPhoto2 As Image Dim objTheStream2 As MemoryStream = New   MemoryStream(objByteToSend, 0, ob ...Show All

  • Visual C# Getting date without the time

    Hi I would to be able get the date but not the time. I currently use gerdate() but it returns for example 09/09/2006 16.34.56 but all I owuld like is just 09/09/2006 can this be done I have tired looking on msdn but I could find nothing that I could use. Any help would be a great help Ok I have a problem where I have am trying to compare two dates. The first time is declared as DateTime CurDate = D ...Show All

  • SQL Server Tell to split on change of ID

    how can I tell the conditional component to split the records based on change of hdr_HeaderID http://www.webfound.net/split_on_headerid.jpg let me know if you need more info...   You can't. The conditional split works row-by-row. You would need to use a script component to do that. -Jamie ...Show All

  • Visual C++ _strtime C3861 error

    Hi guys, sorry to ask such a newbie question but when I try to build code which uses the _strtime() function I get a C3861 error. The time.h header is included and so I can't understand why the compiler would not recognise the function. What is even more confusing is that when I right on the offending function and select go to declaration it takes me straight there, so I'm thinking 'well. the IDE knows where the header is so what's the problem ...Show All

  • Smart Device Development Empty VS 2005 environment variable &quot;CESubsystem&quot; &amp; &quot;CEPlatform&quot;

    I have installed Visual Studio 2005 Beta 2 on a WinXP system with SP2 ( Say SysProblem ). I had installed it using the same Beta DVD on another WinXPSP2 system earlier ( Say SysCorrect ). To develop apps using windows mobile 5.0 SDK for smartphone, I have installed tools prescribed in the following page in the order given. http://msdn.microsoft.com/mobility/windowsmobile/howto/windowsmobile5/install/default.aspx On SysCorrect , I then  u ...Show All

  • SQL Server How can I connect to Microsoft SQL Server 2005 CTP with Microsoft SQL Server 2005 Express Manager?

    I installed Microsoft SQL Server 2005 Express Manager and connect to SQL 2000 normally but when I connect to Microsoft SQL Server 2005 CTP, I failed! when I open SQL Configuration Manager, I find the SQL Server had been running, after I opened "Attribute" window, I find "This account" box had been checked, and "NT AUTHORITY\NETWORK SERVICE" was displayed in Account Name edit box, "**********" was displayed in "Password" edit box. I think that t ...Show All

  • SQL Server Error when using VariableDispenser in a custom task.

    Hello, I am building a custom component and am trying to access variables from within it. I have the following code: Dim vars as Variables = NOTHING Me .VariableDispenser.LockForRead("User::Variable") Me .VariableDispenser.LockForRead("System::ContainerStartTime") Me .VariableDispenser.GetVariables(vars) ... ... vars.Unlock()   It blows on the call to GetVariables with the following error: "Unable to cast COM object of type 'System_ ...Show All

  • Visual Studio Team System Creating project bombs due to lack of admin sharepoint rights

    I've been trying unsuccessfully to configure users of TFS to be able to create new projects. I continuously get an error message (below) that the domain user accounts do not have administrative priviledges in SharePoint. Assume a single server install. Here's what I have tried: 1. New user account Xuser is created on domain. 2. Xuser is added as a Team Foundation Administrator. 3. Xuser is added as a Content Manager to Reporting Services 4. ...Show All

  • .NET Development connection string with password in sql....

    how to protect the server information and password of the server if you want to use connection string property to save the connection......as password and other info are saved as plain text in .net any body can access them through disassemble     i have studied the enterprise examples those are really good but i have one question.... DPAPI has threem encryption states 1-Machine Mode 2-User Mode 3-None First two are machine a ...Show All

  • SQL Server AdventureWorks database not seen by Management Studio Express CTP

    When I install AdventureWorks.db for SQL Express, it runs without errors. The database files (data and logs) are in the SQL Express 2005 data directory. However, I can not see the database in Managment Studio Express CTP. I've tried repairing and uninstall/install again. Does not help. I have SQL Express 2005 cleanly installed. I have the pubs and Northwinds databases cleanly installed. (I was able to execute the queries that came for instal ...Show All

  • Windows Forms DataGridViewComboBoxColumn

    I have created a DataGridViewComboBoxColumn in a DataGridView control. How can I populate the ComboBoxColumn with some data which contains in a database table How can I get the selected item of the ComboBoxColumn Please help me out from this problem with some sample VisualC# code. ...Show All

©2008 Software Development Network

powered by phorum