473,397 Members | 2,056 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,397 software developers and data experts.

Interop.MSProject FileSaveAs

In trying to write VB.Net code to control MSProject 2003 it was recommended
that I record a macro in MSProject and transfer the code to VB.Net. When
recording the FileSaveAs (to the project server) I get the following:

FileSaveAs(Name:="<>\MyProject.Published", UserID:="", DatabasePassWord:="",
FormatID:="")

However, this gives me the "useful" error message "An unexpected error
occurred with the method." when applied to my application in the following
way:

Dim prj As New Microsoft.Office.Interop.MSProject.Application

With prj
.FileOpen("c:\prjTemplate.mpp")
.ActiveProject.Name = "DOG"
.ActiveProject.Comments = "CAT"
.FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="", FormatID:="")
.FileClose()
End With

Any help would be appreciated.

--
stullhe104
Sep 10 '08 #1
10 3968
Hello stullhe104

The error happens for lack of the credential information. When you record
macros, Project does not record the user id and password information for
sake of security. Thus, you see the UserID and DatabasePassWord parameters
be "" in the code. We would need to manually specify their values.

In addition, you would need to make sure that your Project is not working
offline, and the user logged on has the proper permission. Otherwise, an
error message "You do not have sufficient permissions to add new projects to
Project Server" will be popped up. Project allows us to choose the account
when it starts up.

Regards,
Jialiang Ge (ji****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
"Herb" <st********@newsgroup.nospamwrote in message
news:08**********************************@microsof t.com...
In trying to write VB.Net code to control MSProject 2003 it was
recommended
that I record a macro in MSProject and transfer the code to VB.Net. When
recording the FileSaveAs (to the project server) I get the following:

FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="",
FormatID:="")

However, this gives me the "useful" error message "An unexpected error
occurred with the method." when applied to my application in the following
way:

Dim prj As New Microsoft.Office.Interop.MSProject.Application

With prj
.FileOpen("c:\prjTemplate.mpp")
.ActiveProject.Name = "DOG"
.ActiveProject.Comments = "CAT"
.FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="", FormatID:="")
.FileClose()
End With

Any help would be appreciated.

--
stullhe104

Sep 11 '08 #2
Thanks for the reply. When I provide my Windows Auth userid and password I
get the same error.

.FileSaveAs(Name:="<>\MyProject.Published", UserID:="DOMAIN\USERID",
DatabasePassWord:="mypasword", FormatID:="")

--
stullhe104
"Jialiang Ge [MSFT]" wrote:
Hello stullhe104

The error happens for lack of the credential information. When you record
macros, Project does not record the user id and password information for
sake of security. Thus, you see the UserID and DatabasePassWord parameters
be "" in the code. We would need to manually specify their values.

In addition, you would need to make sure that your Project is not working
offline, and the user logged on has the proper permission. Otherwise, an
error message "You do not have sufficient permissions to add new projects to
Project Server" will be popped up. Project allows us to choose the account
when it starts up.

Regards,
Jialiang Ge (ji****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
"Herb" <st********@newsgroup.nospamwrote in message
news:08**********************************@microsof t.com...
In trying to write VB.Net code to control MSProject 2003 it was
recommended
that I record a macro in MSProject and transfer the code to VB.Net. When
recording the FileSaveAs (to the project server) I get the following:

FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="",
FormatID:="")

However, this gives me the "useful" error message "An unexpected error
occurred with the method." when applied to my application in the following
way:

Dim prj As New Microsoft.Office.Interop.MSProject.Application

With prj
.FileOpen("c:\prjTemplate.mpp")
.ActiveProject.Name = "DOG"
.ActiveProject.Comments = "CAT"
.FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="", FormatID:="")
.FileClose()
End With

Any help would be appreciated.

--
stullhe104


Sep 11 '08 #3
Hello stullhe104,

The error this time is caused by the possibility that the MSProject instance
is working offline (see the second point in my last reply). My colleague Ji
Zhou [MSFT] and I are searching for the possible solutions of automating
Project to connect to the Project server. We will get back to you as soon as
possible.

