-
Created Target an 64 bit Dll not x86
Hi, I'm writing code to connect to Oracle through ODP so I added a reference to the Oracle.DataAccess dll on my machine. Trouble is I'm writing a 64 bit app … -
Began Watching Target an 64 bit Dll not x86
Hi, I'm writing code to connect to Oracle through ODP so I added a reference to the Oracle.DataAccess dll on my machine. Trouble is I'm writing a 64 bit app … -
Created Authentication issues wih proxy?
Hi All, I think I maybe falling victim to the "double hop"! We have a windows form program that uses a 3rd party web service to validate bank details (BIC, … -
Began Watching Authentication issues wih proxy?
Hi All, I think I maybe falling victim to the "double hop"! We have a windows form program that uses a 3rd party web service to validate bank details (BIC, … -
Marked Solved Status for Best way to remove entity framework from a project
Hi, I've recently "inherited" a part built project from a developer who as left our company. He had decided to use Entity Framework but I am finding it to be … -
Replied To a Post in Best way to remove entity framework from a project
Hi all, After drilling through the SQL procedure that was written, it turns out my predecessor was also really bad at writing SQL procedures!! He seamed to have a pathalogical … -
Replied To a Post in Best way to remove entity framework from a project
Hi all, Still none the wiser as to what is going on here. The traces I run in SQL Profiler while the code is running don't give me any idea … -
Created Best way to remove entity framework from a project
Hi, I've recently "inherited" a part built project from a developer who as left our company. He had decided to use Entity Framework but I am finding it to be … -
Began Watching Best way to remove entity framework from a project
Hi, I've recently "inherited" a part built project from a developer who as left our company. He had decided to use Entity Framework but I am finding it to be … -
Created AJAX Controlos Again!!! Wrong reference appearing in Designer
Hi All, This issue keeps reocccuring and I can not for the life of me figure out why. When I add ANY AJAX control to my ASP.Net project, I end … -
Began Watching AJAX Controlos Again!!! Wrong reference appearing in Designer
Hi All, This issue keeps reocccuring and I can not for the life of me figure out why. When I add ANY AJAX control to my ASP.Net project, I end … -
Began Watching SecurityAsp
hello guys, i am creating a web site with webform. First i created a login page when i click button i go homepage.And i added logout button in homepage, when … -
Replied To a Post in SecurityAsp
Hi, You need to give more detail. What methods are you using for the log in (Off the shelf package? your own design?)? How are you storing if the user … -
Began Watching google maps location
Imports System.Windows.Threading Imports System.Threading Imports System.Net Imports System.Drawing Imports System.IO Imports Microsoft.Win32 Class Window1 #Region "Fields" Private geoDoc As XDocument Private location As String Private zoom As Integer Private saveDialog … -
Replied To a Post in google maps location
Is this a class or code behind a form? Anyway for a class, create a `Sub New()` and set your `location` variable to the location you want then run your … -
Began Watching Print datagridview to PDF
Hi guys, Am trying to print datagridview contents to pdf. I have tried to use the code below I learned from the net, bu it is giving an error message … -
Replied To a Post in Print datagridview to PDF
Hi, A bit Rusty at PDF creation so forgive me but you don't seam to be adding Rows to your pdfTable. Anyway I would put a check in to see … -
Replied To a Post in Community Center Chat window
I just can't get it to stay closed even if I stay on the same page... -
Began Watching Passing a value from one table to another
Hi i need assistance on how i can pass a value from a table to update the other table for example. VehicleDetailsTable with Fields ( Milage, Description, RegNumber etc) VehicleMilageTable … -
Replied To a Post in Passing a value from one table to another
Take the relevent fields from one table and pass into an insert statement to run on the other one... Perhaps if you show what you have tried so far we … -
Began Watching project .manifest different all of a sudden
Hi, I've ran into a problem when publishing/updating the clickonce project. I publish project to network share and what hapenes is that app doesn't update on startup as it should. … -
Replied To a Post in project .manifest different all of a sudden
Hi, There are a couple of things I'd try (some of which you may have done already) 1. Check the Build version under the Project properties 2. Under the Build … -
Began Watching vb.net datagrid
dear members, i need help, i have one datagrid and two dataset with two diff. tables, what i want is to insert data into datagrid and save grid data to … -
Replied To a Post in vb.net datagrid
Just loop through the rows in your grid extract the data you need then use a stored procedure(prefered,) or a SQL Insert statement to add to the other table? -
Replied To a Post in Community Center Chat window
No definately don't only one window open the one we're in just now... -
Replied To a Post in display from database
Hi, The code you've posted would be for if you were storing your image in a binary format in a database server. If you are just holding the path to … -
Began Watching Community Center Chat window
The Community Center Chat window keeps appearing (opening) after I close it which is rather annoying. -
Replied To a Post in Community Center Chat window
Hi, Seeing same behaviour here, it opens I close it, it reopens - it's annoying... -
Marked Solved Status for AJAX Controls with wrong reference in designer
Hi all, I've searched in the ASP.Net and AJAX forums but I can't see any matches to this issue. The reason I'm posting in the ASP.NET forum is that the … -
Replied To a Post in AJAX Controls with wrong reference in designer
Hi, I've looked at that post and no it doesn't work... What is weird is if I start a brand new project and just keep it simple with one page, … -
Replied To a Post in Error "Fill: SelectCommand.Connection property has not been initialized"
Hi, The issue appears to be that your program can not initialise the connection to the database. When you initialise the DRConnection class should you not be passing in your … -
Began Watching retrieve image from sql server
hi everyone. I want to retrieve image from sql server database using asp.net with vb, but the image is not display and I don't know what is wrong with my … -
Replied To a Post in retrieve image from sql server
Hi, You've posted a similar issue on another post...(I answered that one for you) but in that one you were opening the file directly in the browser, this post you … -
Began Watching display from database
hi everyone. I have this code to retrieve image from sql server using asp.net with vb, the problem is the image cannot display in the web page and I don't … -
Replied To a Post in display from database
Hi, You're retreiving the image file as a binary object from the database and then you're trying to open directly in the browser? Do you set the content Type in … -
Began Watching Error "Fill: SelectCommand.Connection property has not been initialized"
Hi all. As mention on the title above, i got an error `Fill: SelectCommand.Connection property has not been initialized` Anyone here have any idea or suggestion on how to solve … -
Replied To a Post in Error "Fill: SelectCommand.Connection property has not been initialized"
Hi, I don't see where you are setting your Connections connection string, you look to be passing in blank strings on the New DRConnection object (unless you are hiding the … -
Created AJAX Controls with wrong reference in designer
Hi all, I've searched in the ASP.Net and AJAX forums but I can't see any matches to this issue. The reason I'm posting in the ASP.NET forum is that the … -
Began Watching AJAX Controls with wrong reference in designer
Hi all, I've searched in the ASP.Net and AJAX forums but I can't see any matches to this issue. The reason I'm posting in the ASP.NET forum is that the … -
Replied To a Post in Script not executing queries
Hi, That will certainly help with the performance but the UPDATE should still be happening... -
Gave Reputation to isozworld in Script not executing queries
Hello, I just changed your cursor options And also be sure the table you are trying to update has no update trigger script. And also, in Cur_Trans cursor your select … -
Created Script not executing queries
Hi, I have to correct some data in SQL Server 2008 R2 database for an accounting system that was accidently over written. Basically I've to take stock items with fixed … -
Began Watching Script not executing queries
Hi, I have to correct some data in SQL Server 2008 R2 database for an accounting system that was accidently over written. Basically I've to take stock items with fixed … -
Marked Solved Status for FtpWebRequest Upload creates blank file
Hi good people of Danniweb, I've looked at a lot of examples on line and I cannot figure out what is going wrong. My program has to transfer a simple … -
Replied To a Post in FtpWebRequest Upload creates blank file
Hi all, I feel really stupid but it wasn't my code!!! When I looked at the file size on the clients FTP server it was 1 kb I got my … -
Replied To a Post in FtpWebRequest Upload creates blank file
Hi, Yes, i'm streaming the file up and I can see there is a file size of 153 bytes as I said it is a small simple text file. ( … -
Created FtpWebRequest Upload creates blank file
Hi good people of Danniweb, I've looked at a lot of examples on line and I cannot figure out what is going wrong. My program has to transfer a simple … -
Began Watching FtpWebRequest Upload creates blank file
Hi good people of Danniweb, I've looked at a lot of examples on line and I cannot figure out what is going wrong. My program has to transfer a simple … -
Created OracleCommand Object in C# brings back 1 less row
Hi, Not sure what exactly is happening here as I'm used to dealing with Microsoft SQL server rather than Oracle but here goes: I have a C# project that connects … -
Began Watching OracleCommand Object in C# brings back 1 less row
Hi, Not sure what exactly is happening here as I'm used to dealing with Microsoft SQL server rather than Oracle but here goes: I have a C# project that connects …
The End.