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

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

Santig

Member List

Bhupinder
NOVA_devel
JoelDKraft
Simon Ince
Dmano
Memo.CPP
Anonymous1673443
cawilde
chris t
S_Gibson
killem
Tim Parker
RussHolmes
Jeff T
OrlanduMike
Stilgar
Vishal Batghare
Dahuan
Rik C.
Tremint
Only Title

Santig's Q&A profile

  • Smart Device Development Unable to deploy to emulator

    Hi, I created an empty vb.net device application (v2.0). Add a label and a textbox. Pressed F5. After a while the emulator starts and I don't see the application in the emulator. After a while I get a message that that 'application could not be deployed'. Am I missing some steps Thanks, Ivan You can effectively change the ip of the emulator directly on pocket pc images.  Visual Studio will detect the new ip when you try to connect again. As for the loopback adapter solution, there is a similar KB article for 2000 available at: http://support.microsoft.com/kb/q236869/ ...Show All

  • Windows Forms Multithreading in c# windows application

    Hi I have to work onmultithreading concepts in c# windows application. Design a form with 3 labels and 3 text boxes and a button. I should enter the time in three text boxes. Three different times.  And press the Button. Label 1 should become green color after the entered time period in text box1. Label 2 should become Yellow color after the entered time period in text box2. Label 3 should become Blue color after the entered time period in text box3. I should have three threads to start three processes.  Start the three threads in the  button click. Thread 1 to start the thread and wait for the entered time in text box 1 a ...Show All

  • Visual C++ Smartbridge Alerts

    I too am receiving the "entry point not found" message. I have very little technical knowledge and would appreciate assistance in any fashion. thanks. Helen McLaughlin What is the exact error message you are seeing Which entry-point is not being found This much more likely to an issue with SmartBridge then it is with Windows. ...Show All

  • SQL Server Determine what version of RS is insalled

    How do you determine what version of Reporting Services is installed int the DB and Web server ( I have the DB on a different server than the Web server) Thanks ...Show All

  • Visual Studio Team System Protocol violation - can I change how sensible the test shall be to protocol errors?

    I get this error when running a test on a web page that I have no possibility to change: RequestFailed: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF Is it possible to configure how the test shall handle this so the test will not fail I meet the same problem :( I m building a project about mobile device application and I wanted to add web reference to tho my project. This problem occured. How can I solve this problem. There is no web config file on this project Thanks. ...Show All

  • Windows Forms Why does my MDI Windows Forms app look so screwed up?

    I am using Visual Basic.NET 2003 to create a windows forms app using MDI.  The application is completed, installed, and working great on 6 Windows 2000 pro machines.  It works great on 5, but looks completely screwed up on the 6th.  All of the machines have .NET framework 1.1.4322 and are Windows 2000 pro. I have screenshots of the problem po ...Show All

  • Visual C# Retrieving the COM class factory for component{} - 8007007e

    Hi, I am trying to take screenshots of any open Internet Explorer. I have writen the code and it works fine when I run the site in debug mode. Once the site is published I get the following error: Retrieving the COM class factory for component with CLSID {9BA05972-F6A8-11CF-A442-00A0C90A8F39} failed due to the following error: 8007007e. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: Sys ...Show All

  • Visual Studio Express Editions Visual C++ 2005 Express Edition trouble

    I had the beta version and uninstalled it as directed on the site, seemingly without problems. I then installed the C++ Express Edition, again without problems. Though when I load it I get the error: Package Load Failure Package 'Visual Studio Explorers and Designers Package' has failed to load properly ( GUID = {8D8529D3-625D-4496-8354-3DAD630ECC1B} ). Please contact packe vendor for assistance. Applicaiton restart is recommended, due to possible environment corruption. Would you lie to disable loading this package in the future You may use 'VCExpress /resotskippkgs' to re-enable package loading. Then, I think due to this, I get the fo ...Show All

  • .NET Development MAC Address

    Hi there, sorry for the stupid Q Is there a way to retrieve a MAC Address from a client machine in ASP.NET I have found a way of retrieving the MAC address for the local machine (Server) but would require it for the client. I can get the hostname and IP no problem but would require the MAC Address, if possible reason to see what user has "disobeyed" any rules etc.. and to make sure that you can "ban" or report them on your website. an IP address isnt enough and a MAC address is. Thanks! yes i was going to point this out I could shell it out but i dont want to have to do that as it is unprofessional. Ok, what about using client side scri ...Show All

  • SQL Server MS SQL vs free Databases

    Hello I need to write an application which must use a database system as a backend, but i have not choosed which one to use. MySQL and PostgreSQL has all the features i want. the most important is database performance. anyone has an idea which database performs faster thanks in advance Hi, well SQL Server Express is very powerful, fast, and has rich features. There are normally other conditions that have to be kept in mind while decideing, but if you ask people in a MSDN group, I would say go the Express Way :-) -Jens Suessmeyer. http://www.sqlserver2005.de ...Show All

  • .NET Development How to use ISAPI Filter on IIS6.0?

    Hi, I have a ISAPI Filter(named CustFilter) write by VS.NET2003 OS: Win2003, IIS6.0 In Web Service Extensions, Set Extensions and service all allow when IIS log, CustFilter event "onLog" will write "OK" or "Error" to "log.txt" file CustFilter in IIS6.0, status is right(because shows green arrow ) but do nothing!! And *.aspx page cannot read. How to set IIS6.0 and ISAPI Filter ...Show All

  • Software Development for Windows Vista How to create custom state activity with StateInitializationActivity?

    Hi, I created the following custom activity MyState MyState : StateActiivty {} The problem is I can not add "StateInitialization" activity to my custom state activity. I tried to create "StateInitialization" in code but the compiler gives me errror saying "Cannot modify activities collection ..." If I use MyState activity in a state machine workflow, then it allows me to add "StateInitialization" activity. Basically, What I want is to put logic inside StateInitialization of my custom activity so the MyState activity can be used by the customer without any change. Please let me know ...Show All

  • Windows Forms How to display controls with WS_EX_LAYERED

    Hi All, I've to set WS_EX_LAYERED style to show a form with the same shape as a transparent png. I've used UpdateLayeredWindow. The form displayed is very nice and doesn't have problem with rounded border shadow with any background colors. My problem is that if I create any control (button,textbox,...) they aren't visible. If i create a button, I don't see it but&nbs ...Show All

  • Visual Studio Express Editions If VB 2005 Express and SQL Server Express 2005 does not come with Crystal Reports

    If VB 2005 Express and SQL Server Express 2005 does not come with Crystal Reports then, what are my options to build a database report inside VB 2005 Express without using any external tools or components   Is this possible Looking at the productline information ( http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx ) the express editions can use SQL Reporting Services, you might want to try that. Or you could craete your own solution that would produce basic HTML reports. ...Show All

  • Visual Studio How to Force the IDE Appdomain to recreate itself for a Web project

    When a web.config file is modified either during debugging or outside of debugging the appdomain that the ide is using to host the project is torn down. A new one is created on the next attempt to build / rebuild the project. I've occasionally run into an issue where the attempt to build /rebuild results in an exception in the IDE: attempt to access an unloaded appdomain Is there a way to hook the Build event and ensure/force the IDE to recreate its domain Thx There is no way to force re-creation of the app domain. The build system was designed to wait for the next app domain prior to building. I'll check a ...Show All

©2008 Software Development Network