Regards,
Jialiang Ge (ji****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
"Herb" <st********@newsgroup.nospamwrote in message
news:1E**********************************@microsof t.com...
Thanks for the reply. When I provide my Windows Auth userid and password I
get the same error.

.FileSaveAs(Name:="<>\MyProject.Published", UserID:="DOMAIN\USERID",
DatabasePassWord:="mypasword", FormatID:="")

--
stullhe104
"Jialiang Ge [MSFT]" wrote:
>Hello stullhe104

The error happens for lack of the credential information. When you record
macros, Project does not record the user id and password information for
sake of security. Thus, you see the UserID and DatabasePassWord
parameters
be "" in the code. We would need to manually specify their values.

In addition, you would need to make sure that your Project is not working
offline, and the user logged on has the proper permission. Otherwise, an
error message "You do not have sufficient permissions to add new projects
to
Project Server" will be popped up. Project allows us to choose the
account
when it starts up.

Regards,
Jialiang Ge (ji****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

=============================================== ==
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you.
Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no
rights.
=============================================== ==
"Herb" <st********@newsgroup.nospamwrote in message
news:08**********************************@microso ft.com...
In trying to write VB.Net code to control MSProject 2003 it was
recommended
that I record a macro in MSProject and transfer the code to VB.Net.
When
recording the FileSaveAs (to the project server) I get the following:

FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="",
FormatID:="")

However, this gives me the "useful" error message "An unexpected error
occurred with the method." when applied to my application in the
following
way:

Dim prj As New Microsoft.Office.Interop.MSProject.Application

With prj
.FileOpen("c:\prjTemplate.mpp")
.ActiveProject.Name = "DOG"
.ActiveProject.Comments = "CAT"
.FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="", FormatID:="")
.FileClose()
End With

Any help would be appreciated.

--
stullhe104



Sep 12 '08 #4
Thanks. I await your reply.

--
stullhe104
"Jialiang Ge [MSFT]" wrote:
Hello stullhe104,

The error this time is caused by the possibility that the MSProject instance
is working offline (see the second point in my last reply). My colleague Ji
Zhou [MSFT] and I are searching for the possible solutions of automating
Project to connect to the Project server. We will get back to you as soon as
possible.

Regards,
Jialiang Ge (ji****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
"Herb" <st********@newsgroup.nospamwrote in message
news:1E**********************************@microsof t.com...
Thanks for the reply. When I provide my Windows Auth userid and password I
get the same error.

.FileSaveAs(Name:="<>\MyProject.Published", UserID:="DOMAIN\USERID",
DatabasePassWord:="mypasword", FormatID:="")

--
stullhe104
"Jialiang Ge [MSFT]" wrote:
Hello stullhe104

The error happens for lack of the credential information. When you record
macros, Project does not record the user id and password information for
sake of security. Thus, you see the UserID and DatabasePassWord
parameters
be "" in the code. We would need to manually specify their values.

In addition, you would need to make sure that your Project is not working
offline, and the user logged on has the proper permission. Otherwise, an
error message "You do not have sufficient permissions to add new projects
to
Project Server" will be popped up. Project allows us to choose the
account
when it starts up.

Regards,
Jialiang Ge (ji****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you.
Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no
rights.
=================================================
"Herb" <st********@newsgroup.nospamwrote in message
news:08**********************************@microsof t.com...
In trying to write VB.Net code to control MSProject 2003 it was
recommended
that I record a macro in MSProject and transfer the code to VB.Net.
When
recording the FileSaveAs (to the project server) I get the following:

FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="",
FormatID:="")

However, this gives me the "useful" error message "An unexpected error
occurred with the method." when applied to my application in the
following
way:

Dim prj As New Microsoft.Office.Interop.MSProject.Application

With prj
.FileOpen("c:\prjTemplate.mpp")
.ActiveProject.Name = "DOG"
.ActiveProject.Comments = "CAT"
.FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="", FormatID:="")
.FileClose()
End With

Any help would be appreciated.

--
stullhe104


Sep 12 '08 #5
Hi,

How is Project initiated? If your code does this, then how have you logged
onto Project Server?

If I wanted to start project from Excel VBA I would use:

Sub StartProject()
'Requires Reference to Microsoft Project
Dim projApp As MSProject.Application
On Error Resume Next
'Uses Windows Authentication as no username or password parameters added
Shell "winproj.exe /s http://ProjectServerName/ProjectServer/"
Do Until Not (projApp Is Nothing)
DoEvents
Set projApp = GetObject(, "MSProject.Application")
Loop
Debug.Print projApp.Name
Debug.Print projApp.Profiles. _
ActiveProfile.ConnectionState
projApp.Quit
Set projApp = Nothing
End Sub

