473,671 Members | 2,163 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Debugging in Win98

Hi,

I need to debug my app. under Windows 98. Although VS.net can't be installed
it I have been able to install both Framework 1.1 and the SDK.

Can I debug the app. in VS.net remotely from an XPSP2 system over a peer to
peer network ?

Although both machines can see each other fine, DCOM seems to jump in when I
try to connect to the Win98 machine in Debug>Processes >Name and tells me the
Win98 machine wasn't found. Is DCOM really telling me this can only be done
in Domain based networking ?

Thanks for any help

Jon
Jul 21 '05 #1
2 1819

Użytkownik "jon morgan" <jo********@ntl world.com> napisał w wiadomo¶ci
news:Oc******** ******@TK2MSFTN GP15.phx.gbl...
Hi,

I need to debug my app. under Windows 98. Although VS.net can't be
installed it I have been able to install both Framework 1.1 and the SDK.

Can I debug the app. in VS.net remotely from an XPSP2 system over a peer
to peer network ?

Although both machines can see each other fine, DCOM seems to jump in when
I try to connect to the Win98 machine in Debug>Processes >Name and tells me
the Win98 machine wasn't found. Is DCOM really telling me this can only be
done in Domain based networking ?

Thanks for any help

Jon


Hi,

I can easily install NET SDK under Windows 98. When the NET installer
starts it first unpack setup files.
Don't close the installer and copy these files into the other directory and
then run setup.exe.

Janusz
Jul 21 '05 #2
Hello Janusz,

Thanks for replying but as I said I have been able to install the SDK -
that's not the problem.

The problem is I can't debug my application over a peer to peer network
because I can't get my XP machine to recognise the Win98 machine - when I go
Debug>Processes >Name in VS.net and enter the name of the Win98 machine I get
a "machine not found" message. My network is working fine otherwise - both
machines can see each other, swap files etc.

I think this is a DCOM problem and I want this confirmed - and if possible a
workaround (that does not require me to install 2003 server !) so I can
debug the Win98 machine remotely.

Regards
Jon
"Janusz" <mrjanusz.usunt o.@vp.pl> wrote in message
news:d6******** **@news.onet.pl ...

Użytkownik "jon morgan" <jo********@ntl world.com> napisał w wiadomo¶ci
news:Oc******** ******@TK2MSFTN GP15.phx.gbl...
Hi,

I need to debug my app. under Windows 98. Although VS.net can't be
installed it I have been able to install both Framework 1.1 and the SDK.

Can I debug the app. in VS.net remotely from an XPSP2 system over a peer
to peer network ?

Although both machines can see each other fine, DCOM seems to jump in
when I try to connect to the Win98 machine in Debug>Processes >Name and
tells me the Win98 machine wasn't found. Is DCOM really telling me this
can only be done in Domain based networking ?

Thanks for any help

Jon


Hi,

I can easily install NET SDK under Windows 98. When the NET installer
starts it first unpack setup files.
Don't close the installer and copy these files into the other directory
and then run setup.exe.

Janusz

Jul 21 '05 #3

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

Similar topics

0
1071
by: wojtek | last post by:
Hi, I want to debug my project under Win98 (C#). I configured DCOM for that. All configurations seem to be ok. Debugging VB project works excellent. If I start to debug C# project, I get an error : "Interop debugging is not supported on that platform". What to do? Please help Wojtek
6
2291
by: Andrzej | last post by:
Used to read newsgroup for answers, now have to ask for them as well. I have an application (C#, .NET 1.1) that connects to local db on MSDE 2000 SP3a (using ADO from MDAC 2.71) on one side and to a web service on the other (not relevant I guess). Some stored procedures consume xml produced by DataSet objects (values as elements) using OPENXML statements. The application should be distributed among users having also Win98. Established...
0
1596
by: Macadair | last post by:
I develop mid-range multi-user applications for a large site. Currently Win98 and Office97 are the standards used however we are slowly moving to WinXP. Due to the site upgrade cost, we are staying with Office97 for a little longer. This means we will have Win98 and WinXP PC's running Access97. When I compile an Access97 application on a Win98 PC, the resultant .mde functions correctly on both Win98 and WinXP PC's running Access97....
1
1476
by: Jodi Wedll | last post by:
I am attempting to deploy my .Net Application from my WinXP development machine to production systems based upon WinNT and Win98. I believe that it is mostly working except for code relating to the error coding. I have error coding that warns the user of problems with the information supplied. I used "System.Windows.Forms.ErrorProvider" based error coding which flags the control with the problem data for the user. The app blows when...
2
1640
by: Scott | last post by:
I have an application written in C# using VS 2003 with MSDE as the database. The reports use Crystal as provided with VS. The application and reports work correctly under WinXP, but the reports do not work under Win98. I have read the info re dbghelp.dll and CRQE.dll under Win98 ad have implemented the recommendations. This avoids the "Failed to load report" error. http://support.businessobjects.com/library/kbase/articles/c2013420.asp ...
4
1735
by: Wasi Rehman | last post by:
hi friends, I have one webservice which i want to run on win98 system because some reference in that webservice only run in win98, and my ASP.net application is on win2000 pro. I want to call that webservice from my ASP.net application how could i do that........ how can i publish my webservice on win98 , is it possible or not if not then what should i do ........ remember the DLL which is called by my webservice only run on Win98.
7
2166
by: Maravilloso | last post by:
Hi I'm trying to automatically send a postscript file to be printed to the default printer in a Win98 PC, by means of using the instrucction: win32api.ShellExecute (0, "print", "file.ps", None, ".", 0) but it raises an exception with the message: error: (31, 'ShellExecute', 'A device attached to the system is not
2
259
by: jon morgan | last post by:
Hi, I need to debug my app. under Windows 98. Although VS.net can't be installed it I have been able to install both Framework 1.1 and the SDK. Can I debug the app. in VS.net remotely from an XPSP2 system over a peer to peer network ? Although both machines can see each other fine, DCOM seems to jump in when I try to connect to the Win98 machine in Debug>Processes>Name and tells me the
0
1585
by: Robert Dollinger | last post by:
Hi to everyone, I have a Service, that runs on a WinXP machine. The service read a file on a Win98 machine and write the content in a file on the WinXP machine. After tree times I get the error message exceptions.IOError: (13, 'Permission denied'). The following things I have already tested: - The file on Win98 machine could be deleted, so the file is closed
0
8392
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
8912
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8597
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,...
1
6222
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5692
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
4403
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2809
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
2049
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1807
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.