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

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

Beelzebub

Member List

DonBaun
AndrewSiggemann
Heffo
Endre Oláh
MikeSmo
RVNL
henrynp
KC-Jenner
digitaldesignstudio
Cynicszms
Dorkboy
Whyer
Albert Pascual
codesergeant
jdkulkarni
perfect_alcon
Chilenazoo!
DMukaiwa
Ananth Iyer
Sergio Olveira
Only Title

Beelzebub's Q&A profile

  • Visual Studio BuildAction property for a ctc file does not contail the CtcFile property

    Hi, I'm trying to remove the depenendency of my Package on a satellite dll. I did this by creating a resx file and adding all the necessary strings, ico, images etc. I proceeded to add the [MsVsShell. PackageRegistration (UseManagedResourcesOnly = true )] attribute to my package. I then moved the ctc file for the assembly from the satellite dll project to my main package project. The "Build Action" property for my ctc file, however, does not pr ...Show All

  • Visual C# AxWebBrowser

    Hi! How I can I submit an HTML form in AxWebBrowser I tried: HTMLDocument doc = new HTMLDocumentClass (); doc = (Bongeszo.Document as HTMLDocument ); doc.forms[0].submit() doc.forms(0).submit... So, can u help me what is the name of the function Many thanks! Regards! ...Show All

  • SQL Server SqlCeConnection guidelines - keep it open?

    What is exactly the recommended way of using a SqlCeConnection object in your application In all the examples I see (IBuySpyDelivery for example) it opens the connection object in the constructor and leaves it open most of the time until the class gets disposed. Is that the way to do it Or should you open and close the connection for each database action (insert/select/delete) you're doing on the local SQL Mobile database I'm a bit conf ...Show All

  • SQL Server How to link 2 sql server 2000 via internet ?

    Hi, I've 2 SQL Server 2000 EE (A & B). Both are connected to internet but not in the same LAN. How do I insert a row triggered from A to a table in B If I've both SQL Server 2005 Express in the same setup above, is it possible to setup as above Advice pls...TIA ! With SQL server 2000 you would have to look at something like linked servers or replication over the internet, in SQL 2005 I would u ...Show All

  • Visual C++ Unexplained stack\heap overflow

    Hi everyone I'm having a little trouble with an MFC application, SDI, pretty simple stuff. However, the running of the app is absolutely crippled by stack\heap overflows. They appeared one day - I have no idea what has caused them - but most strangely there seems to be no real pattern to when they occur in the program execution. It's usually upon closing a dialog box which is used to alter strings in a CTypedPtrArray. A breakpoint is triggere ...Show All

  • .NET Development COM+ LC Event - Transient Subscription

    I am getting " An event was unable to invoke any of the subscribers (Exception from HRESULT: 0x80040201)" on what appears to have been a properly subscribed transient event.    I have an Event Class in a signed library, LceEvent.dll, registered in COM+ via             regsvcs LceEvent.dll Imports System.Runtime.InteropServices Imports System.EnterpriseService ...Show All

  • Smart Device Development Web service issue over GPRS

    Hi, I'm developing my first Pocket PC application in C# in VS 2003.  It's a cut down version of a desktop application I've been developing in VB6 for a few years now. It makes a call to a web service which is out on the internet.  It's all gone really well until now. I'm running/testing the application on a HP IPAQ hx2400.  If I access the internet over broadband via my office wireless network the application works ...Show All

  • .NET Development .NET Framework 2.0 question

    I appologize in advance if some of my  questions to the forum is a little out of place. I am not a programmer or developer, just a gamer, system builder, and network administrator of a home network. After installing .NET Framework 2.0, Direct X9.0c's Diagnostic shows that one of the two system.dll files is missing. The one that is listed belongs to 1.1, so logic dictates that it is the one for 2.0 that is missing. However it is in ...Show All

  • SQL Server how to convert string to numeric data?

    I have a function that apparently returns value in string format (pls correct me if I'm wrong). When I try apply this in ‘textbox13’  =Sum(Code.HoursUsed( Fields!date_opened.Value, Fields!last_updated.Value )), it brings me error "The value expression for the textbox ‘textbox13’ uses a numeric aggregate function on data that is not numeric.  Numeric aggregate functions (Sum, Avg, StDev, Var, StDevP, and VarP) can only aggregate numeri ...Show All

  • SQL Server SSIS as Reporting Server Datasource

    Hi folks! I read through Donald Farmers "Scripting SQLServer 2005 Integration Services" and downloaded the Bonus Chapter B. I created a custion SSIS package and wanted to use it as a Reporting Server Datasource. But my problem was type "SSIS" was not an available choice. I am using the Standard Edition of SQL 2005 Reporting Services. Do I have to register anything Thanks in advance :)) You have to un-c ...Show All

  • Windows Forms It works in localhost(local computer) but it does not work on internet.

    Hi guys. I am trying to make some program to Deploy WinForms on the Web. What I am doing so far is that the program is working fine in local computer. However, It did not work on another computer using internet.  I just follow the web page ...Show All

  • Visual Studio Express Editions SOS SOS SOS

    I need help . Recently ,I download the "Visual C++ Express Edition" fome this web.but I can not use it . When I run the first programme ,it will post me a dialog which want me to find the "crtexe.c". It says "f:\rtm\vctools\crt-bld\self_x86\crt\src\crtexe.c". But my computer does not have thsy file at all. What is the problem Please include more details How are you running ths program what type of application i ...Show All

  • Smart Device Development Build/Deploy issue - individual files being pushed

    I only recently installed the official release of VS2005. After doing so i opened a project i was working on with the Beta version, cleaned it, then built it. When i did this, i notice that in the bin directory, all dependent files are copied. This also occurs if i attempt to deploy to my device. Why would it need to deploy these files if the are already part of .net 2.0 some of the files are: Microsoft.WindowsMobile.dll, Microsoft.WindowsM ...Show All

  • Visual Studio Express Editions getting visual studio 2005

    Ive just purchased the acedemic version of visual studio 2005 and wondered wether loading it on to my computer would effect any of my currently running projects on visual studio express. If not, is it possible to continue using the projects from express through my new software (vs 2005) ...Show All

  • Visual Studio 2008 (Pre-release) how to support datetime datamember or I am on a wrong way?

    First I define a datacontract:   [DataContract]   public class Order {     private DateTime mTime;     [DataMember]     public DateTime ServerTime{        get  { return this.mTime;}        set  { this.mTime = value;}     }    } Then in a service I use it like this: ...Show All

©2008 Software Development Network

powered by phorum