473,412 Members | 2,281 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

Error with C# Compiler

qaHi,

I am trying to assign value to a member of object of a struct, the object is
treated under foreach.

I got the error : error CS0170: Use of possibly unassigned field 'price'

according to a thread in same group it is bug with C# 7.0, 7.1
" It is
caused by having semi-large structs or just a large number of structs as
locals"

Is there any SP, Another version?
I've universal subscription of MSDN and got lots of DVDs. If you tell me the
number of the disc, it would save me some time.
Thanks,

Fahad Ashfaque
Nov 16 '05 #1
5 2563
Hello Fahad,
qaHi,

I am trying to assign value to a member of object of a struct, the object is treated under foreach.

I got the error : error CS0170: Use of possibly unassigned field 'price'

according to a thread in same group it is bug with C# 7.0, 7.1
" It is
caused by having semi-large structs or just a large number of structs as
locals"
Interesting. I went looking for that thread and didn't find it, in this
group or any other. I'd love to learn the circumstances around that one.
Of course, that may or may not be your problem. How about if you post some
code?

This error is most often caused by the use of a field within a struct
without you having assigned the struct first.

Is there any SP, Another version?
What version and sp are you using? .Net framework 1.1 is up to SP1, .Net
framework 1.0 is up to SP3
I've universal subscription of MSDN and got lots of DVDs. If you tell me the number of the disc, it would save me some time.
Sorry. I don't have the MSDN personally. You have an index on the first
disk. That will tell you what disk to find the framework service packs on.


Thanks,

Fahad Ashfaque

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
Nov 16 '05 #2
Hi Fahad
What I suggest is that you contact your local Microsoft support as they
would route you within MS as needed and if there is a hot fix for that
they will send it to you. Since you have an MSDN your are entitled to 2
free support incidents at least depending on type of your MSDN
subscription. .Mohamed M .Mahfouz
Developer Support Engineer
ITWorx on behalf of Microsoft EMEA GTSC
Nov 16 '05 #3
Before you call MS, post the code that is giving you the error
(preferably an entire method) so that we can look at it. Perhaps it's
something that we can explain, that will save you using up one of your
support calls.

Nov 16 '05 #4
Well Nick
You may goto that thread by following this hyperlink
http://groups-beta.google.com/group/...197ef095a185c9
read the whole thread, or atleast read the last message of an MVP.

"Nick Malik [Microsoft]" wrote:
Hello Fahad,
qaHi,

I am trying to assign value to a member of object of a struct, the object

is
treated under foreach.

I got the error : error CS0170: Use of possibly unassigned field 'price'

according to a thread in same group it is bug with C# 7.0, 7.1
" It is
caused by having semi-large structs or just a large number of structs as
locals"


Interesting. I went looking for that thread and didn't find it, in this
group or any other. I'd love to learn the circumstances around that one.
Of course, that may or may not be your problem. How about if you post some
code?

This error is most often caused by the use of a field within a struct
without you having assigned the struct first.

Is there any SP, Another version?


What version and sp are you using? .Net framework 1.1 is up to SP1, .Net
framework 1.0 is up to SP3
I've universal subscription of MSDN and got lots of DVDs. If you tell me

the
number of the disc, it would save me some time.


Sorry. I don't have the MSDN personally. You have an index on the first
disk. That will tell you what disk to find the framework service packs on.


Thanks,

Fahad Ashfaque

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--

Nov 16 '05 #5
Hello Fahad,

The last message wasn't posted my an MVP. It was posted by a Microsoft
employee.

I'll ask around.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Fahad Ashfaque" <Fa***********@discussions.microsoft.com> wrote in message
news:D0**********************************@microsof t.com...
Well Nick
You may goto that thread by following this hyperlink
http://groups-beta.google.com/group/...197ef095a185c9

read the whole thread, or atleast read the last message of an MVP.

"Nick Malik [Microsoft]" wrote:
Hello Fahad,
qaHi,

I am trying to assign value to a member of object of a struct, the object
is
treated under foreach.

I got the error : error CS0170: Use of possibly unassigned field
'price'
according to a thread in same group it is bug with C# 7.0, 7.1
" It is
caused by having semi-large structs or just a large number of structs as locals"


Interesting. I went looking for that thread and didn't find it, in this
group or any other. I'd love to learn the circumstances around that

one. Of course, that may or may not be your problem. How about if you post some code?

This error is most often caused by the use of a field within a struct
without you having assigned the struct first.

Is there any SP, Another version?


What version and sp are you using? .Net framework 1.1 is up to SP1, ..Net framework 1.0 is up to SP3
I've universal subscription of MSDN and got lots of DVDs. If you tell
me the
number of the disc, it would save me some time.


Sorry. I don't have the MSDN personally. You have an index on the first disk. That will tell you what disk to find the framework service packs on.


Thanks,

Fahad Ashfaque

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--

Nov 16 '05 #6

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

Similar topics

0
by: Jagdeesh | last post by:
Hai Colleagues, I am using Tomcat 4.1.24 and JDK 1.4.0_03 in my winXP machine. I've transferred a set of folders(containing jsp files) into tomcat's webapps directory(to /webapps/bob ,...
6
by: paul calvert | last post by:
I hope somewhere here has encountered and solved a similar problem in the past. 1) on a new Win2000 PC: installed Visual C++ 6.0 download & install single file Service Pack 5.0 2) try to...
2
by: Mike Fisher | last post by:
I'm seeing an error when I try to run/debug a web service. Although it doesn't happen every time, it does occur more than half of the times I hit F5. It appears to be returned by the the JIT...
30
by: Neil Zanella | last post by:
Hello, Allow me to share my frustrations with GNU g++. This is the second time something similar happens to me: I can't find anything wrong with my C++ program and yet I get segfaults, and...
2
by: Mary | last post by:
Hello, I am having a problem with the cl compiler. I have written a C class (RegConnect.c) which uses Win32 API functions such as RegOpenKey, RegCloseKey etc. Initially when I was trying to...
0
by: rollasoc | last post by:
Hi, I seem to be getting a compiler error Internal Compiler Error (0xc0000005 at address 535DB439): likely culprit is 'BIND'. An internal error has occurred in the compiler. To work around...
1
by: Ayende Rahien | last post by:
reparing resources... Updating references... Performing main compilation... error CS0583: Internal Compiler Error (0xc0000005 at address 53168B12): likely culprit is 'BIND'. An internal...
6
by: David Lack | last post by:
Hi, I recently installed a 60-day trial of .NET 2003 on my development system. I made tests with previous personal projects (which compiled ok with VC6) and some open source files, and keep...
1
by: kvarada | last post by:
Hello Experts, I am building my application on WinNT.4.0_i386_MSVC.7.1 platform. When I build the application on a stand alone machine, it builds fine. But when I build the same application from a...
0
by: silviu | last post by:
Hello I'm trying to install Microsoft SQL 2005 Server Express Edition but I'm getting the following error: SQL Server Setup unexpectedly failed... Then it says something about a log file. Here's...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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
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...
0
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,...

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.