Software Development Network Logo
  • Visual C++
  • Visual Basic
  • Visual FoxPro
  • .NET Development
  • VS Team System
  • SharePoint Products
  • IE Development
  • Smart Devicet
  • Windows Vista
  • Game Technologies
  • Visual Studio
  • SQL Server
  • Microsoft ISV
  • Windows Forms
  • Visual C#

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

paso

Member List

yogb
abcdefgqwerty2
DaveTaylor
hgsevinc
Kevinmac
ste_brough
dnyandeo
pire
Ken Villines
pratap gaikwad
polymorphicx
llkoolj
.net sukbir
sebahattingokce
dethomps
Littletommy
oaktown
roeeoz
Whoisit
Anthony McGary
Only Title

paso's Q&A profile

  • .NET Development How to access router's webpage interface and restart it?

    I want to write a program for restarting router. I’ll try to describe the process of restarting a router: Start the browser. Enter router’s IP. Inset password. Click on “Apply” (menu panel) button and wait for 30 seconds countdown , for this period of time the web page should be opened for restart process to complete. Close the browser. The program should do all this of course in background (without opening browsers) . How this can be done and what tools should I use: webbrowser Control, HttpWebRequest or DOM technology Thanks for help and suggestions. LOL, using firefox’s DOM inspector, I’ve looked into this “Apply” button, it has a huge tree with parameters and attributes but one of them was: On ...Show All

  • .NET Development Server Error ? Line : Adapter.fill( Dataset ) !!

    hi to all why i am getting this server error while i am trying to open the web page, i have a dataset connected to a Access database file and i can Preview the data in the data table adapter , but i always get this server error , i am using a GridView and i configured the object with the data table adapter , i aslo notice the database connection in the database explorer is not connected and every time i click on referesh it connects but it disconnects right away !! any thoughts about this ...Show All

  • SQL Server Cannot find an item in a big table

    Hello people, I have a table of 30,000 records on my handheld which runs windows 4.2 and sql me. When the item I am searching for is at the top of the table, the search finds it easily. When the item is in the middle or lower, it doesnt find it. I am not running out of memory and my database is on the local memory. Here is my code: String query = "SELECT * FROM Products WHERE Barcode = " + TheReaderData.Text; DataSet ds = GetDescription(query); label2.Text = TheReaderData.Text; label1.Text = "No description" ; if (ds.Tables[0].Rows.Count != 0) { label2.Text = (ds.Tables[0].Rows[0].ItemArray[0]).ToString(); label1.Text = (ds.Tables[0].Rows[0].ItemArray[1]).ToString(); } -- ...Show All

  • SQL Server Integrating SQL Server 2005 with SP1

    I have the SQL Server 2005 Developer DVD and i download the SP1 how can i integrate the Service Pack with the DVD content (Of cource after extracting on my HD) This comes up from time to time and the best response I've seen so far is from Euan's blog. The short answer is no, it is not supported on the Developer SKU (only with the Express SKUs) http://blogs.msdn.com/euanga/archive/2006/04/27/584637.aspx Thanks, Sam Lester (MSFT) ...Show All

  • Commerce Server Problem unpacking DW.PUP

    Using SQL 2000 on both servers I have succesfully installed reports on standalone server. Need to test installation on separate SQL(CS2007 tables) and SQL(dw table and dw cubes) Analysis server. In the test env I do not have the servers in same domain, they are single servers in same workgroup, same accounts and passwords. Install using integrated windows accounts. First step works great creating the dw database on second server. But second step fails with File Not Found. The dialog says Data Warehouse File not found OK No message in PUP.Log Hey, Which machine are you unpacking the datawarehouse from On that machine, do you have the Analysis's Services and Sql Cli ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Another Breakout Demo (With Source)

    Here is another breakout game. Screenshot Download Source Here http://conkerjoe.no-ip.org/breakout.zip Its now ready to build some funky levels into it.   :) Quite fun, indeed, I liked the speed of the ball, reminds me of my project. Anyway, I tried using the 360 controller until I realised that it was keyboard-only (360 controller support is very easy, btw) all-in-all very fun. I didn't see any collision-issues, yet, keep up the good work. ...Show All

  • Visual Basic can anyone help related to TAPI

    hi, i am working over TAPI (telephone application programming interface). i want to build a GUI that can show the current location of the caller using caller_ID. can any one have any idea for any related add on / lib Gaurav Raval wrote: hi, you are right. there is bit problem. but such application will definately helpful in case of protable devices such as laptops. thanks for the help but.. you jost post the result of TAPI search... isn't so Yes i did and that was my intention. actually i am looking for tapi related power pack. if you can really help.. gaurav Hi, Power Pack, not heard of one yet, try a search on google for all TAPI related stuff or on any other search engine. Maybe you ...Show All

  • Visual Basic JIT Debugger Error message caused by filelistbox

    I have been working on a program and testing it on another computer that has the .Net framework installed. My program works fine on my computer with .Net installed. However, when I run it on the other computer (with only the framework installed) I get a random error: MyApp.exe - Common Language Runtime Debugging Services Application has generated an exception that could not be handled. Process id=0xf3c (3900), Thread id=0xf64 (3940). [The numbers in this error line are different everytime] When I hit cancel to debug it displays MyApp.exe - No debugger found. Registered HIT debugger is not available. An attempt to launch a JIT debugger with the following command resuled in an error code of 0x2 (2). Please check co ...Show All

  • Visual Studio Express Editions Mysql Or Access

    Could someone tell me the advantages using mysql rather then access as the backend of the database I should imagine speed is one issue but I dont find access that slow. And on deployment issue's am I correct in thinking : Access Way: consumer only needs to install .net framwork 2.0. Mysql Way: consumer needs to install .net framework 2.0 & Mysql Server Hi james thanks for the reply, so by what you are saying the mysql is probably the best way to go then I will only be using the database over a lan to begin with but the idea of using it over wan would be a great idea. ...Show All

  • Smart Device Development Visual Studio 2005 and Mobile 5.0

    Hi there, i've installed "Windows Mobile 5.0 Pocket PC SDK.msi", and supposely it would include some sort of plugins for VS2005. However, in VS, on smart device's projects, i only have: - pocket pc 2003 - smartphone 2003 - windows CE 5.0 Also, on "Device Emulator Manager", i also only see these emulators... Do i need to install something else Tnks Ok, i didn't see the link you put... Well, i've read it, but i don't think that something is blocking the installation, because the install runs with no problems... ...Show All

  • Commerce Server User login programmatically …

    I’m new to Commerce Server and was tasked with the job of integrating our existing "user" database with the "user profile" database for the store site that we are developing using CS2007.  I wanted to know if it's possible to programmatically login an existing user. The basic scenario is the following: The user logs in and is authenticated against our "user" database.  At this point, I must check the "user profile" database.  If the user exists in this database, I need to programmatically log this user into the store site.  If the user does not exist in this table, I need to create the user profile using the whatever data we have on hand from the "user" database and then log the user in. Is this po ...Show All

  • SQL Server SQL Server 2005 Mobile edition using server tools

    I have installed SQL Server 2005 Mobile edition and also the server tools. I configured a website to sync with my mobile application. When I go t check the SQL server Mobile agent with this url: http://localhost/MobileTest/sqlcesa30.dll i get a http 500 internal error I am using remote desktop to access the machine, when I am directly on the machine there is no error I get the correct message in the browser "SQL Server Mobile Server Agent 3.0" Is access to the web site via remote desktop a problem jawahar ...Show All

  • SQL Server Proper format of BufferTempStoragePath

    Hello, I have one package that seems to have continuous problems with memory. As of right now it loads a little over 1 million records. I tried leveraging the property, BufferTempStoragePath, but I don't seem to have the right path name. What sort of path do you put there File Folder If it is a file, what sort of file should it be... text, dat, xml If someone could point me in the right direction it would be greatly appreciated. Thanks. PS: Below are the error messages I am getting: [DTS.Pipeline] Information: The buffer manager detected that the system was low on virtual memory, but was unable to swap out any buffers. 4 buffers were considered and 4 were locked. Either not enough memory is available to the pipeline because not enough is i ...Show All

  • Visual Studio Tools for Office VSTO project "Attempted to read or write protected memory"

    Hi, We are using VSTO 2005 for creating our excel application. But it's giving read or write protected memory error. We are using extensively excel object and used it's method or property for creating excel workbook, adding worksheet, deleting worksheet. Can anyone please help me on this why it's giving this error. This error is not consistent. Thanks and regards -Manash Hi, The error is pretty straight-forward. Some code that you are executing is writing to memory it doesn't own. While managed code is generally unable to do this, native code is fully capable of causing this kind of behavior. In addition, unsafe managed code can use pointers and therefore can cause this behavior. More than likely, this problem is the ...Show All

  • Visual Studio Express Editions Query regarding Image processing

    I have a printed circuit board which has certain text representing the component name. I am planning to read the text from the image of the bare board to determine the components. Earlier I had thought of using the image of the board with components on it to determine the tye and number of components. I have a visual basic express edition 2005. I searched for the same on the net but did not succeed to get any relevant stuff. Can anyone please help me with this Thx ...Show All

©2008 Software Development Network