473,388 Members | 1,427 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,388 software developers and data experts.

"Set not supported at runtime" means what??

What does
"Set not supported at runtime"

in the Task List mean?

Thanks in advance for any info
Nov 21 '05 #1
6 1760
The keyword "Set" is only supported in Property declarations. It has been
removed from the VB language to make object references.

Are you using the keyword "Set" in your code somewhere?
" Just Me" <gr****@a-znet.com> wrote in message
news:Ox**************@TK2MSFTNGP12.phx.gbl...
What does
"Set not supported at runtime"

in the Task List mean?

Thanks in advance for any info

Nov 21 '05 #2
" Just Me" <gr****@a-znet.com> schrieb:
What does
"Set not supported at runtime"

in the Task List mean?


Doubleclick the task to see if it's associated with a certain line of code.
If you are not able to fix the problem, post some code.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 21 '05 #3
Not that I know of. I'll search files to see if it appears. This was a VB6
app.

"Scott M." <s-***@nospam.nospam> wrote in message
news:OL**************@TK2MSFTNGP10.phx.gbl...
The keyword "Set" is only supported in Property declarations. It has been
removed from the VB language to make object references.

Are you using the keyword "Set" in your code somewhere?
" Just Me" <gr****@a-znet.com> wrote in message
news:Ox**************@TK2MSFTNGP12.phx.gbl...
What does
"Set not supported at runtime"

in the Task List mean?

Thanks in advance for any info


Nov 21 '05 #4

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
" Just Me" <gr****@a-znet.com> schrieb:
What does
"Set not supported at runtime"

in the Task List mean?
Doubleclick the task to see if it's associated with a certain line of
code.

No it does not. If you are not able to fix the problem, post some code. I'd have to post everything, maybe 1000 lines, since I don't even know which
project it is in.
Funny thing I just noticed, I closed all documents and the item disappeared
from the task list.
Maybe if I watch and open files one at a time I may see it come back


--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #5
If it was a VB 6 app, then you most likely have Set used to declare object
references as well as to destroy object references. Also, in VB 6 class
development, when making a property assignment section, the syntax was to
use Property Let, which is now a Set section within the Property
declaration.

" Just Me" <gr****@a-znet.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Not that I know of. I'll search files to see if it appears. This was a
VB6 app.

"Scott M." <s-***@nospam.nospam> wrote in message
news:OL**************@TK2MSFTNGP10.phx.gbl...
The keyword "Set" is only supported in Property declarations. It has
been removed from the VB language to make object references.

Are you using the keyword "Set" in your code somewhere?
" Just Me" <gr****@a-znet.com> wrote in message
news:Ox**************@TK2MSFTNGP12.phx.gbl...
What does
"Set not supported at runtime"

in the Task List mean?

Thanks in advance for any info



Nov 21 '05 #6
Thanks again

"Scott M." <s-***@nospam.nospam> wrote in message
news:uX**************@tk2msftngp13.phx.gbl...
If it was a VB 6 app, then you most likely have Set used to declare object
references as well as to destroy object references. Also, in VB 6 class
development, when making a property assignment section, the syntax was to
use Property Let, which is now a Set section within the Property
declaration.

" Just Me" <gr****@a-znet.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Not that I know of. I'll search files to see if it appears. This was a
VB6 app.

"Scott M." <s-***@nospam.nospam> wrote in message
news:OL**************@TK2MSFTNGP10.phx.gbl...
The keyword "Set" is only supported in Property declarations. It has
been removed from the VB language to make object references.

Are you using the keyword "Set" in your code somewhere?
" Just Me" <gr****@a-znet.com> wrote in message
news:Ox**************@TK2MSFTNGP12.phx.gbl...
What does
"Set not supported at runtime"

in the Task List mean?

Thanks in advance for any info



Nov 21 '05 #7

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

Similar topics

1
by: skilla | last post by:
Hi people, I've got WinXP Pro SP2 English on my laptop and since installing SP2 got the IISRESET "No such interface supported" error. The whole story: I was writing a fairly simple ASP app...
1
by: J. Muenchbourg | last post by:
The following line in part of my asp-sql block: Set rs = Server.CreateObject("ADODB.Recordset") creates an application error: "Set" assignment statements are no longer supported (in this...
3
by: asd987 | last post by:
Hi, Can anyone tell me if "replace" is supported by Access 97? I use the Dutch version and get the errormessage "sub or function not supported". Or is the Professional Edition needed? Thanks.
9
by: Mike Bridge | last post by:
I am using MS Access 2003, and I typed in a query in SQL view which was working fine. Now when I open it, it gives me the error "Join expression not supported". Apparently, Access "fixed" it for...
5
by: bor_kev | last post by:
Hi ! I tried everywhere in Microsoft Visual Studio 2005 Beta(MVS 2005 Beta) to put the option "/clr:oldSyntax" but I didn't find it. How can I add it please? Sincerely bor_kev
4
by: Julia | last post by:
Hi, I have upload my ASP.NET application to my IIS 6.0 server and whenever i try to get a aspx page i get "The request is not supported. " in return when i try to get a .txt file which is in...
5
by: inetmug | last post by:
I would like my ASP.NET apps to pick up there associated assembly references at runtime but I do not see a runtime tag in the web.config schema, or am I wrong? -- Patrick
23
by: Phil Powell | last post by:
// OBTAINED FROM http://www.javascripter.net/faq/settinga.htm // NOTE THAT IF YOU SET days TO -1 THE COOKIE WILL BE SET TO YESTERDAY AND THUS EXPIRE function setCookie(name, value, days, docObj)...
6
by: William | last post by:
for example, I have a global object: extern Object myobj; Can gcc get this object by using string "myobj" at runtime?? I know C++ rtti doesnt support this, but I dont know if gcc can , ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
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
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...

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.