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

For Mr. Ken Tucker [MVP]


First of all,
sorry for posting this by specifying name.
I posted it with an earlier exisiting thread but didn't
get the reply from Ken, so posting it new thread.

Hello Mr.Ken,

Thanks for the reply.

I don't have service pack2 installed on my machine.
I have seen the list of bug fixes with Srvice Pack 2-
http://support.microsoft.com/?kbid=321884&sd=msdn
Specially the Marshalling Problem.

Will that really solve my problem - the specific errors
those I am getting?
My Client also reported one more error-

System.Runtime.InteropServices.SEHException: External
component has
thrown an exception with the StackTrace-
at System.Windows.Forms.SafeNativeMethods.SetWindowPo s
(IntPtr hWnd,
IntPtr hWndInsertAfter, Int32 x, Int32 y, Int32 cx, Int32
cy, Int32
flags)
at System.Windows.Forms.Control.SetBoundsCore(Int32 x,
Int32 y, Int32
width, Int32 height, BoundsSpecified specified)....

Are those .NET Bugs or am I doing something wrong with
Marshalling issues?

Please help,
Thanks in advance,

-Regards,
Dinesh

-----Original Message-----
Hi,

Do you have service pack 2 for framework 1.0 installed ?
Ken
-------------
"Dinesh Jain" <di*******@hotmail.com> wrote in message
news:el***************@TK2MSFTNGP10.phx.gbl...

Hi All,

I am developing an application under Framework 1.0 and really getting unsolvalble problems-

1. System.ExecutionEngineException in Unknown module:

Occurs sometimes not frequent. (Might be Marshalling problems - read from MSDN)

2. Failed to create a bitmap compatible with the screen to get information about screen bitmap format.
Occurs more often than the first one
(When adding .bmp/.ico file's icons to image list)

I am using the following souce code to display local files' icons:
http://groups.google.com/groups?hl=en&lr=&ie=UTF- 8&oe=utf-8&selm=mpg.16f c7d524b40b478989b6b%40msnews.microsoft.com&rnum=8

Plase help,
Thanks in advance,

-Regards,
Dinesh

*** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!

.



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 20 '05 #1
4 1129
Hi,

Service pack 2 includes all the fixes from service pack 1. Which
included a fix for some marshalling problems. It should solve your
problems.

Ken
------------------
"Dinesh Jain" <di*******@hotmail.com> wrote in message
news:uT**************@TK2MSFTNGP12.phx.gbl...

First of all,
sorry for posting this by specifying name.
I posted it with an earlier exisiting thread but didn't
get the reply from Ken, so posting it new thread.

Hello Mr.Ken,

Thanks for the reply.

I don't have service pack2 installed on my machine.
I have seen the list of bug fixes with Srvice Pack 2-
http://support.microsoft.com/?kbid=321884&sd=msdn
Specially the Marshalling Problem.

Will that really solve my problem - the specific errors
those I am getting?
My Client also reported one more error-

System.Runtime.InteropServices.SEHException: External
component has
thrown an exception with the StackTrace-
at System.Windows.Forms.SafeNativeMethods.SetWindowPo s
(IntPtr hWnd,
IntPtr hWndInsertAfter, Int32 x, Int32 y, Int32 cx, Int32
cy, Int32
flags)
at System.Windows.Forms.Control.SetBoundsCore(Int32 x,
Int32 y, Int32
width, Int32 height, BoundsSpecified specified)....

Are those .NET Bugs or am I doing something wrong with
Marshalling issues?

Please help,
Thanks in advance,

-Regards,
Dinesh

-----Original Message-----
Hi,

Do you have service pack 2 for framework 1.0

installed ?

Ken
-------------
"Dinesh Jain" <di*******@hotmail.com> wrote in message
news:el***************@TK2MSFTNGP10.phx.gbl...

Hi All,

I am developing an application under Framework 1.0 and really getting unsolvalble problems-

1. System.ExecutionEngineException in Unknown module:

Occurs sometimes not frequent. (Might be Marshalling problems - read from MSDN)

2. Failed to create a bitmap compatible with the screen to get information about screen bitmap format.
Occurs more often than the first one
(When adding .bmp/.ico file's icons to image list)

I am using the following souce code to display local files' icons:
http://groups.google.com/groups?hl=en&lr=&ie=UTF- 8&oe=utf-8&selm=mpg.16f c7d524b40b478989b6b%40msnews.microsoft.com&rnum=8

Plase help,
Thanks in advance,

-Regards,
Dinesh

*** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!

.



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 20 '05 #2

Hi Mr. Ken,
Thanks for the reply.
I downloaded the service pack 2 but it's giving
installation problem- asking about some netfx.msi
file. Is there anything required with Service Pack 2
apart from .NET Framework 1.0 ?

Please help,
Thanks in advance,

-Regards,
Dinesh

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 20 '05 #3
Hi,

Not that I am aware of.

Ken
---------------
"Dinesh Jain" <di*******@hotmail.com> wrote in message
news:u%****************@tk2msftngp13.phx.gbl...

Hi Mr. Ken,
Thanks for the reply.
I downloaded the service pack 2 but it's giving
installation problem- asking about some netfx.msi
file. Is there anything required with Service Pack 2
apart from .NET Framework 1.0 ?

Please help,
Thanks in advance,

-Regards,
Dinesh

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 20 '05 #4

Hi Mr. Ken,
Anyways thanks for the reply, I will try to solve the
installation problem and then I will check for the errors
those I am getting without service pack 2.
Thanks.

-Regards,
Dinesh


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 20 '05 #5

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

Similar topics

9
by: Daniel Walzenbach | last post by:
Hi, I'd like to know how I can nominate somebody as a MVP? I've checked the MVP FAQ but haven't found anything (@ least not on the german one...) Thank you! Best regards Daniel Walzenbach
15
by: Jax | last post by:
I thought at first it was Microsoft Verified Programmer in regards to a qualification you can earn from microsoft. I remember in another conversation an MVP said it mean Most Valued Programmer or...
7
by: Douglas Robson | last post by:
Ok, I've removed the MyItem class which is found in References.cs and replaced it with a reference to the namespace that has MyItem in it. I've also got rid of the tag at the top of the MyItem...
13
by: Arsalan | last post by:
I know this not the right place to post this question, but I've seen couple of people with these certification. Although i know what is MCSD but i dont know the difference between MCSD, MCP...
2
by: Robin Tucker | last post by:
I have a DLL that hands me an HGLOBAL handle to a blob of memory containing a WAV file (don't ask what the app is!). I figured I could play it with winmm.dll PlaySound or sndPlaySound...
7
by: Supra | last post by:
hi ken tucker, how will i do in vb.net? in vb6 i have no problem. i have rewritten in vb.net but i got white blank form. i am doing irc chat project similar mirc chat. in vb6 class module (not...
2
by: Supra | last post by:
I had problem in irc chat. first server from UNDERNET i had crashed and some other servers had no plobem such as DALNET, WEBMASTER, EFFNET, CHATNET, etc. why? Undernet do not sent server name plus...
12
by: Bernie Yaeger | last post by:
I asked two fairly simple questions, or so I thought, but have received no ideas at all. 1. What is the control that MS uses in Outlook Express that contains attachments? It appears to be a...
13
by: Terry Burns | last post by:
MVP's eh. Well, I think there are some people who definately dont deserve them but get them because of their connections. I've just been looking at the MVP list for VB and I can see at least one...
2
by: Jeremy | last post by:
Hello I am using a web cam service that saves images every five minutes based off the example given by Ken Tucker. (hopefully I can catch him!) It works great for the most part. I need to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
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
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...

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.