This code won't need much change to work in VB

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com

"Herb" <st********@newsgroup.nospamwrote in message
news:08**********************************@microsof t.com...
In trying to write VB.Net code to control MSProject 2003 it was
recommended
that I record a macro in MSProject and transfer the code to VB.Net. When
recording the FileSaveAs (to the project server) I get the following:

FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="",
FormatID:="")

However, this gives me the "useful" error message "An unexpected error
occurred with the method." when applied to my application in the following
way:

Dim prj As New Microsoft.Office.Interop.MSProject.Application

With prj
.FileOpen("c:\prjTemplate.mpp")
.ActiveProject.Name = "DOG"
.ActiveProject.Comments = "CAT"
.FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="", FormatID:="")
.FileClose()
End With

Any help would be appreciated.

--
stullhe104
Sep 13 '08 #6
Hello Herb,

This is Ji Zhou [MSFT] and I will be working on this issue with you when my
colleague Jialiang Ge is on leave.

After some research on my side about this issue, I find out the error
results from we are running on the local account “My Computer” instead of an
Project Server account. Thus, the key point is we need to force project to
start using a server account. I did not find any way to programmatically
achieve that. Currently, my workaround is same as Rod’s. I am giving it in
VB.NET version. We need to call Process.Start to start the project
application and then get the application object by Marshal.GetActiveObject()
method. The following is my code which works fine in my side:

Sub Main()
On Error Resume Next
Process.Start("C:\Program Files\Microsoft Office\Office11\Winproj.exe")
Console.WriteLine("Waiting for the Project registered in ROT:")
Threading.Thread.Sleep(5000)

Dim app As MSProject.Application = Nothing

Do Until Not (app Is Nothing)
app = Marshal.GetActiveObject("MSProject.Application")
Loop

Console.WriteLine("The active profile information is:")
Console.WriteLine(app.Profiles.ActiveProfile.Name)

app.FileSaveAs(Name:="<>\mytest.Published")
Console.WriteLine("Saved to the Project Server 2003 successfully")
End Sub

As we see, we make the calling thread sleep for 5 seconds before we get the
active project application instance. The reason for doing this is the Office
application is not registered in the running object table as soon as it
starts. So, if we call Marshal.GetActiveObject immediately after calling
Process.Start, an error will be thrown to say that cannot find the active
application instance.

Another thing to mention is that I did not pass parameters into
Process.Start() function to specify the server and account information
because I set my server account as default and checked the Automatically
detect connection state option, in the Project Server Accounts dialog. To
show the dialog, we need to click Menu->Enterprise Option->Microsoft Office
Project Server Accounts

Please let me know if the workaround works for you or not. And if you have
any future questions or concerns, please feel free to let me know, I will
try my best to help!
Best regards,
Ji Zhou (v-****@online.microsoft.com, remove ‘online.’)
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.
"Herb" <st********@newsgroup.nospamwrote in message
news:2D**********************************@microsof t.com...
Thanks. I await your reply.

--
stullhe104
"Jialiang Ge [MSFT]" wrote:
>Hello stullhe104,

The error this time is caused by the possibility that the MSProject
instance
is working offline (see the second point in my last reply). My colleague
Ji
Zhou [MSFT] and I are searching for the possible solutions of automating
Project to connect to the Project server. We will get back to you as soon
as
possible.

Regards,
Jialiang Ge (ji****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

=============================================== ==
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you.
Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no
rights.
=============================================== ==
"Herb" <st********@newsgroup.nospamwrote in message
news:1E**********************************@microso ft.com...
Thanks for the reply. When I provide my Windows Auth userid and
password I
get the same error.

.FileSaveAs(Name:="<>\MyProject.Published", UserID:="DOMAIN\USERID",
DatabasePassWord:="mypasword", FormatID:="")

--
stullhe104
"Jialiang Ge [MSFT]" wrote:

Hello stullhe104

The error happens for lack of the credential information. When you
record
macros, Project does not record the user id and password information
for
sake of security. Thus, you see the UserID and DatabasePassWord
parameters
be "" in the code. We would need to manually specify their values.

In addition, you would need to make sure that your Project is not
working
offline, and the user logged on has the proper permission. Otherwise,
an
error message "You do not have sufficient permissions to add new
projects
to
Project Server" will be popped up. Project allows us to choose the
account
when it starts up.

Regards,
Jialiang Ge (ji****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

=============================================== ==
Delighting our customers is our #1 priority. We welcome your comments
and
suggestions about how we can improve the support we provide to you.
Please
feel free to let my manager know what you think of the level of
service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no
rights.
=============================================== ==
"Herb" <st********@newsgroup.nospamwrote in message
news:08**********************************@microso ft.com...
In trying to write VB.Net code to control MSProject 2003 it was
recommended
that I record a macro in MSProject and transfer the code to VB.Net.
When
recording the FileSaveAs (to the project server) I get the
following:

FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="",
FormatID:="")

However, this gives me the "useful" error message "An unexpected
error
occurred with the method." when applied to my application in the
following
way:

Dim prj As New Microsoft.Office.Interop.MSProject.Application

With prj
.FileOpen("c:\prjTemplate.mpp")
.ActiveProject.Name = "DOG"
.ActiveProject.Comments = "CAT"
.FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="", FormatID:="")
.FileClose()
End With

