473,586 Members | 2,639 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.WriteLi ne("ok1");
h.GetEnumerator ();
Console.WriteLi ne("ok2");
(h as ICollection).Ge tEnumerator();
Console.WriteLi ne("ok3");
Hashtable h2 = Hashtable.Synch ronized(h);
Console.WriteLi ne("ok4");
h2.GetEnumerato r();
Console.WriteLi ne("ok5");
(h2 as ICollection).Ge tEnumerator();
Console.WriteLi ne("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.NullRefe renceException: Object reference not set to an instance of an
object.

Regards,

Nev

Aug 10 '05 #1
5 1278
> 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******@discu ssions.microsof t.com> wrote in message
news:52******** *************** ***********@mic rosoft.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.WriteLi ne("ok1");
| h.GetEnumerator ();
| Console.WriteLi ne("ok2");
| (h as ICollection).Ge tEnumerator();
| Console.WriteLi ne("ok3");
| Hashtable h2 = Hashtable.Synch ronized(h);
| Console.WriteLi ne("ok4");
| h2.GetEnumerato r();
| Console.WriteLi ne("ok5");
| (h2 as ICollection).Ge tEnumerator();
| Console.WriteLi ne("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.NullRefe renceException: 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******@discu ssions.microsof t.com> wrote in message
news:B2******** *************** ***********@mic rosoft.com...
Submitted.

Aug 10 '05 #6

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

Similar topics

0
2130
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 Oracle. Very briefly: Scribe is written in Java, is based on visual programming and can be extended by adding user-written Java classes; it comes...
0
1983
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 Sybase. Very briefly: Scribe is written in Java, is based on visual programming and can be extended by adding user-written Java classes; it comes...
1
1966
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 Sybase. Very briefly: Scribe is written in Java, is based on visual programming and can be extended by adding user-written Java classes; it comes...
1
3904
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 Sybase. Very briefly: Scribe is written in Java, is based on visual programming and can be extended by adding user-written Java classes; it comes...
0
1568
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 different cities. They may have different names for the same report/document. And the format may need to be changed over time. Now I have the...
1
2482
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. Then i create a new crystal report A Standard Report Creation Wizard window popus up with available datasource I selected Project Data -> ADO.Net...
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 can't, but no harm in asking). This code... Hashtable h = new Hashtable(); Console.WriteLine("ok1"); h.GetEnumerator();...
0
1581
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 via debugging on the APS.NET Development Server, all is fine. When I try this via IIS 5.1, I get the exception "Load Report Failed". I believe that I...
4
1246
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 Mario
0
7912
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7839
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...
0
8202
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. ...
0
8338
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...
0
8216
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5710
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...
0
5390
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...
0
3837
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...
1
1449
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.