473,698 Members | 2,134 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Amber - For you or anyone else that can answer this message

Alright,

So I've been having this weird display error... which ironically I found
someone withthe same problem back in february

http://www.dotnet4all.com/Dot-Net-Bo...x-problem.html

Try not to laugh when you see the reply... I find the irony in it too..

Since this perfectly describes the behavior I'm getting, I was wondering if
anyone else was getting this problem. My software worked fine on 100 other
machines, just recently has been not working on NEW installs. We haven't
changed the installer at all... just gives us problems as described.

If you know anyone else with this problem and how the solved it I would be
forever indebted as I've been struggling with this for a week now.
Nov 21 '05 #1
3 1208
A guess but . .
Have you tried clearing the databindings and then re-adding them useing the
DataBindings.Ad d/Clear instead of just setting the datasource to nothing and
then setting it again.?

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:eh******** ******@tk2msftn gp13.phx.gbl...
Alright,

So I've been having this weird display error... which ironically I found
someone withthe same problem back in february

http://www.dotnet4all.com/Dot-Net-Bo...x-problem.html

Try not to laugh when you see the reply... I find the irony in it too..

Since this perfectly describes the behavior I'm getting, I was wondering if anyone else was getting this problem. My software worked fine on 100 other machines, just recently has been not working on NEW installs. We haven't
changed the installer at all... just gives us problems as described.

If you know anyone else with this problem and how the solved it I would be
forever indebted as I've been struggling with this for a week now.

Nov 21 '05 #2
See my post reply to Gerry Viator regarding VS.NET problem or McAfee
"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in message
news:eB******** ******@TK2MSFTN GP09.phx.gbl...
A guess but . .
Have you tried clearing the databindings and then re-adding them useing the DataBindings.Ad d/Clear instead of just setting the datasource to nothing and then setting it again.?

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:eh******** ******@tk2msftn gp13.phx.gbl...
Alright,

So I've been having this weird display error... which ironically I found
someone withthe same problem back in february

http://www.dotnet4all.com/Dot-Net-Bo...x-problem.html

Try not to laugh when you see the reply... I find the irony in it too..

Since this perfectly describes the behavior I'm getting, I was wondering

if
anyone else was getting this problem. My software worked fine on 100

other
machines, just recently has been not working on NEW installs. We haven't changed the installer at all... just gives us problems as described.

If you know anyone else with this problem and how the solved it I would be forever indebted as I've been struggling with this for a week now.


Nov 21 '05 #3
Cool, it did seem a bit weird, I was just clutching at straws really

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:ej******** ******@TK2MSFTN GP10.phx.gbl...
See my post reply to Gerry Viator regarding VS.NET problem or McAfee
"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in message news:eB******** ******@TK2MSFTN GP09.phx.gbl...
A guess but . .
Have you tried clearing the databindings and then re-adding them useing the
DataBindings.Ad d/Clear instead of just setting the datasource to nothing

and
then setting it again.?

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:eh******** ******@tk2msftn gp13.phx.gbl...
Alright,

So I've been having this weird display error... which ironically I found someone withthe same problem back in february

http://www.dotnet4all.com/Dot-Net-Bo...x-problem.html

Try not to laugh when you see the reply... I find the irony in it too..
Since this perfectly describes the behavior I'm getting, I was
wondering
if
anyone else was getting this problem. My software worked fine on 100

other
machines, just recently has been not working on NEW installs. We

haven't changed the installer at all... just gives us problems as described.

If you know anyone else with this problem and how the solved it I
would be forever indebted as I've been struggling with this for a week now.



Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
8509
by: Obscurr | last post by:
hi, I got a problem with a standard if... else if sentence. Each one works alone, (ie. putting a /*..*/ around one of the conditions)but by combining them, only the first one triggers. The code : function sjekk() { if (window.document.info.organisasjon.value =='') { alert('hey!');
5
1858
by: Chris Dunaway | last post by:
This is a repost of an issue that I did not get any responses on, so I thought I'd try it again. I just installed VS.Net 2003 Ent. Arch. on a machine with Windows XP Pro. The installation went without any errors. When I attempt to create a new project (either VB or C#), a messagebox pops up saying that there was a NullReferenceException and the form designer has a big red cross (red X) through it. This also happens if I just add a...
9
1483
by: tomakated | last post by:
How do I get rid of the dashes next to the 3, 6, and the 9<?. Also the last row of "------" and the "|" on the last line so that the board will look like this<?. | | | | 1| 2| 3 -------------------- | |
4
1573
by: Jozef | last post by:
I'm just wondering if anyone here uses MSDE, and if so, do you use ODBC or is there a better way to connect? I'd like to start using it just because of it's scalability if nothing else, but would like to know more about it from experienced developers. Any help is appreciated. Thanks! Jo
11
3270
by: Robert Schuldenfrei | last post by:
I am an older person trying to learn C# just for the fun of it. I am a veteran of older style languages (COBOL, FORTRAN, etc.) and I want to learn an Object Orientated language. Currently working my way through Murach's C# by Joel Murach and Doug Lowe. Since I am not taking a course, I have no one to whom I can address questions. That is why I am turning to this newsgroup. Is this the best NG for a newbie like me? Are there people out...
2
1832
by: Jeff Brown | last post by:
OK i have came to the conclusion that since this app will be run on multiple computers that loading a complete database and then updating on exit is a moot point. I have tried several ideas submitted, but i am unable to get one of them to work completely. Here is the code i had before i realized that when i filled the dataset in the form load procedure that it would "ruin, replace, mess up" the dataset named the same thing on the other form....
9
2777
by: Neo Geshel | last post by:
I have strip-mined, strip-searched, and completely exhausted the Internet (up to the 30th page on Google, with 100 results per page!!), all without finding an answer to my question AS TO WHY IT IS IMPOSSIBLE TO PROGRAMMATICALLY ADD A BUTTON TO A DYNAMICALLY CREATED PAGE. Or, to be more precise, why it is impossible to have an onClick sub respond to that button’s Click event. My main page has only one line:
8
2811
by: Jim Michaels | last post by:
C:\prj\quiz\withusers>php tareports.php PHP Parse error: syntax error, unexpected T_ELSE in C:\prj\quiz\withusers\tareports.php on line 205 this is the section of code. if (isset($row4)) { if (isset($row5)) { //answer given? if ($row4==$row5) {
0
981
by: krithika.143 | last post by:
Invisible - Succinic acid : (AMBER ACID) Invisible Dimercapto encyclopedia article about succinic acid. Information about succinic acid in the Hutchinson encyclopedia. Succinic acid (IUPAC systematic name: butanedioic acid; historically known as spirit of amber) is a dicarboxylic acid. Succinate plays a biochemical role in ... ******************************************************************...
0
8598
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9016
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8887
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7709
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5858
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4360
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4613
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2321
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.