Any help would be appreciated.

--
stullhe104


Sep 15 '08 #7
Thanks for the reply. I will investigate this today and get back to you.
--
stullhe104
""Ji Zhou [MSFT]"" wrote:
Hello Herb,

This is Ji Zhou [MSFT] and I will be working on this issue with you when my
colleague Jialiang Ge is on leave.

After some research on my side about this issue, I find out the error
results from we are running on the local account “My Computer” instead of an
Project Server account. Thus, the key point is we need to force project to
start using a server account. I did not find any way to programmatically
achieve that. Currently, my workaround is same as Rod’s. I am giving it in
VB.NET version. We need to call Process.Start to start the project
application and then get the application object by Marshal.GetActiveObject()
method. The following is my code which works fine in my side:

Sub Main()
On Error Resume Next
Process.Start("C:\Program Files\Microsoft Office\Office11\Winproj.exe")
Console.WriteLine("Waiting for the Project registered in ROT:")
Threading.Thread.Sleep(5000)

Dim app As MSProject.Application = Nothing

Do Until Not (app Is Nothing)
app = Marshal.GetActiveObject("MSProject.Application")
Loop

Console.WriteLine("The active profile information is:")
Console.WriteLine(app.Profiles.ActiveProfile.Name)

app.FileSaveAs(Name:="<>\mytest.Published")
Console.WriteLine("Saved to the Project Server 2003 successfully")
End Sub

As we see, we make the calling thread sleep for 5 seconds before we get the
active project application instance. The reason for doing this is the Office
application is not registered in the running object table as soon as it
starts. So, if we call Marshal.GetActiveObject immediately after calling
Process.Start, an error will be thrown to say that cannot find the active
application instance.

Another thing to mention is that I did not pass parameters into
Process.Start() function to specify the server and account information
because I set my server account as default and checked the Automatically
detect connection state option, in the Project Server Accounts dialog. To
show the dialog, we need to click Menu->Enterprise Option->Microsoft Office
Project Server Accounts

Please let me know if the workaround works for you or not. And if you have
any future questions or concerns, please feel free to let me know, I will
try my best to help!
Best regards,
Ji Zhou (v-****@online.microsoft.com, remove ‘online.’)
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.
"Herb" <st********@newsgroup.nospamwrote in message
news:2D**********************************@microsof t.com...
Thanks. I await your reply.

--
stullhe104
"Jialiang Ge [MSFT]" wrote:
Hello stullhe104,

The error this time is caused by the possibility that the MSProject
instance
is working offline (see the second point in my last reply). My colleague
Ji
Zhou [MSFT] and I are searching for the possible solutions of automating
Project to connect to the Project server. We will get back to you as soon
as
possible.

