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

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

Egay

Member List

hyslopc
jledgard
MikeBarta411
AnanthRK
iotaomikron
JeremyNYC
V.B.Balagoudar
GauravGarg
EricSS
Ashish P. Ruparel
David OShaughnessy
Cory.Isakson
Robert Barlow
joan leon
Lukasz Pietrzak
Jelle Mees
lost in the bitzone
GMatono
Ake
Maya__
Only Title

Egay's Q&A profile

  • Windows Forms Click once not working

    Hi, I'm trying out the click once, but eather I forget somethign or eather it is not working yet. When I try to open publish.htm it only opens an xml file. When I thry to publish on local htt (no HTTP server) then it seems to work also. I have no idea what I do wrong. I have uploaded a project (it is just a main form) to:     http://www.mestdagh.biz/kieken If someone can see and eventueally can tell me   Thanks.. It opens the welcome screen on publish.htm, but when I hit 'launch' then it just opens an XML file. I have the same problem on an ISP which i can not change there settings anybody solvd this Stev ...Show All

  • Windows Forms Where would you place the business logic?

    Thanks a lot for this excellent example application! By the looks of the source and the documentation, TaskVision doesn't seem to have a real business layer. Instead, you have webservices that call the DAL with almost no logic in between. I understand that for this particular application, there is not much business logic to talk about, but consider if this  ...Show All

  • .NET Development access permission probelms. HELP ME!!!

    I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connect using RUN and the IP address. Whenever I try to connect the laptop to the desktop I get the same message; \\... is not accessible. You might not have permission to use this network resource. Cont ...Show All

  • Visual Studio Tools for Office unable to cast System.__ComObject as Microsoft.....Outlook.Applicaton

    I have just got an error that I can't understand. I have a working Outlook Add-in (developed in Visual Studio 2003) that is running on several test PCs all running Outlook 2003. I suspect that they may not be running .NET v2 though, I can't check for a few hours yet! I have installed the Add-In on a new PC (running .NET v2) that only has Exchange profiles (another difference) and I get an error. The error is "unable to cast System.__ComObject as Microsoft.....Outlook.Applicaton. The code line is:- (using Outlook = Microsoft.Office.Interop.Outlook;) Outlook.Application oA = new Outlook.ApplicationClass(); I have seen a couple of posts ...Show All

  • Visual C# How do I create a simple table in C#

    Hey, Iam designing a inventory software, and I need to make a table that shows the item number, description and price of each item. Iam not using any databases, just want to store all the info in 1 file. Whats the best way I can do this in C# First of all, thanks to everyone that his helping me, its been really helpful from all the information you guys have shared. And secondly, this XML thing as really taken care of my inventory problem. Now another part of this business project that Iam doing is the Invoicing part. I designed a simple form with a datagrid, but this time I want to make the datag ...Show All

  • Visual Studio Complex automated build environment, conditional dependency resolution, multiple SCC branches

    I'm trying to set up a fairly complex build environment consisting of multiple configurations. The details for this environment are as follows: I need to have two branches of source code for a project in our SCC system. One for current stable code, ready for release to customers, another for "bleeding-edge" code containing our latest and greatest fixes and features. I need to build each branch independently, but using the same VS Project regardless of what branch of code is being built. This product that spans multiple projects, most of which are evolving independently and some of which are shared among other products ...Show All

  • Visual Studio Crystal Reports & Networking in C#?

    Hi, I just read a little bit about Reports and I really like it and think it would greatly fit into one of my applications. But the problem I have is, that the reports access the database directly. The database server, which my application is using is only available at localhost. So I've a server / client architecture and I need the reports in the client. So my question is, if it is somehow possible to create a report in the server application and send it (with serialization for example) to the client where it will be shown to the user. Can someone give me a hint on this one greetings Stampede Hello, You cou ...Show All

  • SQL Server Bug in SQL 2005 SP1

    I am trying to chase this down and have noticed similar postings on the web concerning applying this SP. I have successfully upgraded all components except for the "database services" component. Has anyone been able to get beyond this Below is the log: 04/23/2006 09:24:53.523 ================================================================================ 04/23/2006 09:24:53.523 Hotfix package launched 04/23/2006 09:24:56.664 Product discovery successfully completed during the install process for MSSQLSERVER 04/23/2006 09:24:56.680 SP Level check successfully completed during the install process for MSSQLSERVER 04/23/2006 09:2 ...Show All

  • Visual C++ AssemblyInfo.cpp

       when I'm creating a new Console Application, My VisualStudio.net does not load the AssemblyInfo.cpp file.  What should I do   It loads all of the necessary header files but not assemblyinfo.cpp.  Or can anyone tell me how co create one. No repro here also. One comment. Win32 Console Application does not create assembly info. CLR Console Application wizard does generate assemblyinfo.cpp. Try this on another computer. Thanks, Nikola VC++ ...Show All

  • Visual Studio Express Editions Cannot access local MSDN library

    I'm just making the transition from vba and have downloaded the vb express iso, burned a cd and completed a no issue installtion of vb and the msdn library. However, on pressing F1 to invoke the document explorer - selecting to try local then online help - I just receive a blank window. The contents and index sidebar are empty, as is the main window. If I run a search I get result from MSDN online, codezone community and questions, but the local search returns "Exception from HRESULT: 0x8004032E". I have been searching the forums but cannot find a similar issue. Has anyone any suggestions As ther ...Show All

  • Smart Device Development Controlling phone signal icon?

    Hi, I'm wondering if anyone knows if there is a way to control the phone signal icon at the top menu bar (The one that shows signal strength flight mode). Thanks Pls refer to following link for more relavent forum http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Srikanth Bogadapati (Microsoft) ...Show All

  • Visual Basic Derived classes cannot raise base class events

    My form class need to raise a resize event. Want to a thing like this: raiseevent Resize( me , new eventArgs As System.EventArgs) I get this error message trying to do so: Derived classes cannot raise base class events Doing a thing like this in VB60 was OK. (The reason i realy need to do a thing like this is becase i have a base class that all my forms is inherits from. In some case there is some spesial code I also want to be executed in the form. The code is inside the Resize event). Have someone solved this problem Regards Terje Myklebust Hi, Have you tried calling MyBase .OnResize( New EventArgs) instea ...Show All

  • Visual Studio Team System Add an option to run rules on a STA thread?

    I have three custom rules that specifically test WinForms. These have stopped working in FxCop 1.35 beta 1 with the following exception: Resolve the following problem with the parameterless constructor. Exception: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it.   at System.Windows.Forms.ComboBox.set_AutoCompleteMode(AutoCompleteMode value) ... in the form's InitializeComponent. I know creating an instance of a class is evil since we are supposed to be doing static code analysis, but it made my rules much easier. ...Show All

  • .NET Development Undocumented Changed SqlDbType behaviour in .NET 2.0

    Has anyone experienced this 'feature' and if so found a neat solution that avoids a lot of recoding In .NET 1.x when you create SqlParameter objects, without specifying the SqlDbType, .Net would infer the SqlDbType from the .Net type that contains the parameter's value.  A string would infer nVarChar. The same code, converted to VS2005, running over .NET 2.0 experiences different behaviour.  On some, but not all(aargh!), ocassions a SqlDbType of nText is inferred for a .Net 'parameter value' type of string.  This is not even one of the listed options in the MSDN documentation.  (It is even more odd given that I ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Water???

    Well, I figured i could start out the new forums with a question on water. I am wondering the best place to start implementing water into my game, I understand that the look will be done with HLSL mostly but i am wondering if i should just throw down a plane and start shading it or if there is a better way to go about it. I have read multiple papers on rendering it with multiple methods in order to get the best look and performance but all the methods take some work to get going, so i figured just getting it to show up with a good look is a start. Any help would be appreciated. Thanks. as I understand it, you can reduce the complexity o ...Show All

©2008 Software Development Network