Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   Hello Everyone, (http://www.outlookbanter.com/add-ins-outlook/27464-hello-everyone.html)

Rupang September 19th 06 03:45 PM

Hello Everyone,
 
Hello Everyone,

We have a Outlook 2003 AddIn developed in VB.NET (.NET1.1)

We have a customise form (.oft) for out contact item.
So when we open that Contact Form and click on the Insert-Item option on
the Menu bar; we get following error:

"Unhandled exception at 0x30069a0b in OUTLOOK.EXE: 0xC0000005: Access
violation reading location 0x00000000."

And then Outlook crashes!

What could be the problem and any solution to this problem?

Thanks,
Rupang


Sue Mosher [MVP-Outlook] September 19th 06 03:49 PM

Hello Everyone,
 
Why are you using an .oft file instead of a published custom form?
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Rupang" wrote in message ...
Hello Everyone,

We have a Outlook 2003 AddIn developed in VB.NET (.NET1.1)

We have a customise form (.oft) for out contact item.
So when we open that Contact Form and click on the Insert-Item option on
the Menu bar; we get following error:

"Unhandled exception at 0x30069a0b in OUTLOOK.EXE: 0xC0000005: Access
violation reading location 0x00000000."

And then Outlook crashes!

What could be the problem and any solution to this problem?

Thanks,
Rupang


Rupang September 19th 06 04:41 PM

Hello Everyone,
 
We are using VS 2003 as the Dev Platform so we use .oft and publish it to the
Folder in outlook (only one time when we deploy the new form with changes).
I know of Custom Form in VS 2005, not sure what do you mean by Custom Forms
in VS 2003?
Pl let me know if any further info is required
Thanks,
Rupang

"Sue Mosher [MVP-Outlook]" wrote:

Why are you using an .oft file instead of a published custom form?
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Rupang" wrote in message ...
Hello Everyone,

We have a Outlook 2003 AddIn developed in VB.NET (.NET1.1)

We have a customise form (.oft) for out contact item.
So when we open that Contact Form and click on the Insert-Item option on
the Menu bar; we get following error:

"Unhandled exception at 0x30069a0b in OUTLOOK.EXE: 0xC0000005: Access
violation reading location 0x00000000."

And then Outlook crashes!

What could be the problem and any solution to this problem?

Thanks,
Rupang



Sue Mosher [MVP-Outlook] September 19th 06 05:23 PM

Hello Everyone,
 
All versions of Outlook support publishing custom forms. My question is whether you're using the unpublished .oft form to create the new item or the published form. Your original post suggested that you're using the ..oft form.

If you are using the published form, to what folder are you publishing the form?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Rupang" wrote in message ...
We are using VS 2003 as the Dev Platform so we use .oft and publish it to the
Folder in outlook (only one time when we deploy the new form with changes).
I know of Custom Form in VS 2005, not sure what do you mean by Custom Forms
in VS 2003?

"Sue Mosher [MVP-Outlook]" wrote:

Why are you using an .oft file instead of a published custom form?



"Rupang" wrote in message ...
Hello Everyone,

We have a Outlook 2003 AddIn developed in VB.NET (.NET1.1)

We have a customise form (.oft) for out contact item.
So when we open that Contact Form and click on the Insert-Item option on
the Menu bar; we get following error:

"Unhandled exception at 0x30069a0b in OUTLOOK.EXE: 0xC0000005: Access
violation reading location 0x00000000."

And then Outlook crashes!

What could be the problem and any solution to this problem?

Thanks,
Rupang



Rupang September 19th 06 06:21 PM

Hello Everyone,
 
I am using published form and I am publising it to the our own Custom Folder
in the Custom PST file.


"Sue Mosher [MVP-Outlook]" wrote:

All versions of Outlook support publishing custom forms. My question is whether you're using the unpublished .oft form to create the new item or the published form. Your original post suggested that you're using the ..oft form.

If you are using the published form, to what folder are you publishing the form?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Rupang" wrote in message ...
We are using VS 2003 as the Dev Platform so we use .oft and publish it to the
Folder in outlook (only one time when we deploy the new form with changes).
I know of Custom Form in VS 2005, not sure what do you mean by Custom Forms
in VS 2003?

"Sue Mosher [MVP-Outlook]" wrote:

Why are you using an .oft file instead of a published custom form?



"Rupang" wrote in message ...
Hello Everyone,

We have a Outlook 2003 AddIn developed in VB.NET (.NET1.1)

We have a customise form (.oft) for out contact item.
So when we open that Contact Form and click on the Insert-Item option on
the Menu bar; we get following error:

"Unhandled exception at 0x30069a0b in OUTLOOK.EXE: 0xC0000005: Access
violation reading location 0x00000000."

And then Outlook crashes!

What could be the problem and any solution to this problem?

Thanks,
Rupang




Sue Mosher [MVP-Outlook] September 19th 06 06:33 PM

Hello Everyone,
 
Thanks for clearing that up. You didn't remove the large item body control on the custom form layout, did you? THat must be present if you want users to be able to attach files.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Rupang" wrote in message ...
I am using published form and I am publising it to the our own Custom Folder
in the Custom PST file.


We have a Outlook 2003 AddIn developed in VB.NET (.NET1.1)

So when we open that Contact Form and click on the Insert-Item option on
the Menu bar; we get following error:

"Unhandled exception at 0x30069a0b in OUTLOOK.EXE: 0xC0000005: Access
violation reading location 0x00000000."

And then Outlook crashes!

What could be the problem and any solution to this problem?

Thanks,
Rupang




Rupang September 19th 06 08:57 PM

Hello Everyone,
 
Thats correct! The Large item body control does exists on the Contact Form
Layout.
Do I need to check any property ect?

And the Insert-File menu does work only this Insert-Item throws this
exception!


"Sue Mosher [MVP-Outlook]" wrote:

Thanks for clearing that up. You didn't remove the large item body control on the custom form layout, did you? THat must be present if you want users to be able to attach files.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Rupang" wrote in message ...
I am using published form and I am publising it to the our own Custom Folder
in the Custom PST file.


We have a Outlook 2003 AddIn developed in VB.NET (.NET1.1)

So when we open that Contact Form and click on the Insert-Item option on
the Menu bar; we get following error:

"Unhandled exception at 0x30069a0b in OUTLOOK.EXE: 0xC0000005: Access
violation reading location 0x00000000."

And then Outlook crashes!

What could be the problem and any solution to this problem?

Thanks,
Rupang





Sue Mosher [MVP-Outlook] September 19th 06 09:09 PM

Hello Everyone,
 
I don't have any ideas on why that won't work. DId you install the PIA for Outlook 2003 by running Office setup?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Rupang" wrote in message ...
Thats correct! The Large item body control does exists on the Contact Form
Layout.
Do I need to check any property ect?

And the Insert-File menu does work only this Insert-Item throws this
exception!

I am using published form and I am publising it to the our own Custom Folder
in the Custom PST file.


We have a Outlook 2003 AddIn developed in VB.NET (.NET1.1)

So when we open that Contact Form and click on the Insert-Item option on
the Menu bar; we get following error:

"Unhandled exception at 0x30069a0b in OUTLOOK.EXE: 0xC0000005: Access
violation reading location 0x00000000."

And then Outlook crashes!

What could be the problem and any solution to this problem?



Rupang September 19th 06 09:22 PM

Hello Everyone,
 
That's correct! The PIA's are installed using the Office Setup.

Also the previous version of the Add-In works fine for this action as well!

Its just his new version that we release recently has introduced this issue!

There is no major change in any code or deployment technique!

Thanks,


"Sue Mosher [MVP-Outlook]" wrote:

I don't have any ideas on why that won't work. DId you install the PIA for Outlook 2003 by running Office setup?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Rupang" wrote in message ...
Thats correct! The Large item body control does exists on the Contact Form
Layout.
Do I need to check any property ect?

And the Insert-File menu does work only this Insert-Item throws this
exception!

I am using published form and I am publising it to the our own Custom Folder
in the Custom PST file.


We have a Outlook 2003 AddIn developed in VB.NET (.NET1.1)

So when we open that Contact Form and click on the Insert-Item option on
the Menu bar; we get following error:

"Unhandled exception at 0x30069a0b in OUTLOOK.EXE: 0xC0000005: Access
violation reading location 0x00000000."

And then Outlook crashes!

What could be the problem and any solution to this problem?




Tom at GSD September 19th 06 10:46 PM

Hello Everyone,
 
Hi Rupang,

It sounds like you are not publishing the form correctly. You may want to
revisist the way that you are publishing the form. If you are following an
example from CodeProject with regard to publishing a form then that is the
reason you are getting the exceptions thrown.


Tom -



"Rupang" wrote:

That's correct! The PIA's are installed using the Office Setup.

Also the previous version of the Add-In works fine for this action as well!

Its just his new version that we release recently has introduced this issue!

There is no major change in any code or deployment technique!

Thanks,


"Sue Mosher [MVP-Outlook]" wrote:

I don't have any ideas on why that won't work. DId you install the PIA for Outlook 2003 by running Office setup?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Rupang" wrote in message ...
Thats correct! The Large item body control does exists on the Contact Form
Layout.
Do I need to check any property ect?

And the Insert-File menu does work only this Insert-Item throws this
exception!

I am using published form and I am publising it to the our own Custom Folder
in the Custom PST file.


We have a Outlook 2003 AddIn developed in VB.NET (.NET1.1)

So when we open that Contact Form and click on the Insert-Item option on
the Menu bar; we get following error:

"Unhandled exception at 0x30069a0b in OUTLOOK.EXE: 0xC0000005: Access
violation reading location 0x00000000."

And then Outlook crashes!

What could be the problem and any solution to this problem?





All times are GMT +1. The time now is 07:09 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com