Regards,
Jialiang Ge (ji****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you.
Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no
rights.
=================================================
"Herb" <st********@newsgroup.nospamwrote in message
news:1E**********************************@microsof t.com...
Thanks for the reply. When I provide my Windows Auth userid and
password I
get the same error.

.FileSaveAs(Name:="<>\MyProject.Published", UserID:="DOMAIN\USERID",
DatabasePassWord:="mypasword", FormatID:="")

--
stullhe104
"Jialiang Ge [MSFT]" wrote:

Hello stullhe104

The error happens for lack of the credential information. When you
record
macros, Project does not record the user id and password information
for
sake of security. Thus, you see the UserID and DatabasePassWord
parameters
be "" in the code. We would need to manually specify their values.

In addition, you would need to make sure that your Project is not
working
offline, and the user logged on has the proper permission. Otherwise,
an
error message "You do not have sufficient permissions to add new
projects
to
Project Server" will be popped up. Project allows us to choose the
account
when it starts up.

Regards,
Jialiang Ge (ji****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments
and
suggestions about how we can improve the support we provide to you.
Please
feel free to let my manager know what you think of the level of
service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no
rights.
=================================================
"Herb" <st********@newsgroup.nospamwrote in message
news:08**********************************@microsof t.com...
In trying to write VB.Net code to control MSProject 2003 it was
recommended
that I record a macro in MSProject and transfer the code to VB.Net.
When
recording the FileSaveAs (to the project server) I get the
following:

FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="",
FormatID:="")

However, this gives me the "useful" error message "An unexpected
error
occurred with the method." when applied to my application in the
following
way:

Dim prj As New Microsoft.Office.Interop.MSProject.Application

With prj
.FileOpen("c:\prjTemplate.mpp")
.ActiveProject.Name = "DOG"
.ActiveProject.Comments = "CAT"
.FileSaveAs(Name:="<>\MyProject.Published", UserID:="",
DatabasePassWord:="", FormatID:="")
.FileClose()
End With

Any help would be appreciated.

--
stullhe104


Sep 16 '08 #8
Hello Herb,

I am writing to check the status of the issue on your side. Could you
please let me know if the suggestion works for you or not? If you have any
questions or concerns, please feel free to let me know. I will be more than
happy to be of assistance.

Have a great day!

Best regards,
Ji Zhou (v-****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
Sep 19 '08 #9
Thanks for your concern.

I am just getting back to this issue today. I will try to respond again
tomorrow with a result.

--
stullhe104
""Ji Zhou [MSFT]"" wrote:
Hello Herb,

I am writing to check the status of the issue on your side. Could you
please let me know if the suggestion works for you or not? If you have any
questions or concerns, please feel free to let me know. I will be more than
happy to be of assistance.

Have a great day!

Best regards,
Ji Zhou (v-****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
Sep 25 '08 #10
Yes, this appears to have worked!

I will have to deal with the possibility that another winproj.exe is open,
but that should be cake compared to this.

Thanks,
--
stullhe104
""Ji Zhou [MSFT]"" wrote:
Hello Herb,

I am writing to check the status of the issue on your side. Could you
please let me know if the suggestion works for you or not? If you have any
questions or concerns, please feel free to let me know. I will be more than
happy to be of assistance.

Have a great day!

Best regards,
Ji Zhou (v-****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
Sep 25 '08 #11

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

Similar topics

0
by: Prakash V via .NET 247 | last post by:
(Type your message here) Hi, I am trying to create a MSProject.Project object instance in VB .Net. this is the code I am using ...
0
by: Santhosh.A.N | last post by:
Hi, I have a problem to be solved yet. Following is the problem: I have a MSProject saved in SQLServer using ODBC, which automatically generates tables relevant to data. My requirement is to open...
0
by: mfleet1973 | last post by:
Hi Gang. Is it possible to export/import data from/to MsProject? If it is, can someone please guide me in the right direction? Thanks a lot! Mike.
2
by: JC | last post by:
Anybody knows what problem has this code? I think, in the Garbage Collector? You know the Solution? The program in the test's case, whit 350 contacts, run OK before number 86. The error is a...
0
by: pankajprakash | last post by:
as i run the my web application it occurs the following error "Could not load file or assembly 'Microsoft.Office.Interop.MSProject, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'...
2
suryasreepada
by: suryasreepada | last post by:
I have been searching for tools required develop MSProject 2007 Add-in. But I did not find any tools for this. Please help me by providing any simple samples and What are the tools required to...
1
by: Diggs | last post by:
Hi, I have a 3rd party quote display application which does not supports OLE automation.I need to get the data displayed in its window.It does supports saving current data to desktop in csv files....
0
by: ansu832001 | last post by:
Hi All, I have a requirement to Export a DataTable to MPP which i have achieved partially,my main concern in this process is *TIME TAKEN* for export, I have a DataTable with 1500 rows which i...
4
by: =?Utf-8?B?SGVyYg==?= | last post by:
Can someone point me in the direction of documentation for Office Interop? Specifically, Microsoft.Office.Interop.MSProject. Mainly what I need is a command set, programming documentation. I...
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?
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
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...
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...

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.