473,508 Members | 2,227 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I have a bug to report in .NET 2.0 beta 2.

First I'd like to ask, where can I report bugs to Microsoft such that I will
actually be able to see that something is being done with them and what their
status is? - bugzilla style. (I assume I can't, but no harm in asking).

This code...

Hashtable h = new Hashtable();
Console.WriteLine("ok1");
h.GetEnumerator();
Console.WriteLine("ok2");
(h as ICollection).GetEnumerator();
Console.WriteLine("ok3");
Hashtable h2 = Hashtable.Synchronized(h);
Console.WriteLine("ok4");
h2.GetEnumerator();
Console.WriteLine("ok5");
(h2 as ICollection).GetEnumerator();
Console.WriteLine("ok6");

....results in this output when compiled and run in .NET 1.1...

ok1
ok2
ok3
ok4
ok5
ok6

When compiled and run in .NET 2.0 beta 2 this is the result...

ok1
ok2
ok3
ok4
ok5
System.NullReferenceException: Object reference not set to an instance of an
object.

Regards,

Nev

Aug 10 '05 #1
5 1266
> First I'd like to ask, where can I report bugs to Microsoft such that I will
actually be able to see that something is being done with them and what their
status is? - bugzilla style. (I assume I can't, but no harm in asking).


And second... where can I search for bugs so that I can see if I'm reporting
something that has already been reported?

Cheers.
Aug 10 '05 #2
Nev,
| First I'd like to ask, where can I report bugs to Microsoft such that I
will
| actually be able to see that something is being done with them and what
their
| status is? - bugzilla style. (I assume I can't, but no harm in asking).

See "Product Feedback Center" at:

http://lab.msdn.microsoft.com/vs2005/

It allows you to search for & submit both suggestions & bugs on VS 2005.

For a list of forums dedicated to VS 2005 see:

http://forums.microsoft.com/msdn/

Hope this helps
Jay

"Nev Delap" <Ne******@discussions.microsoft.com> wrote in message
news:52**********************************@microsof t.com...
| First I'd like to ask, where can I report bugs to Microsoft such that I
will
| actually be able to see that something is being done with them and what
their
| status is? - bugzilla style. (I assume I can't, but no harm in asking).
|
| This code...
|
| Hashtable h = new Hashtable();
| Console.WriteLine("ok1");
| h.GetEnumerator();
| Console.WriteLine("ok2");
| (h as ICollection).GetEnumerator();
| Console.WriteLine("ok3");
| Hashtable h2 = Hashtable.Synchronized(h);
| Console.WriteLine("ok4");
| h2.GetEnumerator();
| Console.WriteLine("ok5");
| (h2 as ICollection).GetEnumerator();
| Console.WriteLine("ok6");
|
| ...results in this output when compiled and run in .NET 1.1...
|
| ok1
| ok2
| ok3
| ok4
| ok5
| ok6
|
| When compiled and run in .NET 2.0 beta 2 this is the result...
|
| ok1
| ok2
| ok3
| ok4
| ok5
| System.NullReferenceException: Object reference not set to an instance of
an
| object.
|
| Regards,
|
| Nev
|
Aug 10 '05 #3
Cheers Jay,

Nev.
Aug 10 '05 #4
Submitted.
Aug 10 '05 #5
Good catch :-)

Willy.

"Nev Delap" <Ne******@discussions.microsoft.com> wrote in message
news:B2**********************************@microsof t.com...
Submitted.

Aug 10 '05 #6

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

Similar topics

0
2113
by: Alex Molochnikov | last post by:
Hello everyone, We are looking for beta-testers for our new product - Scribe Report Generator. At the moment, Scribe supports 5 relational databases, including MS SQL Server 2000, Sybase and...
0
1969
by: Alex Molochnikov | last post by:
Hello everyone, We are looking for beta-testers for our new product - Scribe Report Generator. At this moment, Scribe supports 6 relational databases, including Oracle, MS SQL Server 2000, and...
1
1958
by: Alex Molochnikov | last post by:
Hello everyone, We are looking for beta-testers for our new product - Scribe Report Generator. At this moment, Scribe supports 6 relational databases, including Oracle, MS SQL Server 2000 and...
1
3877
by: Alexandr Molochnikov | last post by:
Hello everyone, We are looking for beta-testers for our new product - Scribe Report Generator. At this moment, Scribe supports 6 relational databases, including Oracle, MS SQL Server 2000, and...
0
1564
by: blackpuppy | last post by:
I need to allow the user to design the report format at runtime. I'm studying with what tools that I can do that. The users need to design the report/document by themselves because they are in...
1
2480
by: Sachin | last post by:
Hi, I am working on ASP.Net 2.0 Beta 2 I am having problems creating crystal report using dataset I created a new dataset (DS_ExpCode) and a datatable (DT_ExpCode) under App_Code folder....
5
248
by: Nev Delap | last post by:
First I'd like to ask, where can I report bugs to Microsoft such that I will actually be able to see that something is being done with them and what their status is? - bugzilla style. (I assume I...
0
1570
by: Darrell | last post by:
I am using VS 2005 Beta 2 on XP Pro. I have created a WebService with an "empty" Crystal Report. The only thing in this report is a text element saying "Hello World!". If I run the WebService...
4
1238
Shakss2
by: Shakss2 | last post by:
Hello all, I have a table name "info" which looks like, ProjectID Consultantname 1 Alpha 1 Beta 1 Charlie 2 James 2 ...
0
7231
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7336
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,...
0
7401
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...
1
7063
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...
0
7504
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5059
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...
0
3211
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...
0
3196
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
773
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.